Skip to content

Solved Cart_Pole problem from OpenAI Gym with simple random gains approach

Notifications You must be signed in to change notification settings

lewjae/Cart_Pole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Cart_Pole

Description

To learn more about Reinforcement Learning for controlling a dynamic system, an inverted pole on the cart problem from OpenAI Gym is tried out. Its purpose is to establish a benchmark for future Reforcement Learning developemnt and get familiar with OpenAI Gym interface.

The main alogrithm cames from: http://kvfrans.com/simple-algoritms-for-solving-cartpole/

Method

It is a linear state feedback control with discrete output, 0 or 1. Feedback gains are selected randomly, but it works surprisingly well.

Instruction

To run the program, python randomRL.py

About

Solved Cart_Pole problem from OpenAI Gym with simple random gains approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages