[mjx] subtree_linvel function computation #2147
Answered
by
btaba
Rian-Jo
asked this question in
Asking for Help
-
IntroHi! Thanks for your great works. I'm using mjx for RL. My setupmjx : 3.2.4 My questionHi! Thanks for your great works. I'm using mjx for RL. In 'training_apg' tutorial, when i added in step function below,
i got the error below
And subtree_linvel calculated in the first part of subtree_vel is zeroes.
Thank you! Minimal model and/or code that explain my questionNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Answered by
btaba
Oct 24, 2024
Replies: 1 comment 1 reply
-
@Rian-Jo can you try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rian-Jo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Rian-Jo can you try
mjx.subtree_vel(self.sys, data)
instead?