MrCoM: A Meta-Regularized World-Model Generalizing Across Multi-Scenarios
Xuantang Xiong, Ni Mu, Runpeng Xie, Senhao Yang, Yaqing Wang, Lexiang Wang, Yao Luan, Siyuan Li, Shuang Xu, Yiqin Yang, Bo Xu
TL;DR
MrCoM introduces a Meta-Regularized Contextual World-Model to generalize across multi-scenario reinforcement learning tasks. It decomposes the latent state into stochastic, deterministic, and auxiliary components and employs meta-state and meta-value regularization to extract scenario-relevant information and align model optimization with policy learning. A theoretical generalization bound in Meta-POMDP settings is derived, and extensive experiments on DMControl/MuJoCo benchmarks show superior cross-scenario performance compared with DreamerV3, CaDM, and MAMBA. The approach targets three error sources—dynamics, state representation, and policy differences—demonstrating robust cross-domain planning with a single, unified world-model. Key contributions include the latent state factorization, the two regularization mechanisms, a formal generalization bound, and comprehensive multi-scenario evaluations that reveal strong cross-scenario transfer and resilience to dynamic and observation changes.
Abstract
Model-based reinforcement learning (MBRL) is a crucial approach to enhance the generalization capabilities and improve the sample efficiency of RL algorithms. However, current MBRL methods focus primarily on building world models for single tasks and rarely address generalization across different scenarios. Building on the insight that dynamics within the same simulation engine share inherent properties, we attempt to construct a unified world model capable of generalizing across different scenarios, named Meta-Regularized Contextual World-Model (MrCoM). This method first decomposes the latent state space into various components based on the dynamic characteristics, thereby enhancing the accuracy of world-model prediction. Further, MrCoM adopts meta-state regularization to extract unified representation of scenario-relevant information, and meta-value regularization to align world-model optimization with policy learning across diverse scenario objectives. We theoretically analyze the generalization error upper bound of MrCoM in multi-scenario settings. We systematically evaluate our algorithm's generalization ability across diverse scenarios, demonstrating significantly better performance than previous state-of-the-art methods.
