You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action a from the policy specifies target orientations for PD controllers at each joint. The policy is queried at 30Hz, and target rientations for spherical joints are represented in axis-angle form, while targets for revolute joints are represented by scalar rotation angles.
In code AxisAngle representation is obtained from ExpMap (it seems to be quite a simple security check), but I cannot find out whether this values are expressed in joints parent frame or root frame, whether this value is absolute or it is just an offset added to skeleton reference pose (T-pose).
Could you give me some more information about target orientation interpretation?
Kind regards
The text was updated successfully, but these errors were encountered:
Dear Xue Bin Peng,
Thank you for sharing your outstanding research.
DeepMimic paper says:
In code AxisAngle representation is obtained from ExpMap (it seems to be quite a simple security check), but I cannot find out whether this values are expressed in joints parent frame or root frame, whether this value is absolute or it is just an offset added to skeleton reference pose (T-pose).
Could you give me some more information about target orientation interpretation?
Kind regards
The text was updated successfully, but these errors were encountered: