LAPP: Large Language Model Feedback for Preference-Driven Reinforcement Learning
Pingcheng Jian, Xiao Wei, Yanbaihui Liu, Samuel A. Moore, Michael M. Zavlanos, Boyuan Chen
TL;DR
LAPP presents a framework that marries large-language-model (LLM) generated trajectory preferences with reinforcement learning to bypass labor-intensive reward engineering in robotics. By prompting LLMs to label full state-action trajectories and training an online transformer-based reward predictor, LAPP continuously shapes policy optimization toward high-level, language-specified behaviors, including non-Markovian dependencies. Empirical results across quadruped locomotion and dexterous manipulation show faster convergence, higher final performance, and the ability to master complex tasks such as quadruped backflips, with successful sim-to-real transfer on a Unitree Go2. The approach demonstrates that adaptive, trajectory-level LLM feedback can robustly guide expressive robot control while reducing human annotation burden. Overall, LAPP advances scalable, preference-driven robot learning by integrating foundation-model feedback directly into the RL loop and handling long-horizon, high-dimensional control challenges.
Abstract
We introduce Large Language Model-Assisted Preference Prediction (LAPP), a novel framework for robot learning that enables efficient, customizable, and expressive behavior acquisition with minimum human effort. Unlike prior approaches that rely heavily on reward engineering, human demonstrations, motion capture, or expensive pairwise preference labels, LAPP leverages large language models (LLMs) to automatically generate preference labels from raw state-action trajectories collected during reinforcement learning (RL). These labels are used to train an online preference predictor, which in turn guides the policy optimization process toward satisfying high-level behavioral specifications provided by humans. Our key technical contribution is the integration of LLMs into the RL feedback loop through trajectory-level preference prediction, enabling robots to acquire complex skills including subtle control over gait patterns and rhythmic timing. We evaluate LAPP on a diverse set of quadruped locomotion and dexterous manipulation tasks and show that it achieves efficient learning, higher final performance, faster adaptation, and precise control of high-level behaviors. Notably, LAPP enables robots to master highly dynamic and expressive tasks such as quadruped backflips, which remain out of reach for standard LLM-generated or handcrafted rewards. Our results highlight LAPP as a promising direction for scalable preference-driven robot learning.
