joint_angle
#38
-
Could you please let me know which information in the policy1.pt file contains the real-time joint angles of the robot's movement? |
Beta Was this translation helpful? Give feedback.
Answered by
zlw21gxy
Nov 1, 2024
Replies: 1 comment
-
In a single observation, the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zlw21gxy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a single observation, the
obs_buf[:, 5:17]
contains the joint position. Since we concatenate 15 frames, you can do the math. You can reference thishumanoid-gym/humanoid/envs/custom/humanoid_env.py
Line 237 in 620c5fa
humanoid-gym/humanoid/envs/custom/humanoid_env.py
Line 258 in 620c5fa