kyoka is a reinforcement learning for python.
You can easily apply these famous algorithms for your learning task
- MonteCarlo
- Sarsa
- QLearning
- deep QLearning (from DQN paper)
- MonteCarloTreeSearch
For more detail, please see documentation site
https://ishikota.github.io/kyoka/
pip install kyoka