You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: