SPRINT: Scalable Policy Pre-Training via Language Instruction Relabeling
Jesse Zhang, Karl Pertsch, Jiahui Zhang, Joseph J. Lim
TL;DR
SPRINT addresses the high cost of human language annotation for pre-training robotic policies by automatically expanding the pre-training task set. It uses two key ideas: (1) language-model-based aggregation to compose longer, semantically meaningful instructions from existing sub-tasks, and (2) cross-trajectory skill chaining via offline RL to stitch together segments from different trajectories, enabling long-horizon skill learning while preserving the MDP. The approach trains a language-conditioned policy with an instruction-conditioned critic in a fully offline setting, and its efficacy is demonstrated on ALFRED-RL and a real robot kitchen manipulation task, where it yields faster downstream learning and robust zero-shot generalization compared to strong baselines such as L-BC, Episodic Transformers, and SayCan. The results show that SPRINT improves long-horizon task execution and transfer to unseen environments, significantly reducing the need for manual task annotation while enabling practical deployment in real-world robotic contexts.
Abstract
Pre-training robot policies with a rich set of skills can substantially accelerate the learning of downstream tasks. Prior works have defined pre-training tasks via natural language instructions, but doing so requires tedious human annotation of hundreds of thousands of instructions. Thus, we propose SPRINT, a scalable offline policy pre-training approach which substantially reduces the human effort needed for pre-training a diverse set of skills. Our method uses two core ideas to automatically expand a base set of pre-training tasks: instruction relabeling via large language models and cross-trajectory skill chaining through offline reinforcement learning. As a result, SPRINT pre-training equips robots with a much richer repertoire of skills. Experimental results in a household simulator and on a real robot kitchen manipulation task show that SPRINT leads to substantially faster learning of new long-horizon tasks than previous pre-training approaches. Website at https://clvrai.com/sprint.
