Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning using pytorch

Creating an agent(AI model) to play the famous Cartpole game by using Reinforcement learning and Experience replay process.

Pre-requistics

  1. Python- 3.6
  2. Torch - 1.0.0
  3. Gym - 0.12.0
  4. Matplotlib - 3.0.2

Downloads and Setup

Once you clone this repo, run the cartpole_Main.py file to render the environment and to train the model.

Reference

Playing Atari with Deep Reinforcement Learning, Mnih et al, 2013. Algorithm: DQN

About

Creating an agent(AI model) to play the famous cartpole game by using Reinforcement learning and Experience replay process.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages