English

Provably Efficient Reinforcement Learning via Surprise Bound

Machine Learning 2023-02-24 v1

Abstract

Value function approximation is important in modern reinforcement learning (RL) problems especially when the state space is (infinitely) large. Despite the importance and wide applicability of value function approximation, its theoretical understanding is still not as sophisticated as its empirical success, especially in the context of general function approximation. In this paper, we propose a provably efficient RL algorithm (both computationally and statistically) with general value function approximations. We show that if the value functions can be approximated by a function class that satisfies the Bellman-completeness assumption, our algorithm achieves an O~(poly(ιH)T)\widetilde{O}(\text{poly}(\iota H)\sqrt{T}) regret bound where ι\iota is the product of the surprise bound and log-covering numbers, HH is the planning horizon, KK is the number of episodes and T=HKT = HK is the total number of steps the agent interacts with the environment. Our algorithm achieves reasonable regret bounds when applied to both the linear setting and the sparse high-dimensional linear setting. Moreover, our algorithm only needs to solve O(HlogK)O(H\log K) empirical risk minimization (ERM) problems, which is far more efficient than previous algorithms that need to solve ERM problems for Ω(HK)\Omega(HK) times.

Keywords

Cite

@article{arxiv.2302.11634,
  title  = {Provably Efficient Reinforcement Learning via Surprise Bound},
  author = {Hanlin Zhu and Ruosong Wang and Jason D. Lee},
  journal= {arXiv preprint arXiv:2302.11634},
  year   = {2023}
}

Comments

35 pages, AISTATS 2023

R2 v1 2026-06-28T08:47:20.211Z