GenRL: Multimodal-foundation world models for generalization in embodied agents
Pietro Mazzaglia, Tim Verbelen, Bart Dhoedt, Aaron Courville, Sai Rajeswar
TL;DR
GenRL presents multimodal-foundation world models (MFWM) that align a foundation vision-language model with a latent world-model space, enabling task grounding from vision or language prompts without language annotations. By connecting a VLM embedder to a discrete latent dynamics model via a connector-aligner pair, and training task behavior in imagination through trajectory matching with a cosine-based reward, GenRL achieves strong multi-task generalization across locomotion and manipulation tasks. The framework supports data-free policy learning, enabling new tasks to be learned entirely in imagination, and demonstrates robustness to variations in training data distribution. The work advances foundation-model–style generalization in embodied RL, highlighting the potential and current limitations of aligning multimodal priors with environment dynamics.
Abstract
Learning generalist embodied agents, able to solve multitudes of tasks in different domains is a long-standing problem. Reinforcement learning (RL) is hard to scale up as it requires a complex reward design for each task. In contrast, language can specify tasks in a more natural way. Current foundation vision-language models (VLMs) generally require fine-tuning or other adaptations to be adopted in embodied contexts, due to the significant domain gap. However, the lack of multimodal data in such domains represents an obstacle to developing foundation models for embodied applications. In this work, we overcome these problems by presenting multimodal-foundation world models, able to connect and align the representation of foundation VLMs with the latent space of generative world models for RL, without any language annotations. The resulting agent learning framework, GenRL, allows one to specify tasks through vision and/or language prompts, ground them in the embodied domain's dynamics, and learn the corresponding behaviors in imagination. As assessed through large-scale multi-task benchmarking in locomotion and manipulation domains, GenRL enables multi-task generalization from language and visual prompts. Furthermore, by introducing a data-free policy learning strategy, our approach lays the groundwork for foundational policy learning using generative world models. Website, code and data: https://mazpie.github.io/genrl/
