Skip to content

aceinthedeck/PongAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages