Skip to content

boewing/deep_rl_cartPole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is about solving the two reinforcement learning challenges cartPole and Pendulum of the openai gym.

The goal was to find solutions quickly and with as simple as possible learning algorithms.

Algorithms

Deep Q-learning

Naive Q-learing

Random actor (to compare with)

Results

The controller for the more difficult of the two problems, the pendulum, achieves a fast and stable upward swing. The trained network is available in q.json with weights in q.h5

pendulum upswing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages