REVIEW 5 major objections 5 minor 2 cited by
LangWBC: Language-directed Humanoid Whole-Body Control via End-to-end Learning
T0 review · 5 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read This paper claims that a single neural network can turn natural-language commands into agile whole-body actions on a real humanoid, using a Conditional Variational Autoencoder to align language and motion in one latent space.
desk verdict A real system result—closed-loop language-to-action on a humanoid via a distilled CVAE—backed by believable hardware videos, but the quantitative evaluation is thin and the latent-space smoothness claim is more asserted than shown. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the CVAE latent space. It is built by a student policy whose encoder maps the concatenation of a text embedding and a two-second history of proprioception to a mean and diagonal-covariance Gaussian; the decoder maps the sampled latent code plus the current observation to desired joint positions. This structured latent space is what is claimed to align language with motion dynamics, producing clusters for similar motions, left/right mirror symmetry, a common standing-pose region near the origin, smooth transitions, and meaningful interpolation. The training machinery around it is reinforcement-learning teacher distillation with a relative-displacement tracking objective and DAgger-style iterative data collection.
What would settle it
Present the policy with a fixed set of fifty held-out paraphrases spanning the paper's three semantic-distance categories and measure the fraction that maintain balance for a full rollout and match reference keypoints; then take twenty random latent interpolations between walking and side-stepping and count how many produce stable, non-jittery gaits. A high failure rate on either test would directly contradict the claimed latent-space smoothness and generalization.
Extended reading notes
Core claim
The central discovery, as the paper states it, is that a Conditional Variational Autoencoder can serve as the student policy in a teacher-student distillation pipeline and produce a unified latent space in which text embeddings and motor actions jointly live. The encoder takes the concatenation of a text embedding and a 20-step history of proprioceptive observations, outputs a Gaussian posterior, and the decoder maps a latent sample to 27 joint-position actions. Because semantically similar commands cluster in this latent space, the policy generalizes to unseen phrasings that a plain MLP baseline handles worse, transitions between agile motions in a single rollout, and interpolating two latent codes yields a novel, stable walking-sideways motion that was not in the training distribution. The paper also reports that the distilled student transfers zero-shot to real hardware.
Load-bearing premise
The load-bearing premise is that the CVAE latent space is smooth and semantically aligned: text embeddings of paraphrases must land near their training counterparts, and interpolated latent codes must decode to stable, executable actions, or the generalization and novel-motion claims collapse.
Editorial extensions
If this is right
- A single distilled policy can act as a closed-loop text-to-action controller on real hardware, eliminating the need for a separate kinematic motion generator and tracking controller.
- Because transitions happen within one policy, language-commanded sequences such as walking, running, stopping, and waving can run continuously without resets.
- The structured latent space gives the policy a route to unseen commands: paraphrases and semantically nearby phrasings decode to higher-quality motions than a plain MLP student achieves.
- Latent interpolation can synthesize novel, stable whole-body motions that were not present in the training data.
- Wiring the policy to a large language model lets an abstract social instruction be decomposed into timed motion primitives and executed on the robot.
Reading between the lines
- If the latent-space smoothness claim scales with dataset size, then adding more mocap-and-text data should extend the same architecture toward a broad language-conditioned motion foundation model rather than a fixed skill set; this is an extrapolation the paper does not itself demonstrate.
- The generalization mechanism is partly delegated to the text encoder: any improvement in the embedding model could shift where unseen commands land, so evaluating with a different text encoder would isolate how much robustness comes from the CVAE versus the encoder.
- A more expressive generative model, such as a diffusion decoder, might reduce the sim-to-real gap the authors acknowledge, since the CVAE's limited expressiveness is their stated bottleneck.
- The interpolation property suggests a practical motion-morphing interface, where users could blend two command embeddings to get a hybrid gait, but the paper only shows one interpolated example, so a systematic study of many pairs would be needed to confirm it.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents LangWBC, a framework for language-directed whole-body control of a Unitree G1 humanoid. The method first trains a motion-tracking teacher policy via reinforcement learning on retargeted MoCap data, then distills it into a CVAE-based student policy through DAgger behavior cloning, with CLIP text embeddings and a history of proprioceptive observations as inputs and joint position targets as outputs. The authors claim zero-shot sim-to-real transfer, execution of diverse motions, generalization to unseen paraphrases, smooth transitions between motions, latent-space interpolation producing novel motions, robustness to disturbances, and LLM-guided composition of motion sequences. Experiments include real-hardware demos, a t-SNE latent-space visualization, an unseen-command comparison against a CLIP+MLP baseline, an interpolation comparison, simulation ablations, and an LLM integration example.
Significance. If the central claims are substantiated, this is an important step toward closed-loop language-to-action control on real humanoid hardware with a single distilled policy, going beyond hierarchical motion-generation-plus-tracking approaches and open-loop text-to-action systems. The paper's strengths are the clear two-stage pipeline, the real-hardware zero-shot deployment evidence, the inclusion of an MLP baseline, and the explicit ablation list. However, the quantitative support is thin: most headline claims rest on video demos, one t-SNE plot, and a small set of single-number metrics without error bars or significance tests. The load-bearing assumption that the CVAE latent space is smooth, continuous, and semantically action-relevant is asserted more than demonstrated. These issues are fixable with additional experiments and statistical reporting, so the manuscript is a plausible major-revision candidate rather than a rejection.
major comments (5)
- [Section IV-C, Table II] The generalization claim to unseen commands is not statistically supported. Table II reports a single Motion Quality value per condition with no seeds, no confidence intervals, and no significance test across only 15 unseen commands. The conclusion that 'CLIP+CV AE consistently produces higher-quality motions' is therefore stronger than the evidence. Please report means and variances over multiple training seeds, specify the exact list of the 15 commands, and run a paired significance test. In addition, the Motion Quality Metric is defined only parenthetically as a weighted sum of keypoint and joint errors normalized by an exponential; since these are the same families of quantities used in the teacher reward (Table I) and the student imitation loss (Eq. 8), the metric partly measures imitation fidelity rather than task success or language alignment, which should be acknowledged and, ideally, supplemented with a task-level or human-evaluation metric.
- [Section III-B, IV-B, IV-E] The core structural claim—that the CVAE latent space is smooth and action-relevant, enabling generalization, transitions, and novel-motion synthesis—rests on the KL term in Eq. (8), one t-SNE plot of nine motions (Fig. 5), and one interpolated rollout (Figs. 8 and 9). Those do not establish that interpolated latent codes decode to stable, executable actions or that paraphrase embeddings land near their training counterparts. Please provide quantitative evidence: for example, success rates over many interpolated command pairs, a Lipschitz-style measure of decoding stability under latent perturbations, and multiple t-SNE runs with quantitative cluster-quality metrics. Without such evidence, the transition, generalization, and novel-motion claims are anecdotal.
- [Section IV-D, Figs. 1 and 7] The smooth-transition capability is demonstrated only through video stills and qualitative descriptions such as 'seamlessly transitions' and 'without resets.' There is no quantitative transition metric, no success rate over repeated transition trials, and no comparison with a baseline that executes the same command sequence with a hierarchical motion generator plus tracker or with resets between clips. Please define a transition-smoothness or transition-success metric (e.g., joint velocity discontinuities, foot contact stability, or completion rate under time limits) and report it for the proposed policy and at least one baseline, or explicitly reframe this contribution as a qualitative demonstration.
- [Section III-B, Eqs. (8) and (9)] The relative-tracking objective in Eq. (9) is not connected to the student loss in Eq. (8). The paper states that 'the robot's tracking objective becomes' minimizing the displacement error, but neither Eq. (8), the DAgger loss, nor the policy update step indicates how this term enters the optimization, how it is weighted, or how it interacts with the imitation loss and KL term. This also makes the 'No-Rel' ablation in Table III hard to interpret, since the reader cannot tell what exactly was removed. Please specify the complete student objective and the optimization procedure.
- [Table III, Section IV-F] The ablation metrics are single numbers reported after 10k iterations, without multiple seeds, variance, or confidence intervals. The Stability metric is described as 'success rate over 1000 steps under perturbations' but the perturbation distribution and success criteria are not specified. Since the ablation is used to justify all three core design choices, please report mean and standard deviation across seeds, specify the exact perturbation protocol, and provide a significance test for the pairwise differences claimed in the text.
minor comments (5)
- [Fig. 5] t-SNE is stochastic and can create apparent clusters even without semantic structure; please report multiple t-SNE runs with different random seeds or a quantitative cluster-quality measure, rather than relying on a single plot.
- [Table II footnote] The Motion Quality Metric is called a weighted sum but the expressions in Table I are exponentials of keypoint and joint errors; please give the exact formula, normalization, and the weights used in Tables II and III.
- [Section III-A and Appendix A] The number of future keypoint frames is inconsistent: Section III-A says 'future five-frame keypoint positions' and Appendix A lists '6 frames' for target keypoint positions; please reconcile the notation.
- [Section III-B, Eq. (9)] The interval Δt in Δp_t = p_t − p_{t−Δt} is not defined; state whether it is the control timestep, the 10 Hz history sampling interval, or another period.
- [Throughout] The paper uses inconsistent spellings 'CV AE' and 'CVAE' (e.g., Fig. 1 caption vs. the text); please standardize the terminology.
Circularity Check
No significant circularity: the teacher–student derivation is self-contained and the evaluation metric, though related to the teacher reward, is an external kinematic measure.
full rationale
LangWBC's derivation chain is self-contained: a language-agnostic teacher is trained with PPO to track retargeted MoCap (Eqs. 1–3, Table I), and a CVAE student is trained by DAgger behavior cloning to imitate teacher actions from CLIP text embeddings and proprioceptive history (Eqs. 4–8). The paper's capabilities—diverse motions, paraphrase generalization, smooth transitions, and latent interpolation—are emergent properties evaluated by simulation and hardware rollouts, not quantities defined in terms of the training objective. The Motion Quality Metric in Tables II and III is a kinematic tracking score against MoCap references; while it shares terms with the teacher reward, it is an external evaluation measure, not a parameter fitted to the test set, and the student's objective (Eq. 8) is action-matching rather than direct keypoint tracking. No load-bearing self-citation appears: related-work citations to the authors' prior systems are contextual, and the core components (CLIP, CVAE, DAgger, PPO) are externally established. No uniqueness theorem or ansatz is imported from the authors' own prior work. The limitations section explicitly acknowledges the VAE expressiveness gap, further indicating that the claims are empirical rather than definitional. Therefore no circular step is present.
Assumptions & free parameters
free parameters (6)
- Teacher reward weights (Table I) =
e.g., keypoint tracking 1.0, joint tracking 1.0, orientation penalty -10.0, termination -200.0
- Symmetry loss weight lambda_sym (Eq. 2) =
not stated
- KL weight lambda_KL (Eq. 8) =
not stated
- Latent dimension and encoder/decoder widths =
latent 128; MLPs 2048-1024-512 and 512-1024-2048
- Motion Quality metric weights (Tables II, III) =
not stated; described as weighted sum of keypoint and joint errors
- Domain randomization ranges (Table IV) =
ranges in table, e.g., friction [0.2,0.6], mass [0.9,1.1]x
assumptions (6)
- domain assumption HumanML3D dataset with text annotations, after LM-based retargeting, yields kinematically feasible and physically trackable references for the G1 across the tested command vocabulary.
- domain assumption CLIP text encoder embeddings place semantically similar commands close together so the CVAE can map paraphrase variants to nearby latent codes.
- domain assumption The CVAE latent space, regularized by a unit Gaussian KL prior, is smooth and semantically structured so that interpolation between latent codes yields stable, executable motions.
- domain assumption DAgger-style on-policy data collection keeps the student within the teacher's support, so behavior cloning over teacher actions yields a policy that does not drift.
- domain assumption The simulator with domain randomization (Table IV) models the real G1 closely enough for zero-shot sim-to-real transfer of the student policy.
- domain assumption The relative displacement tracking objective (Eq. 9) prevents accumulation of drift errors during student training.
Cite this review
Pith. "Pith review of LangWBC: Language-directed Humanoid Whole-Body Control via End-to-end Learning." pith.science (2026). https://pith.science/paper/4CRMX2JK
@misc{pith2026250421738,
author = {Pith},
title = {Pith review of: LangWBC: Language-directed Humanoid Whole-Body Control via End-to-end Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/4CRMX2JK}},
note = {Machine review of arXiv:2504.21738}
}
read the original abstract
General-purpose humanoid robots are expected to interact intuitively with humans, enabling seamless integration into daily life. Natural language provides the most accessible medium for this purpose. However, translating language into humanoid whole-body motion remains a significant challenge, primarily due to the gap between linguistic understanding and physical actions. In this work, we present an end-to-end, language-directed policy for real-world humanoid whole-body control. Our approach combines reinforcement learning with policy distillation, allowing a single neural network to interpret language commands and execute corresponding physical actions directly. To enhance motion diversity and compositionality, we incorporate a Conditional Variational Autoencoder (CVAE) structure. The resulting policy achieves agile and versatile whole-body behaviors conditioned on language inputs, with smooth transitions between various motions, enabling adaptation to linguistic variations and the emergence of novel motions. We validate the efficacy and generalizability of our method through extensive simulations and real-world experiments, demonstrating robust whole-body control. Please see our website at LangWBC.github.io for more information.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 2 Pith papers
-
MRBench: A Comprehensive Benchmark for Human Motion-Text Retrieval
MRBench is a multi-source, balanced, multi-granular human motion-text retrieval benchmark, and the proposed granularity-aware adapters improve mixed-granularity retrieval without degrading standard-caption retrieval.
-
ZeroWBC: Learning Natural Whole-Body Humanoid Interaction from Human Egocentric Data
An open-loop generation-then-tracking system maps one egocentric image plus language into Unitree G1 whole-body interactions using only human egocentric motion data.
Reference graph
Works this paper leans on
-
[1]
Expressive whole- body control for humanoid robots.arXiv preprint arXiv:2402.16796, 2024
Xuxin Cheng, Yandong Ji, Junming Chen, Ruihan Yang, Ge Yang, and Xiaolong Wang. Expressive whole- body control for humanoid robots.arXiv preprint arXiv:2402.16796, 2024
arXiv 2024
-
[2]
Cheng Chi, Zhenjia Xu, Siyuan Feng, Eric Cousineau, Yilun Du, Benjamin Burchfiel, Russ Tedrake, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 0(0), 2024. doi: 10.1177/02783649241273668
-
[3]
Flexible motion in- betweening with diffusion models
Setareh Cohan, Guy Tevet, Daniele Reda, Xue Bin Peng, and Michiel van de Panne. Flexible motion in- betweening with diffusion models. InACM SIGGRAPH 2024 Conference Papers, pages 1–9, 2024
work page 2024
-
[4]
Learning vision-based bipedal locomotion for challeng- ing terrain
Helei Duan, Bikram Pandit, Mohitvishnu S Gadde, Bart Van Marum, Jeremy Dao, Chanho Kim, and Alan Fern. Learning vision-based bipedal locomotion for challeng- ing terrain. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 56–62. IEEE, 2024
work page 2024
-
[5]
Pranay Dugar, Aayam Shrestha, Fangzhou Yu, Bart van Marum, and Alan Fern. Learning multi-modal whole- body control for real-world humanoid robots.arXiv preprint arXiv:2408.07295, 2024
arXiv 2024
-
[6]
Humanplus: Humanoid shad- owing and imitation from humans.arXiv preprint arXiv:2406.10454, 2024
Zipeng Fu, Qingqing Zhao, Qi Wu, Gordon Wet- zstein, and Chelsea Finn. Humanplus: Humanoid shad- owing and imitation from humans.arXiv preprint arXiv:2406.10454, 2024
arXiv 2024
-
[7]
Coohoi: Learning cooperative human- object interaction with manipulated object dynamics
Jiawei Gao, Ziqin Wang, Zeqi Xiao, Jingbo Wang, Tai Wang, Jinkun Cao, Xiaolin Hu, Si Liu, Jifeng Dai, and Jiangmiao Pang. Coohoi: Learning cooperative human- object interaction with manipulated object dynamics. arXiv preprint arXiv:2406.14558, 2024
arXiv 2024
-
[8]
Xinyang Gu, Yen-Jen Wang, Xiang Zhu, Chengming Shi, Yanjiang Guo, Yichen Liu, and Jianyu Chen. Advancing humanoid locomotion: Mastering challenging terrains with denoising world model learning.arXiv preprint arXiv:2408.14472, 2024
arXiv 2024
Show all 44 references
-
[9]
Generating diverse and natural 3d human motions from text
Chuan Guo, Shihao Zou, Xinxin Zuo, Sen Wang, Wei Ji, Xingyu Li, and Li Cheng. Generating diverse and natural 3d human motions from text. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5152–5161, June 2022
2022
-
[10]
Omnih2o: Universal and dexterous human- to-humanoid whole-body teleoperation and learning
Tairan He, Zhengyi Luo, Xialin He, Wenli Xiao, Chong Zhang, Weinan Zhang, Kris Kitani, Changliu Liu, and Guanya Shi. Omnih2o: Universal and dexterous human- to-humanoid whole-body teleoperation and learning. arXiv preprint arXiv:2406.08858, 2024
2024 arXiv
-
[11]
Learning human- to-humanoid real-time whole-body teleoperation
Tairan He, Zhengyi Luo, Wenli Xiao, Chong Zhang, Kris Kitani, Changliu Liu, and Guanya Shi. Learning human- to-humanoid real-time whole-body teleoperation. In2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 8944–8951. IEEE, 2024
2024
-
[12]
Hover: Versatile neural whole- body controller for humanoid robots.arXiv preprint arXiv:2410.21229, 2024
Tairan He, Wenli Xiao, Toru Lin, Zhengyi Luo, Zhenjia Xu, Zhenyu Jiang, Jan Kautz, Changliu Liu, Guanya Shi, Xiaolong Wang, et al. Hover: Versatile neural whole- body controller for humanoid robots.arXiv preprint arXiv:2410.21229, 2024
-
[13]
Diffuseloco: Real-time legged locomo- tion control with diffusion from offline datasets.arXiv preprint arXiv:2404.19264, 2024
Xiaoyu Huang, Yufeng Chi, Ruofeng Wang, Zhongyu Li, Xue Bin Peng, Sophia Shao, Borivoje Nikolic, and Koushil Sreenath. Diffuseloco: Real-time legged locomo- tion control with diffusion from offline datasets.arXiv preprint arXiv:2404.19264, 2024
2024 arXiv
-
[14]
Diffuse-cloc: Guided diffusion for physics-based character look-ahead control
Xiaoyu Huang, Takara Truong, Yunbo Zhang, Fangzhou Yu, Jean Pierre Sleiman, Jessica Hodgins, Koushil Sreenath, and Farbod Farshidian. Diffuse-cloc: Guided diffusion for physics-based character look-ahead control. arXiv preprint arXiv:2503.11801, 2025
2025 arXiv
-
[15]
Ex- body2: Advanced expressive humanoid whole-body con- trol.arXiv preprint arXiv:2412.13196, 2024
Mazeyu Ji, Xuanbin Peng, Fangchen Liu, Jialong Li, Ge Yang, Xuxin Cheng, and Xiaolong Wang. Ex- body2: Advanced expressive humanoid whole-body con- trol.arXiv preprint arXiv:2412.13196, 2024
2024 arXiv
-
[16]
Superpadl: Scaling language-directed physics- based control with progressive supervised distillation
Jordan Juravsky, Yunrong Guo, Sanja Fidler, and Xue Bin Peng. Superpadl: Scaling language-directed physics- based control with progressive supervised distillation. In ACM SIGGRAPH 2024 Conference Papers, pages 1–11, 2024
2024
-
[17]
Guided motion diffusion for controllable human motion synthesis
Korrawe Karunratanakul, Konpat Preechakul, Supasorn Suwajanakorn, and Siyu Tang. Guided motion diffusion for controllable human motion synthesis. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 2151–2162, 2023
2023
-
[18]
Learning quadrupedal locomotion over challenging terrain.Science robotics, 5 (47):eabc5986, 2020
Joonho Lee, Jemin Hwangbo, Lorenz Wellhausen, Vladlen Koltun, and Marco Hutter. Learning quadrupedal locomotion over challenging terrain.Science robotics, 5 (47):eabc5986, 2020
2020
-
[19]
Reinforcement learning for robust parameterized loco- motion control of bipedal robots
Zhongyu Li, Xuxin Cheng, Xue Bin Peng, Pieter Abbeel, Sergey Levine, Glen Berseth, and Koushil Sreenath. Reinforcement learning for robust parameterized loco- motion control of bipedal robots. In2021 IEEE Interna- tional Conference on Robotics and Automation (ICRA), pages 2811...
2021
-
[20]
Rein- forcement learning for versatile, dynamic, and robust bipedal locomotion control.The International Jour- nal of Robotics Research, 44(5):840–888, 2024
Zhongyu Li, Xue Bin Peng, Pieter Abbeel, Sergey Levine, Glen Berseth, and Koushil Sreenath. Rein- forcement learning for versatile, dynamic, and robust bipedal locomotion control.The International Jour- nal of Robotics Research, 44(5):840–888, 2024. doi: 10.1177/02783649241285161
2024 doi
-
[21]
Berkeley hu- manoid: A research platform for learning-based control
Qiayuan Liao, Bike Zhang, Xuanyu Huang, Xiaoyu Huang, Zhongyu Li, and Koushil Sreenath. Berkeley hu- manoid: A research platform for learning-based control. arXiv preprint arXiv:2407.21781, 2024
2024 arXiv
-
[22]
Learning hu- manoid locomotion with perceptive internal model.arXiv preprint arXiv:2411.14386, 2024
Junfeng Long, Junli Ren, Moji Shi, Zirui Wang, Tao Huang, Ping Luo, and Jiangmiao Pang. Learning hu- manoid locomotion with perceptive internal model.arXiv preprint arXiv:2411.14386, 2024
2024 arXiv
-
[23]
Perpetual humanoid control for real-time simulated avatars
Zhengyi Luo, Jinkun Cao, Kris Kitani, Weipeng Xu, et al. Perpetual humanoid control for real-time simulated avatars. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 10895–10904, 2023
2023
-
[24]
Grasping di- verse objects with simulated humanoids.arXiv preprint arXiv:2407.11385, 2024
Zhengyi Luo, Jinkun Cao, Sammy Christen, Alexander Winkler, Kris Kitani, and Weipeng Xu. Grasping di- verse objects with simulated humanoids.arXiv preprint arXiv:2407.11385, 2024
2024 arXiv
-
[25]
Learning from massive human videos for universal humanoid pose control.arXiv preprint arXiv:2412.14172, 2024
Jiageng Mao, Siheng Zhao, Siqi Song, Tianheng Shi, Jun- jie Ye, Mingtong Zhang, Haoran Geng, Jitendra Malik, Vitor Guizilini, and Yue Wang. Learning from massive human videos for universal humanoid pose control.arXiv preprint arXiv:2412.14172, 2024
2024 arXiv
-
[26]
An algorithm for least-squares estimation of nonlinear parameters.Journal of the society for Industrial and Applied Mathematics, 11(2):431–441, 1963
Donald W Marquardt. An algorithm for least-squares estimation of nonlinear parameters.Journal of the society for Industrial and Applied Mathematics, 11(2):431–441, 1963
1963
-
[27]
Orbit: A unified simulation framework for interactive robot learning environments.IEEE Robotics and Au- tomation Letters, 8(6):3740–3747, 2023
Mayank Mittal, Calvin Yu, Qinxi Yu, Jingzhou Liu, Nikita Rudin, David Hoeller, Jia Lin Yuan, Ritvik Singh, Yunrong Guo, Hammad Mazhar, Ajay Mandlekar, Buck Babich, Gavriel State, Marco Hutter, and Animesh Garg. Orbit: A unified simulation framework for interactive robot learni...
2023
-
[28]
Deepmimic: Example-guided deep re- inforcement learning of physics-based character skills
Xue Bin Peng, Pieter Abbeel, Sergey Levine, and Michiel Van de Panne. Deepmimic: Example-guided deep re- inforcement learning of physics-based character skills. ACM Transactions On Graphics (TOG), 37(4):1–14, 2018
2018
-
[29]
Amp: Adversarial motion priors for stylized physics-based character control.ACM Transac- tions on Graphics (ToG), 40(4):1–20, 2021
Xue Bin Peng, Ze Ma, Pieter Abbeel, Sergey Levine, and Angjoo Kanazawa. Amp: Adversarial motion priors for stylized physics-based character control.ACM Transac- tions on Graphics (ToG), 40(4):1–20, 2021
2021
-
[30]
Learning transferable visual models from natural lan- guage supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural lan- guage supervision. InInternational conference on ma- chine learning,...
2021
-
[31]
Real-world hu- manoid locomotion with reinforcement learning.Science Robotics, 9(89):eadi9579, 2024
Ilija Radosavovic, Tete Xiao, Bike Zhang, Trevor Darrell, Jitendra Malik, and Koushil Sreenath. Real-world hu- manoid locomotion with reinforcement learning.Science Robotics, 9(89):eadi9579, 2024. doi: 10.1126/scirobotics. adi9579
2024 doi
-
[32]
A reduction of imitation learning and structured prediction to no-regret online learning
St ´ephane Ross, Geoffrey Gordon, and Drew Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning. InProceedings of the fourteenth international conference on artificial intelli- gence and statistics, pages 627–635. JMLR Workshop and ...
2011
-
[33]
Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
2017 arXiv
-
[34]
Robot motion diffusion model: Motion generation for robotic characters
Agon Serifi, Ruben Grandia, Espen Knoop, Markus Gross, and Moritz B ¨acher. Robot motion diffusion model: Motion generation for robotic characters. In SIGGRAPH Asia 2024 Conference Papers, pages 1–9, 2024
2024
-
[35]
Interactive character control with auto-regressive motion diffusion models.ACM Transactions on Graphics (TOG), 43(4):1–14, 2024
Yi Shi, Jingbo Wang, Xuekun Jiang, Bingkun Lin, Bo Dai, and Xue Bin Peng. Interactive character control with auto-regressive motion diffusion models.ACM Transactions on Graphics (TOG), 43(4):1–14, 2024
2024
-
[36]
Learning structured output representation using deep conditional generative models.Advances in neural information processing systems, 28, 2015
Kihyuk Sohn, Honglak Lee, and Xinchen Yan. Learning structured output representation using deep conditional generative models.Advances in neural information processing systems, 28, 2015
2015
-
[37]
Humanmimic: Learning natural loco- motion and transitions for humanoid robot via wasser- stein adversarial imitation
Annan Tang, Takuma Hiraoka, Naoki Hiraoka, Fan Shi, Kento Kawaharazuka, Kunio Kojima, Kei Okada, and Masayuki Inaba. Humanmimic: Learning natural loco- motion and transitions for humanoid robot via wasser- stein adversarial imitation. In2024 IEEE International Conference on Ro...
2024
-
[38]
Calm: Conditional adversarial latent models for directable virtual charac- ters
Chen Tessler, Yoni Kasten, Yunrong Guo, Shie Mannor, Gal Chechik, and Xue Bin Peng. Calm: Conditional adversarial latent models for directable virtual charac- ters. InACM SIGGRAPH 2023 Conference Proceedings, pages 1–9, 2023
2023
-
[39]
Maskedmimic: Unified physics- based character control through masked motion inpaint- ing.ACM Transactions on Graphics (TOG), 43(6):1–21, 2024
Chen Tessler, Yunrong Guo, Ofir Nabati, Gal Chechik, and Xue Bin Peng. Maskedmimic: Unified physics- based character control through masked motion inpaint- ing.ACM Transactions on Graphics (TOG), 43(6):1–21, 2024
2024
-
[40]
Human motion dif- fusion model
Guy Tevet, Sigal Raab, Brian Gordon, Yoni Shafir, Daniel Cohen-or, and Amit Haim Bermano. Human motion dif- fusion model. InThe Eleventh International Conference on Learning Representations, 2023
2023
-
[41]
Equiv- ariant diffusion policy
Dian Wang, Stephen Hart, David Surovik, Tarik Ke- lestemur, Haojie Huang, Haibo Zhao, Mark Yeatman, Jiuguang Wang, Robin Walters, and Robert Platt. Equiv- ariant diffusion policy. In8th Annual Conference on Robot Learning, 2024
2024
-
[42]
Wococo: Learning whole-body humanoid control with sequential contacts.arXiv preprint arXiv:2406.06005, 2024
Chong Zhang, Wenli Xiao, Tairan He, and Guanya Shi. Wococo: Learning whole-body humanoid control with sequential contacts.arXiv preprint arXiv:2406.06005, 2024
2024 arXiv
-
[43]
Simulation and retargeting of complex multi-character interactions
Yunbo Zhang, Deepak Gopinath, Yuting Ye, Jessica Hodgins, Greg Turk, and Jungdam Won. Simulation and retargeting of complex multi-character interactions. In ACM SIGGRAPH 2023 Conference Proceedings, pages 1–11, 2023. APPENDIX A. Teacher Policy Input State The input of the teac...
2023
-
[44]
•Target Keypoint Positions(6 frames×7 links×3 dimensions = 126): Future desired positions of keypoints over six time steps, providing a trajectory for the robot to follow
body link mass (28 dims); 4) external force (3 dims); and 5) external torque (3 dims). •Target Keypoint Positions(6 frames×7 links×3 dimensions = 126): Future desired positions of keypoints over six time steps, providing a trajectory for the robot to follow. •Degree-of-Freedom...
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.