beniz / hmdp

hmdp is a C++ library and tools for solving Markov Decision Processes (MDPs) with hybrid discrete and/or continuous state-spaces.
Apache License 2.0
23 stars 4 forks source link

Add basic value iteration #3

Closed beniz closed 10 years ago

beniz commented 10 years ago

Library relies on depth first search on finite-horizon MDPs. VI should be added, along with optimized flavors, such as prioritized sweeping.

beniz commented 10 years ago

value iteration is for now on branch 'vi'.

beniz commented 10 years ago

merged on master