JuliaPOMDP / MCVI.jl

Other
5 stars 3 forks source link

MCVI

CI codecov.io

The Monte Carlo Value Iteration (MCVI) offline solver for POMDPs.jl.

Described in

Bai, H., Hsu, D., & Lee, W. S. (2014). Integrated perception and planning in the continuous space: A POMDP approach. The International Journal of Robotics Research, 33(9), 1288-1302.

Installation

using Pkg
Pkg.add("MCVI")

Example

Reference the docs for an example using LightDark1D.