Diverse Randomized Value Functions: A Provably Pessimistic Approach for Offline Reinforcement Learning
Xudong Yu, Chenjia Bai, Hongyi Guo, Changhong Wang, Zhen Wang
TL;DR
This paper tackles distributional shift in offline RL by learning reliable uncertainty over Q-values with minimal ensembles. It introduces Diverse Randomized Value Functions (DRVF), which combine Bayesian last-layer neural networks with ensemble methods and a repulsive regularization to approximate the Q-posterior and produce a provably pessimistic LCB penalty, especially under linear MDP assumptions. The approach yields competitive or superior performance on D4RL benchmarks with markedly better parametric efficiency, and demonstrates robust uncertainty quantification that aligns higher uncertainty with OOD actions. Theoretical results connect the DRVF posterior sampling to efficient pessimism in linear settings, and empirical evidence shows DRVF's practicality for offline policy learning with reduced computational burden. Overall, DRVF offers a principled, scalable framework for uncertainty-aware offline RL that mitigates extrapolation errors while using far fewer ensembles than prior uncertainty-based methods.
Abstract
Offline Reinforcement Learning (RL) faces distributional shift and unreliable value estimation, especially for out-of-distribution (OOD) actions. To address this, existing uncertainty-based methods penalize the value function with uncertainty quantification and demand numerous ensemble networks, posing computational challenges and suboptimal outcomes. In this paper, we introduce a novel strategy employing diverse randomized value functions to estimate the posterior distribution of $Q$-values. It provides robust uncertainty quantification and estimates lower confidence bounds (LCB) of $Q$-values. By applying moderate value penalties for OOD actions, our method fosters a provably pessimistic approach. We also emphasize on diversity within randomized value functions and enhance efficiency by introducing a diversity regularization method, reducing the requisite number of networks. These modules lead to reliable value estimation and efficient policy learning from offline data. Theoretical analysis shows that our method recovers the provably efficient LCB-penalty under linear MDP assumptions. Extensive empirical results also demonstrate that our proposed method significantly outperforms baseline methods in terms of performance and parametric efficiency.
