google-deepmind / mujoco_mpc

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

Fixes for Python API #278

Closed thowell closed 5 months ago

thowell commented 5 months ago

The change to the build directory enables us to utilize "patches" (#256) for task models without rewriting the python/setup.py.

thowell commented 5 months ago

@nimrod-gileadi is this the correct way to check that the build exists and provide the user with an informative error if it is missing?