ReinforcementLearning model and algorithms. Also some interesting programs implemented by RL. Have fun.
All models/algthms are refacted in file RL.py.
- Q Learning
- DQN
- Sarsa
- Sarsa lambda
- Actor Critic
All issues or pull request will be deeply welcomed.This is just a playground for now.