paper-with-me

Papers

Linear Bellman Completeness Suffices for Efficient Online Reinforcement Learning with Few Actions

2024-06-17 · Noah Golowich, Ankur Moitra

One of the most natural approaches to reinforcement learning (RL) with function approximation is value iteration, which inductively generates approximations to the optimal value function by solving a sequence of regression problems. To ensure the success of value iteration, it is typically assumed that Bellman completeness holds, which ensures that these regression problems are well-specified. We study the problem of learning an optimal policy under Bellman completeness in the online model of RL with linear function approximation. In the linear setting, while statistically efficient algorithms are known under Bellman completeness (e.g., Jiang et al. (2017); Zanette et al. (2020)), these algorithms all rely on the principle of global optimism which requires solving a nonconvex optimization problem. In particular, it has remained open as to whether computationally efficient algorithms exist. In this paper we give the first polynomial-time algorithm for RL under linear Bellman completeness when the number of actions is any constant.

📄 PDF Abstract BibTeX arXiv:2406.11640

Code (0)

등록된 구현이 없습니다.

Tasks

regressionReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Fitted Q-Evaluation without Bellman Completeness via Occupancy Weighting

2025-12-29 · Lars van der Laan, Nathan Kallus arxiv

Fitted \(Q\)-evaluation (FQE) is a standard regression-based method for off-policy evaluation, but under distribution shift, value-function realizability alone does not ensure convergence, and existing analyses often req…

When is Realizability Sufficient for Off-Policy Reinforcement Learning?

2022-11-10 · Andrea Zanette

Model-free algorithms for reinforcement learning typically require a condition called Bellman completeness in order to successfully operate off-policy with function approximation, unless additional conditions are met. Ho…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

2024-06-17 · Noah Golowich, Ankur Moitra

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 B…

Offline RL

End-to-End Efficient RL for Linear Bellman Complete MDPs with Deterministic Transitions

2026-03-24 · Zakaria Mhammedi, Alexander Rakhlin, Nneka Okolo arxiv

We study reinforcement learning (RL) with linear function approximation in Markov Decision Processes (MDPs) satisfying \emph{linear Bellman completeness} -- a fundamental setting where the Bellman backup of any linear va…

Reinforcement Learning

Soft Fitted Q-Iteration without Bellman Completeness: Occupancy Reweighting and Temperature Annealing

2025-12-30 · Lars van der Laan, Nathan Kallus arxiv

Fitted \(Q\)-iteration (FQI) is a standard regression-based method for optimal control in offline reinforcement learning, but its stability under function approximation often relies on Bellman completeness, which require…

Reinforcement Learning