@zhengyiluo
Zhengyi “Zen” Luo
5 months
Porting the Perpetual Humanoid Controller (PHC) to MuJoCo for motion imitation, 70% done. I replicated the state space of PHC in isaac to MuJoCo, right now it has reached ~98% success rate for single network (no PNN yet). Code (work in progress) :
3
13
118

Replies

@zhengyiluo
Zhengyi “Zen” Luo
5 months
Biggest issue right now is I can't recreate the black-box PD controller from Isaac yet. Still investigating. Training speed for motion imitator is about 5~10x times slower than in Isaac 🥲 If anyone wants to add MJX support to this repo, please DM/contribute!
2
0
1
@zhengyiluo
Zhengyi “Zen” Luo
5 months
Personally, in 2021 I was stuck at ~90% success rate for motion imitation (without using external forces) on AMASS for a year. Tried some crazy ideas like and almost gave up. Thanks to Isaac Gym and its speed improvement, I was able to learn a ton...
1
0
0
@zhengyiluo
Zhengyi “Zen” Luo
5 months
...and design a better state space and training procedure. I was a little worried whether it will transfer to MuJoCo, but it did! A milestone to me! Will continue to develop this repo to bring the full capabilities of PHC into MuJoCo. End-goal would be in-browser PHC wecam demo
1
0
1
@zhengyiluo
Zhengyi “Zen” Luo
5 months
Thanks to @teopir for helping me setting up the repo, and @Vikashplus @rlfromlux for encouraging me along!
1
0
2
@stevenuecke
Steven Uecke
5 months
@zhengyiluo Great work! Have you ever tried outputting motor current (convert to torque for input into torque actuators) from the policy, as opposed to position?
1
0
1
@zhengyiluo
Zhengyi “Zen” Luo
5 months
@stevenuecke Actually, I am trying that now (in Isaac Gym)! I find it performing worse than position control, though that could change with tuning. In the SMPLSim: , We do support different controllers (including force control). Haven't tune them much though...
1
0
1