solaris33 / CatchGame-QLearningExample-TensorFlow

Catch game example is translated by TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Catch game example is translated by TensorFlow

License:MIT License


Languages

Language:Python 100.0%