awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

EAZYE9000 opened this issue · comments

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'

I manually created Center and Center/frames subdirectories