zsunberg / SubHunt.jl

Submarine hunting POMDP model for POMDPs.jl
Other
1 stars 6 forks source link

replace deprecated functions #7

Closed WhiffleFish closed 2 months ago

WhiffleFish commented 3 years ago

n_actions and n_states no longer supported by POMDPs.jl POMDPs.n_actions -> n_actions POMDPs.n_states -> n_states

SIRParticleFilter has since been renamed to BootstrapFilter ParticleFilters.SIRParticleFilter -> ParticleFilters.BootstrapFilter

zsunberg commented 1 year ago

Should I merge this?

WhiffleFish commented 2 months ago

Alright, this should be good to merge now. Also, should we move this over to JuliaPOMDP?

zsunberg commented 2 months ago

Thanks @WhiffleFish ! Looks good!