[go: nahoru, domu]

Skip to content

JuliaPOMDP/MCVI.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.