robfiras / loco-mujoco

Imitation learning benchmark focusing on complex locomotion tasks using MuJoCo.
MIT License
539 stars 46 forks source link

Feat: add new Kuavo Humanoid robot model to env, and make Kuavo replay retargeted mocap data. #12

Open wangshub opened 7 months ago

wangshub commented 7 months ago

Hi @robfiras ,

According to your reply, I have successfully imported the Kuavo robot, which is a video screenshot of playing back mocap data.

https://github.com/robfiras/loco-mujoco/issues/8#issuecomment-1872516323

https://github.com/robfiras/loco-mujoco/assets/20924010/8e4b051c-0d07-47ab-925c-1f99e6f35616

robfiras commented 7 months ago

Many thanks for your contribution! I will start reviewing the PR soon.

robfiras commented 7 months ago

Hi @wangshub, I checkedout your PR. Here are the preliminary TODOs for us:

Work on the XML (by @wangshub )

Work on the API (by @robfiras )

wangshub commented 7 months ago

@robfiras Yes, I work at Leju Robotics. We will complete the TODOs as soon as possible !

1190201119 commented 7 months ago

@robfiras Yes, I work at Leju Robotics. We will complete the TODOs as soon as possible !

事实上执行器的力矩根本就没有设置,设置到减速比上去了。考虑到我们实际上使用的是一体化关节,或者说我们并不关心电机传动前的输出,gear根本就不用设置。

wangshub commented 7 months ago

Hi ! @robfiras

robfiras commented 6 months ago

Hi @wangshub,

thanks for the changes! And sorry for the delay ...

I would ask you to add the shell meshes of the lower body and the arms as well. Right now, it does not look nice. We do not want to add preliminary models to this repo.

In the meantime, I will update the datasets and see if we can train a gait using your models. Thanks!