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
Could you maybe give a brief format description of the "Frames" segment in the dog motion files? Similar to the one from the humanoid model (or just the order of the joints):
[
duration of frame in seconds (1D),
....
left elbow rotation (1D)
]
I managed to map most of values correctly to their corresponding joints but some still do not seem to fit. The reason why I am asking is that I am currently trying to implement your approach using mujoco and SB3 and am therefore writing my own dataloader for the motion files.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Could you maybe give a brief format description of the "Frames" segment in the dog motion files? Similar to the one from the humanoid model (or just the order of the joints):
[
duration of frame in seconds (1D),
....
left elbow rotation (1D)
]
I managed to map most of values correctly to their corresponding joints but some still do not seem to fit. The reason why I am asking is that I am currently trying to implement your approach using mujoco and SB3 and am therefore writing my own dataloader for the motion files.
Thanks in advance!
The text was updated successfully, but these errors were encountered: