Skip to content

Explore Deep Q Learning to train an agent to play pong game.

Notifications You must be signed in to change notification settings

dsaichand3/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train an agent to play the famous atari game

Python packages required to initiate the game are:

OpenAI Gym

Install using pip

  • pip install gym

  • pip install gym[atari]

PyTorch

Install using conda

  • conda install pytorch-cpu torchvision-cpu -c pytorch

To start the game, type python play-pong.py on command line

In case if you want to train the game, type python train-pong.py on command line

About

Explore Deep Q Learning to train an agent to play pong game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages