Skip to content

ntlm1686/Reinforcement-Learning-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Algorithms

A set of RL algorithms implemented in Python. The algorithms should support OpenAi Gym environments.

Implemented Algorithms

Monte Carlo

  • Monte Carlo Tree Search (with tic-tac-toe demo environment)

Tabular methods

  • Q-learning
  • SARSA

About

RL algorithms implemented in Python. Supports OpenAI Gyms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages