├── LICENSE ├── PlayCatchGame.py ├── README.md ├── TrainCatchGame.py ├── __init__.py └── images └── TensorFlowPlayCatchGame.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solaris33/CatchGame-QLearningExample-TensorFlow/HEAD/LICENSE -------------------------------------------------------------------------------- /PlayCatchGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solaris33/CatchGame-QLearningExample-TensorFlow/HEAD/PlayCatchGame.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solaris33/CatchGame-QLearningExample-TensorFlow/HEAD/README.md -------------------------------------------------------------------------------- /TrainCatchGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solaris33/CatchGame-QLearningExample-TensorFlow/HEAD/TrainCatchGame.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/TensorFlowPlayCatchGame.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solaris33/CatchGame-QLearningExample-TensorFlow/HEAD/images/TensorFlowPlayCatchGame.gif --------------------------------------------------------------------------------