-
Notifications
You must be signed in to change notification settings - Fork 429
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
Atari v5 max_episode_steps does not honor frameskip setting #464
Comments
Problem is more difficult on second look, I guess the registration code is right the way it is, but would wish a way to correct the |
Hi @hh0rva1h, I agree the way we currently set |
In Gym we no longer use the |
If anyone wants clarity on what changed in the comment by @JesseFarebro above, please see this commit. Note changes to |
https://github.com/mgbellemare/Arcade-Learning-Environment/blob/969857fc0dd2cde24b425dba950aec73dbc89109/src/python/gym.py#L184
I think instead of
108000 // 4
it should read something like108000 // frameskip
here, shouldn't it? (From the quick first look I'm not sure how you would want to access the frameskip setting though at that point.)The text was updated successfully, but these errors were encountered: