English

Nearly Minimax Optimal Reinforcement Learning with Linear Function Approximation

Machine Learning 2023-01-31 v3

Abstract

We study reinforcement learning with linear function approximation where the transition probability and reward functions are linear with respect to a feature mapping ϕ(s,a)\boldsymbol{\phi}(s,a). Specifically, we consider the episodic inhomogeneous linear Markov Decision Process (MDP), and propose a novel computation-efficient algorithm, LSVI-UCB+^+, which achieves an O~(HdT)\widetilde{O}(Hd\sqrt{T}) regret bound where HH is the episode length, dd is the feature dimension, and TT is the number of steps. LSVI-UCB+^+ builds on weighted ridge regression and upper confidence value iteration with a Bernstein-type exploration bonus. Our statistical results are obtained with novel analytical tools, including a new Bernstein self-normalized bound with conservatism on elliptical potentials, and refined analysis of the correction term. This is a minimax optimal algorithm for linear MDPs up to logarithmic factors, which closes the Hd\sqrt{Hd} gap between the upper bound of O~(H3d3T)\widetilde{O}(\sqrt{H^3d^3T}) in (Jin et al., 2020) and lower bound of Ω(HdT)\Omega(Hd\sqrt{T}) for linear MDPs.

Keywords

Cite

@article{arxiv.2206.11489,
  title  = {Nearly Minimax Optimal Reinforcement Learning with Linear Function Approximation},
  author = {Pihe Hu and Yu Chen and Longbo Huang},
  journal= {arXiv preprint arXiv:2206.11489},
  year   = {2023}
}

Comments

This is an updated version of our ICML camera-ready version, which has a technical error in building the over-optimistic value function. In this version, this error is fixed using the technique of the "rare-switching" value function from (He et al., 2022)

R2 v1 2026-06-24T12:01:08.520Z