tambetm / simple_dqn

Simple deep Q-learning agent.
MIT License
693 stars 184 forks source link

SyntaxError #41

Closed Dahandla closed 7 years ago

Dahandla commented 7 years ago

When trying to run the command ./train.sh Breakout-v0 --environment gym i get agent.py", line 69 if reward <> 0: ^ SyntaxError: invalid syntax any help would be appreciated

tambetm commented 7 years ago

I'm unable to reproduce this. Are you sure you didn't change agent.py in any way?