Skip to content

pfackeldey/RL-with-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RL-with-Keras

Reinforced Learning with Keras

To install all necessary packages run:

sudo apt install python python-pip make cmake --yes
sudo pip install -r requirements.txt

Execute training with: python dqn.py --train! Use argument --gpu, if you want to train with your GPU (Default: all CPU cores). If you want to see the development of the performance while training, use the argument --watch-agent-train (CAUTION: This option slows down training!).

In order to visualize training do: tensorboard --logdir summary/Breakout-v0 and open the link in your browser.

About

Reinforced Learning with Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages