carpedm20 / deep-rl-tensorflow

TensorFlow implementation of Deep Reinforcement Learning papers
MIT License
1.6k stars 396 forks source link

file catalog is too long that can't be created #46

Open past-is-past opened 5 years ago

past-is-past commented 5 years ago

Seeing agents/statistic.py line 20: self.writer = tf.summary.FileWriter('./logs/%s' % self.model_dir, self.sess.graph) It tries to use self.model_dir to create file but it raises error : "tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a directory:" How can I fix it? My python version is 3.6, and tensorflow version is 1.12

xiaotangdoupaixuexiji commented 5 years ago

I have meet same question,Have you solved it?

amysmith28 commented 3 years ago

I also have this issue, anyone solve?