Abstract
FastSAC-style methods significantly reduce humanoid motion training time but often suffer from notable performance degradation compared with PPO in whole-body tracking tasks. We target this speed–performance gap by introducing LooperMuscle, a composed expert policy learning framework that restores tracking quality while preserving high training efficiency. LooperMuscle combines a semantically structured mixture-of-experts actor, an expert-aware distributional critic, and contribution-routed replay with deferred curriculum scheduling. These three components form a closed training loop in which expert contributions guide data routing, routed data shape value learning, and value gradients in turn refine expert specialization. Empirically, our approach substantially outperforms vanilla FastSAC regarding motion tracking accuracy. While it requires far less wall-clock time than PPO: where FastSAC trains in about 15 minutes but underperforms, and PPO achieves stronger results but requires about 6 hours, LooperMuscle reaches comparable performance to PPO in roughly 45 minutes, and delivering practical efficiency for sim-to-real iteration. The code will be released to benefit the research community at: https://loopermuscle.github.io.
The Framework of LooperMuscle.
The First Eye of LooperMuscle.
The Sampler Framework of LooperMuscle.
Selected Experimental Results of LooperMuscle.
Real-World Deployment of LooperMuscle.
BibTeX
@article{YourPaperKey2024,
title={Your Paper Title Here},
author={First Author and Second Author and Third Author},
journal={Conference/Journal Name},
year={2024},
url={https://your-domain.com/your-project-page}
}