Skip to content

gmongaras/PPO_CartPole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPO_CartPole

Using PPO, I am attempting to solve the cartpole environment. PPO is a reinforcement learning algorithm which uses a trust region to learn and uses actor-critic style decision making.

How To Run

To run this program, run the main.py file in a python environment. Make sure to have the following libraries installed:

  • NumPy
  • PyTorch
  • OpenAI Gym
  • Matplotlib

Gif of The Process

Training Gif

About

Using PPO, I am attempting to solve the cartpole environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages