paper-with-me

Papers

Bridging Offline Reinforcement Learning and Imitation Learning: A Tale of Pessimism

2021-03-22 · NeurIPS 2021 12 · Paria Rashidinejad, Banghua Zhu, Cong Ma, Jiantao Jiao, Stuart Russell

Offline (or batch) reinforcement learning (RL) algorithms seek to learn an optimal policy from a fixed dataset without active data collection. Based on the composition of the offline dataset, two main categories of methods are used: imitation learning which is suitable for expert datasets and vanilla offline RL which often requires uniform coverage datasets. From a practical standpoint, datasets often deviate from these two extremes and the exact data composition is usually unknown a priori. To bridge this gap, we present a new offline RL framework that smoothly interpolates between the two extremes of data composition, hence unifying imitation learning and vanilla offline RL. The new framework is centered around a weak version of the concentrability coefficient that measures the deviation from the behavior policy to the expert policy alone. Under this new framework, we further investigate the question on algorithm design: can one develop an algorithm that achieves a minimax optimal rate and also adapts to unknown data composition? To address this question, we consider a lower confidence bound (LCB) algorithm developed based on pessimism in the face of uncertainty in offline RL. We study finite-sample properties of LCB as well as information-theoretic limits in multi-armed bandits, contextual bandits, and Markov decision processes (MDPs). Our analysis reveals surprising facts about optimality rates. In particular, in all three settings, LCB achieves a faster rate of $1/N$ for nearly-expert datasets compared to the usual rate of $1/\sqrt{N}$ in offline RL, where $N$ is the number of samples in the batch dataset. In the case of contextual bandits with at least two contexts, we prove that LCB is adaptively optimal for the entire data composition range, achieving a smooth transition from imitation learning to offline RL. We further show that LCB is almost adaptively optimal in MDPs.

📄 PDF Abstract BibTeX arXiv:2103.12021

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningMulti-Armed BanditsOffline RLreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Distorted Distributional Policy Evaluation for Offline Reinforcement Learning

2026-01-05 · Ryo Iwaki, Takayuki Osogami arxiv

While Distributional Reinforcement Learning (DRL) methods have demonstrated strong performance in online settings, its success in offline scenarios remains limited. We hypothesize that a key limitation of existing offlin…

Reinforcement Learning

Bridging Imitation and Online Reinforcement Learning: An Optimistic Tale

2023-03-20 · Botao Hao, Rahul Jain, Dengwang Tang, Zheng Wen

In this paper, we address the following problem: Given an offline demonstration dataset from an imperfect expert, what is the best way to leverage it to bootstrap online learning performance in MDPs. We first propose an …

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

State-Aware Proximal Pessimistic Algorithms for Offline Reinforcement Learning

2022-11-28 · Chen Chen, Hongyao Tang, Yi Ma, Chao Wang 외

Pessimism is of great importance in offline reinforcement learning (RL). One broad category of offline RL algorithms fulfills pessimism by explicit or implicit behavior regularization. However, most of them only consider…

Offline RLQ-Learningreinforcement-learningReinforcement Learning+1

Bellman-consistent Pessimism for Offline Reinforcement Learning

2021-06-13 · NeurIPS 2021 12 · Tengyang Xie, Ching-An Cheng, Nan Jiang, Paul Mineiro 외

The use of pessimism, when reasoning about datasets lacking exhaustive exploration has recently gained prominence in offline reinforcement learning. Despite the robustness it adds to the algorithm, overly pessimistic rea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Generalization in offline RL: The structure is more important than the amount of pessimism

2026-07-02 · Max Weltevrede, Matthijs T. J. Spaan, Wendelin Böhmer arxiv

While pessimism counteracts overestimation bias in offline reinforcement learning (RL), being overly conservative has been associated with hindering certain forms of generalization. However, in this paper we demonstrate …

Reinforcement LearningData AugmentationOffline RL