Learning to Act without Actions
Dominik Schmidt, Minqi Jiang
TL;DR
The paper tackles the lack of action labels in web-scale videos for RL pretraining by introducing Latent Action Policies (LAPO), which learns continuous latent actions through a latent inverse-forward dynamics loop and a vector-quantized bottleneck. A latent-action policy is learned via behavior cloning on the inferred latent actions and can be decoded to true actions either with a small labeled dataset or via online RL fine-tuning, achieving expert-level performance on Procgen with far fewer environment interactions. Key contributions include demonstrating that latent actions align with the true action space without ground-truth labels, and that latent-action policies can be rapidly adapted online or offline, suggesting a path toward web-scale unsupervised pretraining for generalist RL agents. The work highlights the practical potential of action-free video data to bootstrap powerful, generalizable policies and world models for downstream tasks.
Abstract
Pre-training large models on vast amounts of web data has proven to be an effective approach for obtaining powerful, general models in domains such as language and vision. However, this paradigm has not yet taken hold in reinforcement learning. This is because videos, the most abundant form of embodied behavioral data on the web, lack the action labels required by existing methods for imitating behavior from demonstrations. We introduce Latent Action Policies (LAPO), a method for recovering latent action information, and thereby latent-action policies, world models, and inverse dynamics models, purely from videos. LAPO is the first method able to recover the structure of the true action space just from observed dynamics, even in challenging procedurally-generated environments. LAPO enables training latent-action policies that can be rapidly fine-tuned into expert-level policies, either offline using a small action-labeled dataset, or online with rewards. LAPO takes a first step towards pre-training powerful, generalist policies and world models on the vast amounts of videos readily available on the web.
