-
Notifications
You must be signed in to change notification settings - Fork 33
Description
First of all, thank you very much for providing the light deployment framework. While trying to deploy the trained Beyondmimic model on the Unitree G1, I encountered two issues and would like to seek your advice. I look forward to your reply.
First issue:
I used sim2sim to test the four models you provided in the path assets/models/g1/beyondmimic. I found that only the Dance_wose model could run completely, while the other three models had some issues. The videos are as follows:
https://github.com/user-attachments/assets/b3a5fe7d-adf7-4b2e-a912-4a7378c55241
https://github.com/user-attachments/assets/d2f13bff-0e42-4dab-9437-a6606bcf000d
https://github.com/user-attachments/assets/6ce3e833-409d-4083-ad66-8e32d79db2db
Second issue:
I used sim2sim to run my own trained model (also a dance), and it ran successfully. However, when deploying it on the Yushu G1 and performing sim2real, it only ran for a few seconds before collapsing. I previously tried the whole_body_tracking deployment method provided by Beyondmimic, which ran completely. But this was deployed on a workstation and ran via a wired network connection. Therefore, I would like to ask what the possible reason for this issue might be. Is it a computational power issue with the PC2, or is there some other gap?