JuliaPOMDP / JuliaPOMDP/ParticleFilters.jl
Improved bootstrap filter
Open
- Dominant language
- Julia
- Stars
- 48
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
We should probably make an improved bootstrap filter that has the following changes:
1. We should only resample periodically (see #24 #67 )
2. Because of periodic resampling above, we should return a weighted particle belief rather than unweighted
3. We should have an additional function for particle reinvigoration that is separate from resampling, because that is the most common domain-specific thing that people need to do.
4. `predict`, `reweight`, and `resample` should just be functions (which can be implemented as functors)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.