I've noticed that retrowrapper does not work for the latest version of gym.
If you use wrap_deepmind_retro to wrap your Atari environment, the code seems to get into an infinite loop.
I solved this issue simply by reinstalling gym to the old version. (0.10.9)
I've noticed that retrowrapper does not work for the latest version of gym.
If you use
wrap_deepmind_retroto wrap your Atari environment, the code seems to get into an infinite loop.I solved this issue simply by reinstalling gym to the old version. (0.10.9)