google-deepmind / mujoco_mpc

Real-time behaviour synthesis with MuJoCo, using Predictive Control
https://github.com/deepmind/mujoco_mpc
Apache License 2.0
952 stars 142 forks source link

Python interface for filters #192

Closed thowell closed 11 months ago

thowell commented 11 months ago

Adds Python interface for filters (EKF, UKF, Batch) and a demo filter.py.

Todo