BeliefUpdaters.jl

Author JuliaPOMDP
Popularity
1 Star
Updated Last
2 Years Ago
Started In
August 2018

BeliefUpdaters.jl

Build Status Coverage Status

Collection of belief updaters and belief representation for POMDPs.jl. Particle filters are not included in this package, but an implementation can be found in ParticleFilters.jl.

This is a supported JuliaPOMDP package.

The documentation can be found here: https://juliapomdp.github.io/BeliefUpdaters.jl/latest

Installation

using Pkg
Pkg.add("BeliefUpdaters")

Code structure

Within src each file contains one tool. Each file should clearly indicate who is the maintainer of that file.