Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 630 Bytes

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.