Skip to content

rldotai/mdpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4949c1 · Jan 3, 2019

History

59 Commits
Jan 3, 2019
Jun 15, 2018
Jun 16, 2018
Mar 5, 2018
Mar 9, 2016
Mar 20, 2017
Mar 9, 2016
Mar 9, 2016
Mar 9, 2016
Mar 9, 2016
Jun 13, 2018
Feb 1, 2017
Mar 9, 2016
Mar 20, 2017
Mar 5, 2018

Repository files navigation

mdpy

Markov decision processes in Python.

Features

  • Markov Decision Processes!
  • Analytic solutions!
  • Simulation!
  • Stochastic matrix algorithms!
  • Visualization!
  • Implementations of concepts specific to my research!

Install for development

git clone https://github.com/rldotai/mdpy.git
cd mdpy
pip install --editable .

License

MIT. See the LICENSE file for more details.