-
Notifications
You must be signed in to change notification settings - Fork 763
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
KeyError: '__flags' #50
Comments
you can try modifying function get_config(FLAGS) into following:
|
Thanks for the response. After making your proposed update, I receive the following memory error.
Is this unrelated? |
I met the same MemoryError problem as you, then I modify the memory_size in config.py to a smaller value and then it works. Hope this helps you. |
With this change, I didn't get the memory error. However, there are still many bugs in the code for the new tensorflow. |
After following the install instructions and running
python main.py --env_name=Breakout-v0 --is_train=True
I receive the following error
The text was updated successfully, but these errors were encountered: