dynamax
dynamax copied to clipboard
implement basic particle filtering examples (possibly using blackjax)
It would be good to reimplement these demos, used in https://probml.github.io/pml-book/book2
- https://github.com/probml/JSL/blob/main/jsl/demos/bootstrap_filter.py
- https://github.com/probml/JSL/blob/main/jsl/demos/bootstrap_filter_maneuver.py
- https://github.com/probml/JSL/blob/main/jsl/demos/rbpf_maneuver.py
- https://github.com/probml/JSL/blob/main/jsl/demos/sis_vs_smc.py
Let's loop in my lab on this one — Dieterich Lawson and Andy Warrington have written a lot of particle filtering code recently. I think we'll have lots of stuff to start from.