JuliaPOMDP / RockSample.jl

Implement the rock sample problem using POMDPs.jl
Other
5 stars 5 forks source link

fixed iterate error, added some test #24

Closed LorenzoBonanni closed 1 year ago

LorenzoBonanni commented 1 year ago

Partially Fixed #22 but still gives an error as describes in the issue thread

zsunberg commented 1 year ago

I switched from iterating through particles specifically for the particle filter to iterating using POMDPTools.weighted_iterator. This should allow any belief to be used.

zsunberg commented 1 year ago

Thanks @LorenzoBonanni ! A version of this has been merged into the main branch