This package is developed for Python 2.7. Install it as follows:
python setup.py install
For development (create links to source code, no need to reinstall after making changes):
python setup.py develop
Run tests:
nosetests
pip install cvxopt, cvxpy==0.4.1, polytope
Move everything into best/
and delete superfluous code
Linear.py
to best/Linear.py
Models/MDP.py
and delete it, this will remove dependence on pymdptoolbox
LTI_simrel
into a new file best/simrel.py
Write tests for simulation relations
Implement uniform treatment of regions and abstractions via predicates
Add LTL converter for Buchi/RAbin automata
Update to use version 1.0 of cvxpy
FIRM abstraction of a POMDP as an MDP (Rohan)
Serial and parallell products with MDPs and POMDPs. Sequential point-based value iteration for such products. (Rohan, Petter)
Barrier-function based abstractions (Petter)