mdpy
mdpy copied to clipboard
Markov Decision Processes in Python
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.