LGAIOCSTMLMay 25, 2023

The Benefits of Being Distributional: Small-Loss Bounds for Reinforcement Learning

arXiv:2305.15703v330 citations
Originality Highly original
AI Analysis

This work addresses the theoretical gap in understanding when and why DistRL outperforms non-distributional RL, providing instance-dependent guarantees that are particularly useful in low-cost scenarios.

The paper explains the benefits of distributional reinforcement learning (DistRL) by deriving small-loss bounds that scale with optimal achievable cost, showing faster convergence than non-distributional methods when the optimal cost is small, and introduces algorithms for contextual bandits and online/offline RL with novel bounds.

While distributional reinforcement learning (DistRL) has been empirically effective, the question of when and why it is better than vanilla, non-distributional RL has remained unanswered. This paper explains the benefits of DistRL through the lens of small-loss bounds, which are instance-dependent bounds that scale with optimal achievable cost. Particularly, our bounds converge much faster than those from non-distributional approaches if the optimal cost is small. As warmup, we propose a distributional contextual bandit (DistCB) algorithm, which we show enjoys small-loss regret bounds and empirically outperforms the state-of-the-art on three real-world tasks. In online RL, we propose a DistRL algorithm that constructs confidence sets using maximum likelihood estimation. We prove that our algorithm enjoys novel small-loss PAC bounds in low-rank MDPs. As part of our analysis, we introduce the $\ell_1$ distributional eluder dimension which may be of independent interest. Then, in offline RL, we show that pessimistic DistRL enjoys small-loss PAC bounds that are novel to the offline setting and are more robust to bad single-policy coverage.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes