MCVI.jl

Author JuliaPOMDP
Popularity
5 Stars
Updated Last
7 Months Ago
Started In
April 2016

MCVI

Build Status Coverage Status

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 POMDPs
POMDPs.add_registry()
import Pkg
Pkg.add("MCVI")

Documentation

See here

Used By Packages

No packages found.