Hello.
Could you please tell me what projects implement RL algorithms and MDP optimization.
Myself I am aware of the following projects:
- PyBrain - wrote in Python
- Sarsop (point-based POMDP solver) at
http://bigbird.comp.nus.edu.sg/pmwiki/farm/appl/index.php?n=Main.Download - C/C++
-
http://library.rl-community.org (wrote mostly in Java)
- Symbolic Perseus (wrote in Java and Matlab)
Do you know if there is any serious software accompanying some of these great books
in RL (the classic Sutton Barto or Powell's Approximate Dynamic Programming, etc)?
The reason I ask is that I developed a tool for MDP optimization, which uses MDP
models exported from PRISM. The package also can use simple state aggregation to cope with
huge state spaces. The tool can be found here
http://sites.google.com/site/alexsusu/home/mdp_opt .
I am currently better documenting the project, migrating part of the code to Python
and implementing some symbolic MDP algorithms, like value iteration for single-cost MDPs.
Basically I used the tool for a couple of papers, but I am looking to make it more
generic.
If you have the time to look at it please let me know if you have questions and don't
hesitate to provide feedback.
With best regards.
Alex