Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 800 Bytes

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.