paper-with-me

Papers

Provably Efficient Q-learning with Function Approximation via Distribution Shift Error Checking Oracle

2019-12-01 · NeurIPS 2019 12 · Simon S. Du, Yuping Luo, Ruosong Wang, Hanrui Zhang

Q-learning with function approximation is one of the most popular methods in reinforcement learning. Though the idea of using function approximation was proposed at least 60 years ago, even in the simplest setup, i.e, approximating Q-functions with linear functions, it is still an open problem how to design a provably efficient algorithm that learns a near-optimal policy. The key challenges are how to efficiently explore the state space and how to decide when to stop exploring in conjunction with the function approximation scheme. The current paper presents a provably efficient algorithm for Q-learning with linear function approximation. Under certain regularity assumptions, our algorithm, Difference Maximization Q-learning, combined with linear function approximation, returns a near-optimal policy using polynomial number of trajectories. Our algorithm introduces a new notion, the Distribution Shift Error Checking (DSEC) oracle. This oracle tests whether there exists a function in the function class that predicts well on a distribution $\mathcal{D}_1$, but predicts poorly on another distribution $\mathcal{D}_2$, where $\mathcal{D}_1$ and $\mathcal{D}_2$ are distributions over states induced by two different exploration policies. For the linear function class, this oracle is equivalent to solving a top eigenvalue problem. We believe our algorithmic insights, especially the DSEC oracle, are also useful in designing and analyzing reinforcement learning algorithms with general function approximation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Provably Efficient $Q$-learning with Function Approximation via Distribution Shift Error Checking Oracle

2019-06-14 · Simon S. Du, Yuping Luo, Ruosong Wang, Hanrui Zhang

$Q$-learning with function approximation is one of the most popular methods in reinforcement learning. Though the idea of using function approximation was proposed at least 60 years ago, even in the simplest setup, i.e, …

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Distributional Shift-Aware Off-Policy Interval Estimation: A Unified Error Quantification Framework

2023-09-23 · Wenzhuo Zhou, Yuhan Li, Ruoqing Zhu, Annie Qu

We study high-confidence off-policy evaluation in the context of infinite-horizon Markov decision processes, where the objective is to establish a confidence interval (CI) for the target policy value using only offline d…

Off-policy evaluation

Sharp Analysis of Smoothed Bellman Error Embedding

2020-07-07 · Ahmed Touati, Pascal Vincent

The \textit{Smoothed Bellman Error Embedding} algorithm~\citep{dai2018sbeed}, known as SBEED, was proposed as a provably convergent reinforcement learning algorithm with general nonlinear function approximation. It has b…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Offline Neural Contextual Bandits: Pessimism, Optimization and Generalization

2021-11-27 · ICLR 2022 4 · Thanh Nguyen-Tang, Sunil Gupta, A. Tuan Nguyen, Svetha Venkatesh

Offline policy learning (OPL) leverages existing data collected a priori for policy optimization without any active exploration. Despite the prevalence and recent interest in this problem, its theoretical and algorithmic…

Multi-Armed Bandits

Bellman Unbiasedness: Toward Provably Efficient Distributional Reinforcement Learning with General Value Function Approximation

2024-07-31 · Taehyun Cho, Seungyub Han, Seokhun Ju, Dohyeong Kim 외

Distributional reinforcement learning improves performance by capturing environmental stochasticity, but a comprehensive theoretical understanding of its effectiveness remains elusive. In addition, the intractable elemen…

Distributional Reinforcement Learningreinforcement-learningReinforcement Learning