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

can you specify all versions of library used ? #4

Open
howardhsu opened this issue May 11, 2019 · 0 comments
Open

can you specify all versions of library used ? #4

howardhsu opened this issue May 11, 2019 · 0 comments

Comments

@howardhsu
Copy link

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

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

1 participant