awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.22k stars 825 forks source link

IOError: [Errno 2] No such file or directory: './Center/log.csv' #42

Open EAZYE9000 opened 7 years ago

EAZYE9000 commented 7 years ago

IOError: [Errno 2] No such file or directory: './Center/log.csv'

Any ideas my friend? Trying to run Deep-Recurrent-Q-Network.ipynb

File "D-R-Q.py", line 153, in with open('./Center/log.csv', 'w') as myfile: IOError: [Errno 2] No such file or directory: './Center/log.csv'

rickroesler commented 6 years ago

I manually created Center and Center/frames subdirectories