emdqn
emdqn copied to clipboard
Bug of wrappers
Hi, there can be a bug in wrappers. When I first ran the code, I got the following bug.
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!
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
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!