paper-with-me

Papers

Q* Approximation Schemes for Batch Reinforcement Learning: A Theoretical Comparison

2020-03-09 · Tengyang Xie, Nan Jiang

We prove performance guarantees of two algorithms for approximating $Q^\star$ in batch reinforcement learning. Compared to classical iterative methods such as Fitted Q-Iteration---whose performance loss incurs quadratic dependence on horizon---these methods estimate (some forms of) the Bellman error and enjoy linear-in-horizon error propagation, a property established for the first time for algorithms that rely solely on batch data and output stationary policies. One of the algorithms uses a novel and explicit importance-weighting correction to overcome the infamous "double sampling" difficulty in Bellman error estimation, and does not use any squared losses. Our analyses reveal its distinct characteristics and potential advantages compared to classical algorithms.

📄 PDF Abstract BibTeX arXiv:2003.03924

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Large Batch Experience Replay

2021-10-04 · Thibault Lahire, Matthieu Geist, Emmanuel Rachelson

Several algorithms have been proposed to sample non-uniformly the replay buffer of deep Reinforcement Learning (RL) agents to speed-up learning, but very few theoretical foundations of these sampling schemes have been pr…

Atari GamesDeep Reinforcement LearningReinforcement Learning (RL)

Information-Theoretic Considerations in Batch Reinforcement Learning

2019-05-01 · Jinglin Chen, Nan Jiang

Value-function approximation methods that operate in batch mode have foundational importance to reinforcement learning (RL). Finite sample guarantees for these methods often crucially rely on two types of assumptions: (1…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimality in importance sampling: a gentle survey

2025-02-11 · Fernando Llorente, Luca Martino

The performance of the Monte Carlo sampling methods relies on the crucial choice of a proposal density. The notion of optimality is fundamental to design suitable adaptive procedures of the proposal density within Monte …

Model SelectionSurvey

Provably Good Batch Reinforcement Learning Without Great Exploration

2020-07-16 · Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration

2020-12-01 · NeurIPS 2020 12 · Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)