Marmote’s documentation
Marmote
Marmote is a programming platform for building and solving Markov models with discrete state spaces. It consists in a library of objects:
allowing to construct custom Markov Chain models, analyze their structure and solve them
allowing to construct custom Markov Decision Process models, solve them and analyze the solution
representing well-known Markovian models from the literature.
This library comes with two API: one for C++ development, one for Python development.
You can learn how to
install a consistent programming environment containing Marmote, using conda
program your models with the C++ API
program your models with the Python API
Documentation creation date: August 29 2024 at 16:02 +0200