A Unified Framework for Zero-Shot Reinforcement Learning
Jacopo Di Ventura, Jan Felix Kleuker, Aske Plaat, Thomas Moerland
TL;DR
This paper addresses the fragmentation in zero-shot reinforcement learning by proposing a unified framework that categorizes methods along two axes: direct versus compositional representations and reward-free versus pseudo reward-free training. It formalizes the zero-shot objective through an MDP family over reward functions and highlights successor-based approaches as a central, transferable structure, deriving an extended bound for successor features in the zero-shot regime. The work clarifies how direct methods learn end-to-end mappings from rewards to values, while compositional methods exploit value-function structure (e.g., successor measures, forward-backward representations) to enable test-time generalization and faster inference. By articulating a principled taxonomy, the framework guides future research toward more general agents and unifies disparate strands of zero-shot RL literature, including reward embeddings, Hilbert representations, and proto successor measures. The practical impact lies in providing a coherent blueprint for designing and evaluating zero-shot agents that can adapt to a broad set of downstream objectives without additional training or planning at test time.
Abstract
Zero-shot reinforcement learning (RL) has emerged as a setting for developing general agents in an unsupervised manner, capable of solving downstream tasks without additional training or planning at test-time. Unlike conventional RL, which optimizes policies for a fixed reward, zero-shot RL requires agents to encode representations rich enough to support immediate adaptation to any objective, drawing parallels to vision and language foundation models. Despite growing interest, the field lacks a common analytical lens. We present the first unified framework for zero-shot RL. Our formulation introduces a consistent notation and taxonomy that organizes existing approaches and allows direct comparison between them. Central to our framework is the classification of algorithms into two families: direct representations, which learn end-to-end mappings from rewards to policies, and compositional representations, which decompose the representation leveraging the substructure of the value function. Within this framework, we highlight shared principles and key differences across methods, and we derive an extended bound for successor-feature methods, offering a new perspective on their performance in the zero-shot regime. By consolidating existing work under a common lens, our framework provides a principled foundation for future research in zero-shot RL and outlines a clear path toward developing more general agents.
