Hybrid Cross-domain Robust Reinforcement Learning
Linh Le Pham Van, Minh Hoang Nguyen, Hung Le, Hung The Tran, Sunil Gupta
TL;DR
This work tackles offline reinforcement learning under distributional robustness when training data are scarce and dynamics differ between offline targets and online sources. It introduces HYDRO, a Hybrid Cross-domain Robust RL framework that leverages an online source simulator to augment limited offline target data, while using uncertainty-based filtering and priority sampling to minimize the impact of dynamics mismatch. The authors provide a theoretical framework, including a convergence guarantee and a performance bound that quantifies domain gaps, and demonstrate that HYDRO achieves superior robustness and data efficiency across MuJoCo tasks compared to strong baselines. The approach offers practical gains for real-world applications where collecting exhaustive offline data is costly, and dynamics mismatch between simulators and targets is prevalent.
Abstract
Robust reinforcement learning (RL) aims to learn policies that remain effective despite uncertainties in its environment, which frequently arise in real-world applications due to variations in environment dynamics. The robust RL methods learn a robust policy by maximizing value under the worst-case models within a predefined uncertainty set. Offline robust RL algorithms are particularly promising in scenarios where only a fixed dataset is available and new data cannot be collected. However, these approaches often require extensive offline data, and gathering such datasets for specific tasks in specific environments can be both costly and time-consuming. Using an imperfect simulator offers a faster, cheaper, and safer way to collect data for training, but it can suffer from dynamics mismatch. In this paper, we introduce HYDRO, the first Hybrid Cross-Domain Robust RL framework designed to address these challenges. HYDRO utilizes an online simulator to complement the limited amount of offline datasets in the non-trivial context of robust RL. By measuring and minimizing performance gaps between the simulator and the worst-case models in the uncertainty set, HYDRO employs novel uncertainty filtering and prioritized sampling to select the most relevant and reliable simulator samples. Our extensive experiments demonstrate HYDRO's superior performance over existing methods across various tasks, underscoring its potential to improve sample efficiency in offline robust RL.
