Uncertainty Weighted Actor-Critic for Offline Reinforcement Learning
Yue Wu, Shuangfei Zhai, Nitish Srivastava, Joshua Susskind, Jian Zhang, Ruslan Salakhutdinov, Hanlin Goh
TL;DR
The paper tackles offline reinforcement learning challenges from OOD state-action backups by introducing Uncertainty Weighted Actor-Critic (UWAC). UWAC leverages Monte Carlo dropout to estimate predictive uncertainty and down-weights high-uncertainty Bellman backups, stabilizing training without extra models. Empirically, UWAC achieves state-of-the-art performance on standard offline-RL benchmarks (MuJoCo D4RL) and demonstrates strong gains on Adroit hand tasks with sparse human demonstrations, largely due to improved Q-function stability. The approach preserves BEAR's data-support philosophy while addressing its instability in complex datasets, offering a practical, robust solution for offline RL.
Abstract
Offline Reinforcement Learning promises to learn effective policies from previously-collected, static datasets without the need for exploration. However, existing Q-learning and actor-critic based off-policy RL algorithms fail when bootstrapping from out-of-distribution (OOD) actions or states. We hypothesize that a key missing ingredient from the existing methods is a proper treatment of uncertainty in the offline setting. We propose Uncertainty Weighted Actor-Critic (UWAC), an algorithm that detects OOD state-action pairs and down-weights their contribution in the training objectives accordingly. Implementation-wise, we adopt a practical and effective dropout-based uncertainty estimation method that introduces very little overhead over existing RL algorithms. Empirically, we observe that UWAC substantially improves model stability during training. In addition, UWAC out-performs existing offline RL methods on a variety of competitive tasks, and achieves significant performance gains over the state-of-the-art baseline on datasets with sparse demonstrations collected from human experts.
