[Question] Question about applying actions and observations in the manager base navigation. #2465
Unanswered
celestialdr4g0n
asked this question in
Q&A
Replies: 2 comments
-
The object |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response. |
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.
-
Why there is no set_joint_velocity_target() or set_joint_position_terget() in PreTrainedPolicyAction class in the navigation example? Is actions in the navigation example fully comes from the pre-trained policy?
What is the output actions of the pre-trained file?
If the actions from the pre-trained checkpoint (joint positions maybe?) are assigned to self._raw_actions of the PreTrainedPolicyAction class, why did you remap the self._raw_actions to "velocities_command" while the action of manager_based -> locomotion -> velocity_env is joint positions?
Beta Was this translation helpful? Give feedback.
All reactions