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

--game=Pong argument crashes #2

Open
MatPoliquin opened this issue Oct 14, 2018 · 0 comments
Open

--game=Pong argument crashes #2

MatPoliquin opened this issue Oct 14, 2018 · 0 comments

Comments

@MatPoliquin
Copy link

When I run
python3 train_atari.py --game=Pong

It crashes with this callstack:

Traceback (most recent call last):
  File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "/home/fanbingbing/ML/atari-reset/atari_reset/wrappers.py", line 469, in worker
    env = env_fn_wrapper.x()
  File "train_atari.py", line 34, in env_fn
    env = ReplayResetEnv(env, demo_file_name='demos/'+game_name+'.demo', seed=rank, workers_per_sp=workers_per_sp)
  File "/home/fanbingbing/ML/atari-reset/atari_reset/wrappers.py", line 107, in __init__
    assert len(rewards) == len(self.actions)
AssertionError

When I run
python3 train_atari.py --game=MontezumaRevenge

it works fine

Info:
Ubuntu 18.04
Python 3.6.6
synced to latest atari-reset 0c1b112
synced to latest baselines 28aca63

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