xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.33k stars 489 forks source link

Format description of dog motion files #192

Open leinadyn opened 1 year ago

leinadyn commented 1 year ago

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!