Robust Offline Reinforcement learning with Heavy-Tailed Rewards
Jin Zhu, Runzhe Wan, Zhengling Qi, Shikai Luo, Chengchun Shi
TL;DR
This work addresses robust offline reinforcement learning when rewards are heavy-tailed by introducing two MM-based frameworks: ROAM for off-policy evaluation and ROOM for offline policy optimization. By partitioning data into $K$ folds and applying the median-of-means operator to Q-estimates, these methods achieve robust uncertainty quantification and naturally incorporate pessimism to mitigate data-coverage issues under heavy tails. Theoretical results show error bounds under only finite $(1+\alpha)$-th moments, and empirical results across Cartpole and MuJoCo/D4RL benchmarks demonstrate substantial improvements over standard OPE/OPO baselines and state-of-the-art methods. The proposed approach provides practical robustness to heavy-tailed rewards and offers a straightforward uncertainty quantification mechanism, with available code at the provided repository.
Abstract
This paper endeavors to augment the robustness of offline reinforcement learning (RL) in scenarios laden with heavy-tailed rewards, a prevalent circumstance in real-world applications. We propose two algorithmic frameworks, ROAM and ROOM, for robust off-policy evaluation and offline policy optimization (OPO), respectively. Central to our frameworks is the strategic incorporation of the median-of-means method with offline RL, enabling straightforward uncertainty estimation for the value function estimator. This not only adheres to the principle of pessimism in OPO but also adeptly manages heavy-tailed rewards. Theoretical results and extensive experiments demonstrate that our two frameworks outperform existing methods on the logged dataset exhibits heavy-tailed reward distributions. The implementation of the proposal is available at https://github.com/Mamba413/ROOM.
