gutouyu / ReinforcementLearning

ReinforcementLearning model and algorithms. Also some interesting programs implemented by RL. Have fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReinforcementLearning

ReinforcementLearning model and algorithms. Also some interesting programs implemented by RL. Have fun.

All models/algthms are refacted in file RL.py.

Tab Of Content

  • Q Learning
  • DQN
  • Sarsa
  • Sarsa lambda
  • Actor Critic

Blogs

Examples

  • Maze Maze

Contribution

All issues or pull request will be deeply welcomed.This is just a playground for now.

About

ReinforcementLearning model and algorithms. Also some interesting programs implemented by RL. Have fun.

License:MIT License


Languages

Language:Python 100.0%