google-deepmind / mujoco_mpc

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

Best trajectory Python method #231

Closed thowell closed 9 months ago

thowell commented 10 months ago

This PR exposes state, action, and time trajectories from Planner::BestTrajectory to the Python API.

Additional minor fixes to C++.