Skip to content

can you specify all versions of library used ? #4

Description

@howardhsu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions