MikeChunko / pong-dqn

A DQN for playing pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pong-dqn

Applies a Deep Q Network to play a game of Pong.

The weights determined from training are stored in weights.hdf5.

The implementation of Pong is a modified version of https://github.com/MikeChunko/pong.

To run and train, make sure you have the keras, numpy, and pygame libraries installed, clone the repo, and run python pong.py.

Run python pong.py --help for a complete list of options.

About

A DQN for playing pong


Languages

Language:Python 100.0%