paper-with-me

Papers

Provably Efficient Reinforcement Learning with Linear Function Approximation

2019-07-11 · Chi Jin, Zhuoran Yang, Zhaoran Wang, Michael. I. Jordan

Modern Reinforcement Learning (RL) is commonly applied to practical problems with an enormous number of states, where function approximation must be deployed to approximate either the value function or the policy. The introduction of function approximation raises a fundamental set of challenges involving computational and statistical efficiency, especially given the need to manage the exploration/exploitation tradeoff. As a result, a core RL question remains open: how can we design provably efficient RL algorithms that incorporate function approximation? This question persists even in a basic setting with linear dynamics and linear rewards, for which only linear function approximation is needed. This paper presents the first provable RL algorithm with both polynomial runtime and polynomial sample complexity in this linear setting, without requiring a "simulator" or additional assumptions. Concretely, we prove that an optimistic modification of Least-Squares Value Iteration (LSVI)---a classical algorithm frequently studied in the linear setting---achieves $\tilde{\mathcal{O}}(\sqrt{d^3H^3T})$ regret, where $d$ is the ambient dimension of feature space, $H$ is the length of each episode, and $T$ is the total number of steps. Importantly, such regret is independent of the number of states and actions.

📄 PDF Abstract BibTeX arXiv:1907.05388

Code (2)

kevin-yu-0602/NeuralUCB_257 pytorch
sauxpa/neural_exploration pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar 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, ap…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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)

Reinforcement Learning with General Value Function Approximation: Provably Efficient Approach via Bounded Eluder Dimension

2020-05-21 · NeurIPS 2020 12 · Ruosong Wang, Ruslan Salakhutdinov, Lin F. Yang

Value function approximation has demonstrated phenomenal empirical success in reinforcement learning (RL). Nevertheless, despite a handful of recent progress on developing theory for RL with linear function approximation…

Reinforcement Learning (RL)

Optimism in Reinforcement Learning with Generalized Linear Function Approximation

2019-12-09 · ICLR 2021 1 · Yining Wang, Ruosong Wang, Simon S. Du, Akshay Krishnamurthy

We design a new provably efficient algorithm for episodic reinforcement learning with generalized linear function approximation. We analyze the algorithm under a new expressivity assumption that we call "optimistic closu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Offline Reinforcement Learning with Differentiable Function Approximation is Provably Efficient

2022-10-03 · Ming Yin, Mengdi Wang, Yu-Xiang Wang

Offline reinforcement learning, which aims at optimizing sequential decision-making strategies with historical data, has been extensively applied in real-life applications. State-Of-The-Art algorithms usually leverage po…

Decision MakingOffline RLQ-Learningreinforcement-learning+3