LGAIMLJun 17, 2024

The Role of Inherent Bellman Error in Offline Reinforcement Learning with Linear Function Approximation

arXiv:2406.11686v23 citations
Originality Highly original
AI Analysis

This addresses the problem of data-efficient offline RL for researchers and practitioners, offering theoretical guarantees under minimal assumptions, though it is incremental in refining error bounds.

The paper tackles offline reinforcement learning with linear function approximation by assuming low inherent Bellman error, providing an algorithm that works under single-policy coverage and achieves suboptimality scaling with the square root of the error, with a matching lower bound proving this scaling is optimal.

In this paper, we study the offline RL problem with linear function approximation. Our main structural assumption is that the MDP has low inherent Bellman error, which stipulates that linear value functions have linear Bellman backups with respect to the greedy policy. This assumption is natural in that it is essentially the minimal assumption required for value iteration to succeed. We give a computationally efficient algorithm which succeeds under a single-policy coverage condition on the dataset, namely which outputs a policy whose value is at least that of any policy which is well-covered by the dataset. Even in the setting when the inherent Bellman error is 0 (termed linear Bellman completeness), our algorithm yields the first known guarantee under single-policy coverage. In the setting of positive inherent Bellman error ${\varepsilon_{\mathrm{BE}}} > 0$, we show that the suboptimality error of our algorithm scales with $\sqrt{\varepsilon_{\mathrm{BE}}}$. Furthermore, we prove that the scaling of the suboptimality with $\sqrt{\varepsilon_{\mathrm{BE}}}$ cannot be improved for any algorithm. Our lower bound stands in contrast to many other settings in reinforcement learning with misspecification, where one can typically obtain performance that degrades linearly with the misspecification error.

Foundations

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

Your Notes