English

Regularization and Variance-Weighted Regression Achieves Minimax Optimality in Linear MDPs: Theory and Practice

Machine Learning 2023-05-23 v1

Abstract

Mirror descent value iteration (MDVI), an abstraction of Kullback-Leibler (KL) and entropy-regularized reinforcement learning (RL), has served as the basis for recent high-performing practical RL algorithms. However, despite the use of function approximation in practice, the theoretical understanding of MDVI has been limited to tabular Markov decision processes (MDPs). We study MDVI with linear function approximation through its sample complexity required to identify an ε\varepsilon-optimal policy with probability 1δ1-\delta under the settings of an infinite-horizon linear MDP, generative model, and G-optimal design. We demonstrate that least-squares regression weighted by the variance of an estimated optimal value function of the next state is crucial to achieving minimax optimality. Based on this observation, we present Variance-Weighted Least-Squares MDVI (VWLS-MDVI), the first theoretical algorithm that achieves nearly minimax optimal sample complexity for infinite-horizon linear MDPs. Furthermore, we propose a practical VWLS algorithm for value-based deep RL, Deep Variance Weighting (DVW). Our experiments demonstrate that DVW improves the performance of popular value-based deep RL algorithms on a set of MinAtar benchmarks.

Keywords

Cite

@article{arxiv.2305.13185,
  title  = {Regularization and Variance-Weighted Regression Achieves Minimax Optimality in Linear MDPs: Theory and Practice},
  author = {Toshinori Kitamura and Tadashi Kozuno and Yunhao Tang and Nino Vieillard and Michal Valko and Wenhao Yang and Jincheng Mei and Pierre Ménard and Mohammad Gheshlaghi Azar and Rémi Munos and Olivier Pietquin and Matthieu Geist and Csaba Szepesvári and Wataru Kumagai and Yutaka Matsuo},
  journal= {arXiv preprint arXiv:2305.13185},
  year   = {2023}
}

Comments

ICML 2023 accepted

R2 v1 2026-06-28T10:41:39.685Z