ICML2021

Randomized Exploration in Reinforcement Learning with General Value Function Approximation

Haque Ishfaq, Qiwen Cui, Viet Nguyen, Alex Ayoub, Zhuoran Yang, Zhaoran Wang, Doina Precup, Lin Yang

被引用 3 次

摘要

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 F\mathcal{F}, our algorithm achieves a worst-case regret bound of O~(poly(dEH)T)\widetilde{O}(\mathrm{poly}(d_EH)\sqrt{T}) where TT is the time elapsed, HH is the planning horizon and dEd_E is the eluder dimension\textit{eluder dimension} of F\mathcal{F}. In the linear setting, our algorithm reduces to LSVI-PHE, a variant of RLSVI, that enjoys an O~(d3H3T)\widetilde{\mathcal{O}}(\sqrt{d^3H^3T}) regret. We complement the theory with an empirical evaluation across known difficult exploration tasks.