paper-with-me

Papers

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

2023-05-22 · Toshinori Kitamura, Tadashi Kozuno, Yunhao Tang, Nino Vieillard, Michal Valko, Wenhao Yang, Jincheng Mei, Pierre Ménard, Mohammad Gheshlaghi Azar, Rémi Munos, Olivier Pietquin, Matthieu Geist, Csaba Szepesvári, Wataru Kumagai, Yutaka Matsuo

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-\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.

📄 PDF Abstract BibTeX arXiv:2305.13185

Code (1)

matsuolab/variance-weighted-mdvi 공식 구현

Tasks

regressionReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Online Covariance Estimation in Averaged SGD: Improved Batch-Mean Rates and Minimax Optimality via Trajectory Regression

2026-04-12 · Yijin Ni, Xiaoming Huo arxiv

We study online covariance matrix estimation for Polyak--Ruppert averaged stochastic gradient descent (SGD). The online batch-means estimator of Zhu, Chen and Wu (2023) achieves an operator-norm convergence rate of $O(n^…

Risk Comparisons in Linear Regression: Implicit Regularization Dominates Explicit Regularization

2025-09-21 · Jingfeng Wu, Peter L. Bartlett, Sham M. Kakade, Jason D. Lee 외 arxiv

Existing theory suggests that for linear regression problems categorized by capacity and source conditions, gradient descent (GD) is always minimax optimal, while both ridge regression and online stochastic gradient desc…

Nearly Minimax Optimal Reinforcement Learning for Linear Markov Decision Processes

2022-12-12 · Jiafan He, Heyang Zhao, Dongruo Zhou, Quanquan Gu

We study reinforcement learning (RL) with linear function approximation. For episodic time-inhomogeneous linear Markov decision processes (linear MDPs) whose transition probability can be parameterized as a linear functi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Kernel regression, minimax rates and effective dimensionality: beyond the regular case

2016-11-12 · Gilles Blanchard, Nicole Mücke

We investigate if kernel regularization methods can achieve minimax convergence rates over a source condition regularity assumption for the target function. These questions have been considered in past literature, but on…

regression

Learning Infinite-Horizon Average-Reward Linear Mixture MDPs of Bounded Span

2024-10-19 · Woojin Chae, Kihyuk Hong, Yufan Zhang, Ambuj Tewari 외

This paper proposes a computationally tractable algorithm for learning infinite-horizon average-reward linear mixture Markov decision processes (MDPs) under the Bellman optimality condition. Our algorithm for linear mixt…

parameter estimation