nikitasrivatsan / DeepLearningVideoGames

1.08k stars 215 forks source link

fix bug:Incorrect file directory #18

Open Google1234 opened 8 years ago

Google1234 commented 8 years ago

hi,when I run your code ,i find a small bug:

File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/errors.py", line 450, in raise_exception_on_not_ok_status pywrap_tensorflow.TF_GetCode(status)) tensorflow.python.framework.errors.NotFoundError: saved_networks/saved_networks

This is because the file path “tetris-dqn-31660000” is wrong,after delete path"saved_networks",bug was sloved。

hcchengithub commented 7 years ago

Ha! I found the same problem and same solution. But I guess the original environment was not Windows 10 as my computer is that I won't consider to modify the 'checkpoint' file for everyone. Only for myself and Windows users.