CatchGame-QLearningExample-TensorFlow
CatchGame-QLearningExample-TensorFlow copied to clipboard
Catch game example is translated by TensorFlow
CatchGame - Simple Q-Learning example by TensorFlow

Simple catch game DQN agent is implemented by TensorFlow
Original code is written by Torch7 and Keras
Keras code (written by Eder Santanas) : here
Torch7 code (written by SeanNaren): here
Dependencies
How to run
To train a model, run the TrainCatchGame.py script.
python TrainCatchGame.py
Play and Visualization
Play and Visualization implemented in iPython.
To run, type into terminal:
iPython notebook
go to this directory and run PlayCatchGame.py script in kernel