Closed dave-yxw closed 7 years ago
the command is : python main.py --double_q=True --network_output_type=dueling --env_name=Breakout-v0
I have installed scipy opencv tensorflow_1.0 gym[all]
It seems TimeLimit object is a wrapper of AtariEvn,
change line 22 in file environment.py:
self.env = gym.make(env_name).env # self.env = gym.make(env_name)
and it works