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
File ".../curiosity-driven-exploration-pytorch/envs.py", line 266, in run
obs, reward, done, info = self.env.step(action)
File ".../envs/p3-torch10/lib/python3.6/site-packages/nes_py/wrappers/binary_to_discrete_space_env.py", line 67, in step
return self.env.step(self._action_map[action])
File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/wrappers/time_limit.py", line 31, in step
observation, reward, done, info = self.env.step(action)
File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/envs/atari/atari_env.py", line 88, in step
action = self._action_set[a]
IndexError: index 130 is out of bounds for axis 0 with size 4
The text was updated successfully, but these errors were encountered:
I got many errors like:
File ".../curiosity-driven-exploration-pytorch/envs.py", line 266, in run
obs, reward, done, info = self.env.step(action)
File ".../envs/p3-torch10/lib/python3.6/site-packages/nes_py/wrappers/binary_to_discrete_space_env.py", line 67, in step
return self.env.step(self._action_map[action])
File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/wrappers/time_limit.py", line 31, in step
observation, reward, done, info = self.env.step(action)
File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/envs/atari/atari_env.py", line 88, in step
action = self._action_set[a]
IndexError: index 130 is out of bounds for axis 0 with size 4
The text was updated successfully, but these errors were encountered: