DQN-tensorflow
DQN-tensorflow copied to clipboard
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
I don't know why this error shows up. Please help me out here. [*] GPU : 1.0000 2019-05-23 23:34:52.437286: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was...
My ram is getting eaten up pretty fast, 25 gb got eaten up. How much ram do I need?
when i run it ,get this wrong,is it the version of gym ? tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph...
hi, i run this code with the initial parameters: model='m1' with game breakout-v0. after about 8days' gpu training, when the program finished, i evaluated the model and got average-reward 22.0,...
The best reward would be 30, that all. But by replacing Gym with ROM directly, the output would be very different, very stable reward around 300~400 I dont' know exactly...
How to run the code?????? main.py dose not run in windows... also not in jupyter notebook.. plz help..TT
I run this code in cpu and this error occurred. TimeLimit' object has no attribute 'ale' Can anyone show me how to solve this matter? Thank you !
I tried to run from the windows command line using the command in Readme but it says "Import Error: No module named tensorflow." How do I run the program on...
class M1(DQNConfig): backend = 'tf' env_type = 'detail' action_repeat = 1 class M2(DQNConfig): backend = 'tf' env_type = 'detail' action_repeat = 4 I use python main.py --env_name=Breakout-v0 --is_train=True --display=False --use_gpu=True...