Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 901 Bytes

kyoka : Simple Reinforcement Learning Library

Build Status Coverage Status PyPI license

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/

Installation

pip install kyoka