-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Goalie utility function #1723
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. You're on the right track, but currently it feels like you've just moved the logic of the original if-else branches into functions, which leaves some implicit in that section. The final should be more like:
if receive:
# do receive skill
elif block:
# do block skill
elif ...
where the interaction of utility scores ensures that the right action is performed given the situation.
Co-authored-by: Kevin Fu <[email protected]>
Co-authored-by: Kevin Fu <[email protected]>
Description
Goalie tactic with utility functions for more dynamic behavior.
Associated Issue
Issue #???
Design Documents
(on clickup)
Steps to test
Test Case 1
Expected result: nothing new yet.
Sub-issues (for drafts)