devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.46k stars 765 forks source link

How to run for more epochs #47

Open sbarratt opened 6 years ago

sbarratt commented 6 years ago

How do I run the training for longer?

kwanyoungpark commented 6 years ago

Change the values in config file. You can change the scale, or just adjust the value of max_step. (I recommend to change the scale)