deep-rl-tensorflow icon indicating copy to clipboard operation
deep-rl-tensorflow copied to clipboard

file catalog is too long that can't be created

Open past-is-past opened this issue 6 years ago • 2 comments

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

past-is-past avatar Feb 20 '19 17:02 past-is-past

I have meet same question,Have you solved it?

xiaotangdoupaixuexiji avatar Sep 24 '19 02:09 xiaotangdoupaixuexiji

I also have this issue, anyone solve?

amysmith28 avatar Jan 26 '21 22:01 amysmith28