EvolutionMVE
EvolutionMVE copied to clipboard
minimum viable experiment using evolution strategy to play catch
Code for Playing Catch with Keras and an Evolution Strategy blog post
Train
python evolve.py
Test
- Generate figures
python test.py
- Make gif
ffmpeg -i %04d.png output.gif -vf fps=1
Requirements
- Prior supervised learning and Keras knowledge
- Python science stack (numpy, scipy, matplotlib) - Install Anaconda!
- Tensorflow (last test on version 1.4)
- ffmpeg (optional)
License
This code is released under MIT license.