Skip to content

KushalBhanot/Cartpole-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python3

GitHub followers GitHub stars

Linkedin

CartPole-v0

HitCount
A pole is attached by an un-actuated joint to a cart, which moves along a frictionless track. The system is controlled by applying a force of +1 or -1 to the cart. The pendulum starts upright, and the goal is to prevent it from falling over. A reward of +1 is provided for every timestep that the pole remains upright. The episode ends when the pole is more than 15 degrees from vertical, or the cart moves more than 2.4 units from the center.

CartPole-v0 defines "solving" as getting average reward of 195.0 over 100 consecutive trials.

This environment corresponds to the version of the cart-pole problem described by Barto, Sutton, and Anderson [Barto83].

Cloning

$ git clone https://github.com/KushalBhanot/Cartpole-RL.git

About

This is an intelligent cartpole which knows how to balance itself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published