KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
KerasPlaysCatch
★ 13
Open GitHub ↗
Single file RL example with Keras
Download README (.md)
Explore Similar Repositories
greenkeeper-keeper
:
automatically merge and clean up passing greenkeeper PRs
From-the-Ground-Up
:
A Minecraft mod that adds research
greatshot-web
:
No description available.
smart-outline
:
Disabling focus outline without breaking accessibility
cursive
:
MOVED: now at https://opendev.org/x/cursive
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
KerasPlaysCatch
?
Download (.md)
Code for [Keras plays catch](http://edersantana.github.io/articles/keras_rl/) blog post ### Train ```bash python qlearn.py ``` ### Generate figures ```bash python test.py ``` ### Make gif ```bash ffmpeg -i %03d.png output.gif -vf fps=1 ``` ### Requirements * Prior supervised learning and Keras knowledge * Python science stack (numpy, scipy, matplotlib) - Install Anaconda! * Theano or Tensorflow * Keras * ffmpeg (optional)