View on GitHub

pong_bots

Training neural networks to play Pong

LSTM network to play Pong

This is an attempt to train a neural network to play Pong.

Bot performance

The right side is the neural network predicting moves

Installation

I suggest you install miniconda3 and create a new environment.

Installation:

conda create -n pong
source activate pong
conda install tensorflow
conda install PIL
conda install numpy
pip install pygame