Replies: 1 comment
-
Thank you for posting this. We have noted we haven't been able to reply to this as soon as we would prefer. The team will engage soon. Thank you for your interest in Isaac Lab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I’ve been working on training a locomotion policy for a quadruped that also has an arm (12 + 8 joints in total). Since this policy focuses solely on locomotion, the action space (12) is limited to the leg joint states. At each initialization, the arm is assigned a random fixed pose, which can be done easily using the Direct Env template as follows:
However, how can I achieve similar functionality using the Manager-based environment? It appears that the ActionCfg (as shown below) cannot define or configure the joint states that are excluded from the action space:
More simple question would be, how can I convert my first part of the code from Direct Env to Manager-based Env? Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions