Skip to content

zsunberg/LightDarkPOMDPs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PACKAGE IS NO LONGER MAINTAINED.

LightDarkPOMDPs

A trajectory of a good solution to a LightDark2DTarget problem

Build Status

In the LightDark2D problem, cost is quadratic in the distance from the origin; In the LightDark2DTarget problem, there is a cost of -1 accrued for every step outside of the target region (a radius from the origin controlled by the term_radius field of LightDark2DTarget).

There is also a Kalman filter LightDark2DKalman, but Kalman filtering is rather ill-suited to this problem because the true beliefs are not similar to a Gaussian distribution. Instead, it is much better to use a particle filter from ParticleFilters.jl.

See test/runtests.jl for usage examples.

About

An implementation of the Light-Dark POMDP from http://www.roboticsproceedings.org/rss06/p37.pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages