Skip to content

j6baptiste/CartPole-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CartPole-RL

Welcome in the CartPole-RL directory.

Here you can find python Reinforcement Learning (RL) programs building agents to play cart pole in OpenAI's gym environment, using classical RL algorithms.

At the moment are implemented:

  • Deep Q-Learning (DQN)
  • SARSA as presented by Sutton and Barto in "Reinforcement Learning: An Introduction"

SARSA(lambda) should be coming next.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages