CatchGame-QLearningExample-TensorFlow icon indicating copy to clipboard operation
CatchGame-QLearningExample-TensorFlow copied to clipboard

Catch game example is translated by TensorFlow

CatchGame - Simple Q-Learning example by TensorFlow

TensorFlowPlayCatch

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

TensorFlow

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