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

Bug of wrappers #3

Open
YangRui2015 opened this issue Oct 13, 2020 · 2 comments
Open

Bug of wrappers #3

YangRui2015 opened this issue Oct 13, 2020 · 2 comments

Comments

@YangRui2015
Copy link

YangRui2015 commented Oct 13, 2020

Hi, there can be a bug in wrappers. When I first ran the code, I got the following bug.
截屏2020-10-13 下午7 55 51
I found the reason is that wrapper' s attributions, '_reset', '_step' , are not used at all. This might because of different gym version (they change '_reset' to 'reset'). Finally, I fix the bug by setting all '_reset' , '_step', to 'reset' , 'step' in baselines/common/atari_wrappers_deprecated.py.

Can you report the exact version of gym and fix this bug ?

Thanks!

@Saxena224pawan
Copy link

Hello,
It is given in setup.py that we can use OpenAI gym version >= 0.9.1 and v 0.9.1 works fine for me.
Thanks

@YangRui2015
Copy link
Author

Hello,
It is given in setup.py that we can use OpenAI gym version >= 0.9.1 and v 0.9.1 works fine for me.
Thanks

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants