Dreaming of Many Worlds: Learning Contextual World Models Aids Zero-Shot Generalization
Sai Prasanna, Karim Farid, Raghu Rajan, André Biedenkapp
TL;DR
This work tackles zero-shot generalization in model-based RL by leveraging observable contextual information. It introduces a Contextual Recurrent State-Space Model (cRSSM) that extends the Dreamer framework to condition latent dynamics and observations on context, enabling the agent to imagine trajectories under counterfactual contexts. Through experiments on CARL tasks, the authors demonstrate that explicit context conditioning (particularly via cRSSM) improves zero-shot generalization, with latent disentanglement and counterfactual dreaming offering qualitative insights into the learned representations. The study highlights the value of principled context integration over naive methods and points to future work on relaxing the assumption of observable context and expanding benchmarking for ZSG in contextual RL.
Abstract
Zero-shot generalization (ZSG) to unseen dynamics is a major challenge for creating generally capable embodied agents. To address the broader challenge, we start with the simpler setting of contextual reinforcement learning (cRL), assuming observability of the context values that parameterize the variation in the system's dynamics, such as the mass or dimensions of a robot, without making further simplifying assumptions about the observability of the Markovian state. Toward the goal of ZSG to unseen variation in context, we propose the contextual recurrent state-space model (cRSSM), which introduces changes to the world model of Dreamer (v3) (Hafner et al., 2023). This allows the world model to incorporate context for inferring latent Markovian states from the observations and modeling the latent dynamics. Our approach is evaluated on two tasks from the CARL benchmark suite, which is tailored to study contextual RL. Our experiments show that such systematic incorporation of the context improves the ZSG of the policies trained on the "dreams" of the world model. We further find qualitatively that our approach allows Dreamer to disentangle the latent state from context, allowing it to extrapolate its dreams to the many worlds of unseen contexts. The code for all our experiments is available at https://github.com/sai-prasanna/dreaming_of_many_worlds.
