-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotFoundError while running the game. #24
Comments
It looks like Tensorflow could not restore from the checkpoint. This usually happens when you have changed your model and try to restore from a checkpoint that does not match the model anymore. |
I am wondering if it is not the same issue as this one: #20 We have a bug in the code because something has changed between Tensorflow 1.8 and 1.9. We need to update it. Until we do, this "pong" example will only work with Tensorflow 1.8. Since you are already in a virtual env, can you downgrade your tensorflow to 1.8? pip install tensorflow==1.8 |
I installed tf 1.8 with
|
I got the same |
Hi
I am relatively a new tf user. I use anaconda 3.5 in windows10. I have installed my tensorflow in a virtual environment.
I have run some other RL projects with my tensorflow. But this project gives the error below now;
-I have uninstalled tf and reinstalled. The error continues.
-I have used the absolute path as --output-dir . The error continues
Note: The code was successfully running before I changed my windows 10 PATH to make anaconda python default. After this change, my tensorflow stopped working in root. So I created a conda virtual environment and reinstalled it, other projects are working fine in new environment. For pong project the error above came up.
The text was updated successfully, but these errors were encountered: