Approximate POMDP Planning Software
APPL is a C++ implementation of the SARSOP algorithm [1] for solving discrete POMDPs. It uses the factored MOMDP representation [2] for computational efficiency. APPL takes as input a POMDP model in the POMDP or POMDPX file format and produces a policy file. It also contains a simple simulator for evaluating the quality of the computed policy. More information can be found at here. For bug reports and suggestions, please email motion@comp.nus.edu.sg
Monte Carlo Value Iteration (MCVI) for POMDP
MCVI is a C++ implementation of the MCVI algorithm [1], combined with macro-actions [2]. It takes as input a POMDP model (coded in C++) and produce a policy file. It also contains a simple simulator for evaluating the quality of the computed policy. For bug reports and suggestions, please email motion@comp.nus.edu.sg.
News
This page has been viewed 16039 times. |