paper-with-me

Papers

Randomized Exploration for Reinforcement Learning with General Value Function Approximation

2021-06-15 · Haque Ishfaq, Qiwen Cui, Viet Nguyen, Alex Ayoub, Zhuoran Yang, Zhaoran Wang, Doina Precup, Lin F. Yang

We propose a model-free reinforcement learning algorithm inspired by the popular randomized least squares value iteration (RLSVI) algorithm as well as the optimism principle. Unlike existing upper-confidence-bound (UCB) based approaches, which are often computationally intractable, our algorithm drives exploration by simply perturbing the training data with judiciously chosen i.i.d. scalar noises. To attain optimistic value function estimation without resorting to a UCB-style bonus, we introduce an optimistic reward sampling procedure. When the value functions can be represented by a function class $\mathcal{F}$, our algorithm achieves a worst-case regret bound of $\widetilde{O}(\mathrm{poly}(d_EH)\sqrt{T})$ where $T$ is the time elapsed, $H$ is the planning horizon and $d_E$ is the $\textit{eluder dimension}$ of $\mathcal{F}$. In the linear setting, our algorithm reduces to LSVI-PHE, a variant of RLSVI, that enjoys an $\widetilde{\mathcal{O}}(\sqrt{d^3H^3T})$ regret. We complement the theory with an empirical evaluation across known difficult exploration tasks.

📄 PDF Abstract BibTeX arXiv:2106.07841

Code (1)

qlan3/Explorer 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Generalization and Exploration via Randomized Value Functions

2014-02-04 · Ian Osband, Benjamin Van Roy, Zheng Wen

We propose randomized least-squares value iteration (RLSVI) -- a new reinforcement learning algorithm designed to explore and generalize efficiently via linearly parameterized value functions. We explain why versions of …

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Exploration via Randomized Value Functions

2017-03-22 · Ian Osband, Benjamin Van Roy, Daniel Russo, Zheng Wen

We study the use of randomized value functions to guide deep exploration in reinforcement learning. This offers an elegant means for synthesizing statistically and computationally efficient exploration with common practi…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Worst-Case Regret Bounds for Exploration via Randomized Value Functions

2019-06-07 · NeurIPS 2019 12 · Daniel Russo

This paper studies a recent proposal to use randomized value functions to drive exploration in reinforcement learning. These randomized value functions are generated by injecting random noise into the training data, maki…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

On Optimistic versus Randomized Exploration in Reinforcement Learning

2017-06-13 · Ian Osband, Benjamin Van Roy

We discuss the relative merits of optimistic and randomized approaches to exploration in reinforcement learning. Optimistic approaches presented in the literature apply an optimistic boost to the value estimate at each s…

Computational Efficiencyreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Frequentist Regret Bounds for Randomized Least-Squares Value Iteration

2019-11-01 · Andrea Zanette, David Brandfonbrener, Emma Brunskill, Matteo Pirotta 외

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning (RL). When the state space is large or continuous, traditional tabular approaches are unfeasible and some form of function approxi…

Reinforcement LearningReinforcement Learning (RL)