Words into Action: Learning Diverse Humanoid Robot Behaviors using Language Guided Iterative Motion Refinement
K. Niranjan Kumar, Irfan Essa, Sehoon Ha
TL;DR
This paper tackles the challenge of programming humanoid robot controllers by enabling learning from natural language commands. It combines language-driven human motion generation, IK-based retargeting to a Digit humanoid, and adversarial motion priors to train dynamic, joint-level policies; a language-guided iterative refinement loop further accelerates learning by reinitializing policies from the closest prior checkpoints. The approach yields diverse behaviors and demonstrates a threefold improvement in sample efficiency over learning from scratch in simulation. The work highlights a promising path toward reducing reward engineering and enabling interactive, language-driven policy development for complex robots. Future work includes direct language-to-action translation and real-world validation on Digit.
Abstract
Humanoid robots are well suited for human habitats due to their morphological similarity, but developing controllers for them is a challenging task that involves multiple sub-problems, such as control, planning and perception. In this paper, we introduce a method to simplify controller design by enabling users to train and fine-tune robot control policies using natural language commands. We first learn a neural network policy that generates behaviors given a natural language command, such as "walk forward", by combining Large Language Models (LLMs), motion retargeting, and motion imitation. Based on the synthesized motion, we iteratively fine-tune by updating the text prompt and querying LLMs to find the best checkpoint associated with the closest motion in history. We validate our approach using a simulated Digit humanoid robot and demonstrate learning of diverse motions, such as walking, hopping, and kicking, without the burden of complex reward engineering. In addition, we show that our iterative refinement enables us to learn 3x times faster than a naive formulation that learns from scratch.
