π€ AI Summary
To address the degradation of model-based reinforcement learning (MBRL) generalization under high-dimensional visual observations corrupted by clouds, shadows, and illumination variations, this paper proposes Dr. Gβa zero-shot model-based RL framework. Our approach tackles this challenge through three key contributions: (1) a novel dual-contrastive self-supervised learning mechanism that disentangles and encodes task-relevant features from multi-view augmented data; (2) recurrent state-wise inverse dynamics modeling to enhance the world modelβs temporal causal understanding; and (3) zero-shot cross-background transfer without fine-tuning. Evaluated on DeepMind Control (with complex video backgrounds) and Robosuite (with randomized environments), Dr. G achieves performance gains of 117% and 14%, respectively, over state-of-the-art methods. The implementation is publicly available.
π Abstract
Model-based reinforcement learning (MBRL) has been used to efficiently solve vision-based control tasks in high-dimensional image observations. Although recent MBRL algorithms perform well in trained observations, they fail when faced with visual distractions in observations. These task-irrelevant distractions (e.g., clouds, shadows, and light) may be constantly present in real-world scenarios. In this study, we propose a novel self-supervised method, Dream to Generalize (Dr. G), for zero-shot MBRL. Dr. G trains its encoder and world model with dual contrastive learning which efficiently captures task-relevant features among multi-view data augmentations. We also introduce a recurrent state inverse dynamics model that helps the world model to better understand the temporal structure. The proposed methods can enhance the robustness of the world model against visual distractions. To evaluate the generalization performance, we first train Dr. G on simple backgrounds and then test it on complex natural video backgrounds in the DeepMind Control suite, and the randomizing environments in Robosuite. Dr. G yields a performance improvement of 117% and 14% over prior works, respectively. Our code is open-sourced and available at https://github.com/JeongsooHa/DrG.git