Skip to content
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

[VAEP] Constrain game states to periods #746

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

probberechts
Copy link
Member

The game state representation of VAEP considers the three last actions that happened during the game. However, it is more accurate to use the three last actions that happened during the period. The actions that happened at the end of the first period should not influence the action values at the start of the second period.

Fixes #726

The game state representation of VAEP considers the three last actions that
happened during the *game*. However, it is more accurate to use the three last
actions that happend during the *period*. The actions that happend at the end of
the first period should not influence the action values at the start of the
second period.

Fixes ##726
@probberechts probberechts added the bug Something isn't working label Jun 22, 2024
@probberechts probberechts merged commit e9c398e into master Jun 22, 2024
22 checks passed
@probberechts probberechts deleted the fix/gamestates branch June 23, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VAEP Features - Time delta
1 participant