paper-with-me

Papers

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. However, Bellman completeness is a requirement that is much stronger than realizability and that is deemed to be too strong to hold in practice. In this work, we relax this structural assumption and analyze the statistical complexity of off-policy reinforcement learning when only realizability holds for the prescribed function class. We establish finite-sample guarantees for off-policy reinforcement learning that are free of the approximation error term known as inherent Bellman error, and that depend on the interplay of three factors. The first two are well known: they are the metric entropy of the function class and the concentrability coefficient that represents the cost of learning off-policy. The third factor is new, and it measures the violation of Bellman completeness, namely the mis-alignment between the chosen function class and its image through the Bellman operator. In essence, these error bounds establish that off-policy reinforcement learning remains statistically viable even in absence of Bellman completeness, and characterize the intermediate situation between the favorable Bellman complete setting and the worst-case scenario where exponential lower bounds are in force. Our analysis directly applies to the solution found by temporal difference algorithms when they converge.

📄 PDF Abstract BibTeX arXiv:2211.05311

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

What are the Statistical Limits of Batch RL with Linear Function Approximation?

2021-01-01 · ICLR 2021 1 · Ruosong Wang, Dean Foster, Sham M. Kakade

Function approximation methods coupled with batch reinforcement learning (or off-policy reinforcement learning) are providing an increasingly important framework to help alleviate the excessive sample complexity burden i…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Computational Hardness of Reinforcement Learning with Partial $q^π$-Realizability

2025-10-24 · Shayan Karimi, Xiaoqi Tan arxiv

This paper investigates the computational complexity of reinforcement learning in a novel linear function approximation regime, termed partial $q^π$-realizability. In this framework, the objective is to learn an $ε$-opti…

Reinforcement Learning

Offline Minimax Soft-Q-learning Under Realizability and Partial Coverage

2023-02-05 · NeurIPS 2023 11

In offline reinforcement learning (RL) we have no opportunity to explore so we must make assumptions that the data is sufficient to guide picking a good policy, taking the form of assuming some coverage, realizability, B…

Offline RLQ-LearningReinforcement Learning (RL)

Offline Reinforcement Learning Under Value and Density-Ratio Realizability: The Power of Gaps

2022-03-25 · Jinglin Chen, Nan Jiang

We consider a challenging theoretical problem in offline reinforcement learning (RL): obtaining sample-efficiency guarantees with a dataset lacking sufficient coverage, under only realizability-type assumptions for the f…

Offline RLReinforcement Learning (RL)

Bellman Calibration for $V$-Learning in Offline Reinforcement Learning

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

Reliable long-horizon value prediction is difficult in offline reinforcement learning because fitted value methods combine bootstrapping, function approximation, and distribution shift, while standard guarantees often re…

Reinforcement LearningValue prediction