Derivatives (sensitivities) of mj_step with respect to model parameters #2407
-
IntroHi! I am a doctoral student currently on exchange at ETH Zurich, and I use MuJoCo for my research on nonlinear robust MPC. My setupI use the MuJoCo C API to predict the future states of a robot and obtain the gradients of the dynamics. My questionI would also like to propagate the effect of uncertain parameters through the dynamics, which would require the derivatives of the dynamics (
Minimal model and/or code that explain my questionNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Answered by
yuvaltassa
Feb 9, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antalpeter1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjd_transitionFD
, how would you define the the vector of possible modifications? Moreover, some changes can be made directly to mjModel, while some changes require recompilation (using mjSpec).