Skip to content

apoupon/CartPole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving the Cart Pole problem using Reinforcement Learning and Control theory

Dependencies

To install dependencies:

  • conda command
conda env create -f environment.yml

Run experiment

To train the RL agent and test it:

python rl.py

To operate the system using a PID controller:

python control.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages