aceinthedeck / PongAI

AI to play pong using Open AI gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI to play pong

To run the program you need to install OpenAI gym. Run the following command (assuming Python is already installed on your system) on the terminal

pip install gym[atari]

To stop showing the game moves you can set the render variable to false. The repo contains trained model.

This program is based on the blog post from Andrej http://karpathy.github.io/2016/05/31/rl/

About

AI to play pong using Open AI gym

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%