More Benefits of Being Distributional: Second-Order Bounds for Reinforcement Learning
Kaiwen Wang, Owen Oertell, Alekh Agarwal, Nathan Kallus, Wen Sun
TL;DR
DistRL learns the full return distribution and the authors prove second-order, variance-dependent bounds for online and offline RL with function approximation, improving over prior small-loss guarantees. The framework extends to online RL on low-rank MDPs and offline RL under single-policy coverage, and introduces a novel first-/second-order gap-dependent bound for contextual bandits. A new variance-change-of-measure technique underpins the proofs, enabling bounds that scale with $\operatorname{Var}(Z)$ rather than $V^*$. Empirically, DistRL-based contextual bandits outperform squared-loss baselines, demonstrating practical impact for faster learning and robustness in real data settings.
Abstract
In this paper, we prove that Distributional Reinforcement Learning (DistRL), which learns the return distribution, can obtain second-order bounds in both online and offline RL in general settings with function approximation. Second-order bounds are instance-dependent bounds that scale with the variance of return, which we prove are tighter than the previously known small-loss bounds of distributional RL. To the best of our knowledge, our results are the first second-order bounds for low-rank MDPs and for offline RL. When specializing to contextual bandits (one-step RL problem), we show that a distributional learning based optimism algorithm achieves a second-order worst-case regret bound, and a second-order gap dependent bound, simultaneously. We also empirically demonstrate the benefit of DistRL in contextual bandits on real-world datasets. We highlight that our analysis with DistRL is relatively simple, follows the general framework of optimism in the face of uncertainty and does not require weighted regression. Our results suggest that DistRL is a promising framework for obtaining second-order bounds in general RL settings, thus further reinforcing the benefits of DistRL.
