paper-with-me

Papers

Achieving the Asymptotically Optimal Sample Complexity of Offline Reinforcement Learning: A DRO-Based Approach

2023-05-22 · Yue Wang, JinJun Xiong, Shaofeng Zou

Offline reinforcement learning aims to learn from pre-collected datasets without active exploration. This problem faces significant challenges, including limited data availability and distributional shifts. Existing approaches adopt a pessimistic stance towards uncertainty by penalizing rewards of under-explored state-action pairs to estimate value functions conservatively. In this paper, we show that the distributionally robust optimization (DRO) based approach can also address these challenges and is {asymptotically minimax optimal}. Specifically, we directly model the uncertainty in the transition kernel and construct an uncertainty set of statistically plausible transition kernels. We then show that the policy that optimizes the worst-case performance over this uncertainty set has a near-optimal performance in the underlying problem. We first design a metric-based distribution-based uncertainty set such that with high probability the true transition kernel is in this set. We prove that to achieve a sub-optimality gap of $\epsilon$, the sample complexity is $\mathcal{O}(S^2C^{\pi^*}\epsilon^{-2}(1-\gamma)^{-4})$, where $\gamma$ is the discount factor, $S$ is the number of states, and $C^{\pi^*}$ is the single-policy clipped concentrability coefficient which quantifies the distribution shift. To achieve the optimal sample complexity, we further propose a less conservative value-function-based uncertainty set, which, however, does not necessarily include the true transition kernel. We show that an improved sample complexity of $\mathcal{O}(SC^{\pi^*}\epsilon^{-2}(1-\gamma)^{-3})$ can be obtained, which asymptotically matches with the minimax lower bound for offline reinforcement learning, and thus is asymptotically minimax optimal.

📄 PDF Abstract BibTeX arXiv:2305.13289

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learning

Similar Papers 제목 키워드 기반

Unified Sample-Optimal Property Estimation in Near-Linear Time

2019-11-08 · NeurIPS 2019 12 · Yi Hao, Alon Orlitsky

We consider the fundamental learning problem of estimating properties of distributions over large domains. Using a novel piecewise-polynomial approximation technique, we derive the first unified methodology for construct…

Offline Reinforcement Learning via Linear-Programming with Error-Bound Induced Constraints

2022-12-28 · Asuman Ozdaglar, Sarath Pattathil, Jiawei Zhang, Kaiqing Zhang

Offline reinforcement learning (RL) aims to find an optimal policy for Markov decision processes (MDPs) using a pre-collected dataset. In this work, we revisit the linear programming (LP) reformulation of Markov decision…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making

Model-Based Reinforcement Learning for Offline Zero-Sum Markov Games

2022-06-08 · Yuling Yan, Gen Li, Yuxin Chen, Jianqing Fan

This paper makes progress towards learning Nash equilibria in two-player zero-sum Markov games from offline data. Specifically, consider a $\gamma$-discounted infinite-horizon Markov game with $S$ states, where the max-p…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

On the Optimal Sample Complexity of Offline Multi-Armed Bandits with KL Regularization

2026-05-04 · Kaixuan Ji, Qiwei Di, Heyang Zhao, Qingyue Zhao 외 arxiv

Kullback-Leibler (KL) regularization is widely used in offline decision-making and offers several benefits, motivating recent work on the sample complexity of offline learning with respect to KL-regularized performance m…

Multi-Armed Bandits

Best Arm Identification in Contaminated Stochastic Bandits

2021-12-01 · NeurIPS 2021 12 · Arpan Mukherjee, Ali Tajer, Pin-Yu Chen, Payel Das

This paper investigates the problem of best arm identification in {\sl contaminated} stochastic multi-arm bandits. In this setting, the rewards obtained from any arm are replaced by samples from an adversarial model with…