paper-with-me

홈 › Papers

Value Mirror Descent for Reinforcement Learning

2026-04-07 · Zhichao Jia, Guanghui Lan arxiv

Value iteration-type methods have been extensively studied for computing a nearly optimal value function in reinforcement learning (RL). Under a generative sampling model, these methods can achieve sharper sample complexity than policy optimization approaches, particularly in their dependence on the discount factor. In practice, they are often employed for offline training or in simulated environments. In this paper, we consider discounted Markov decision processes with state space S, action space A, discount factor $γ\in(0,1)$ and costs in $[0,1]$. We introduce a novel value optimization method, termed value mirror descent (VMD), which integrates mirror descent from convex optimization into the classical value iteration framework. In the deterministic setting with known transition kernels, we show that VMD converges linearly. For the stochastic setting with a generative model, we develop a stochastic variant, SVMD, which incorporates variance reduction commonly used in stochastic value iteration-type methods. For RL problems with general convex regularizers, SVMD attains a near-optimal sample complexity of $\tilde{O}(|S||A|(1-γ)^{-3}ε^{-2})$. Moreover, we establish that the Bregman divergence between the generated and optimal policies remains bounded throughout the iterations. This property is absent in existing stochastic value iteration-type methods but is important for enabling effective online (continual) learning following offline training. Under a strongly convex regularizer, SVMD achieves sample complexity of $\tilde{O}(|S||A|(1-γ)^{-5}ε^{-1})$, improving performance in the high-accuracy regime. Furthermore, we prove convergence of the generated policy to the optimal policy. Overall, the proposed method, its analysis, and the resulting guarantees, constitute new contributions to the RL and optimization literature.

📄 PDF Abstract BibTeX arXiv:2604.06039

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Mirror Descent Search and its Acceleration

2017-09-08 · Megumi Miyashita, Shiro Yano, Toshiyuki Kondo

In recent years, attention has been focused on the relationship between black-box optimiza- tion problem and reinforcement learning problem. In this research, we propose the Mirror Descent Search (MDS) algorithm which is…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Mirror Descent for Regularized Reinforcement Learning: A Generalized Framework with Linear Convergence

2021-05-24 · Wenhao Zhan, Shicong Cen, Baihe Huang, Yuxin Chen 외

Policy optimization, which finds the desired policy by maximizing value functions via optimization techniques, lies at the heart of reinforcement learning (RL). In addition to value maximization, other practical consider…

Reinforcement Learning (RL)

Policy Mirror Descent with Temporal Difference Learning: Sample Complexity under Online Markov Data

2025-12-30 · Wenye Li, Hongxu Chen, Jiacai Liu, Ke Wei arxiv

This paper studies the policy mirror descent (PMD) method, which is a general policy optimization framework in reinforcement learning and can cover a wide range of policy gradient methods by specifying difference mirror …

Reinforcement Learning

Mirror Descent Actor Critic via Bounded Advantage Learning

2025-02-06 · Ryo Iwaki

Regularization is a core component of recent Reinforcement Learning (RL) algorithms. Mirror Descent Value Iteration (MDVI) uses both Kullback-Leibler divergence and entropy as regularizers in its value and policy updates…

Reinforcement Learning (RL)

A Unified Approach to Reinforcement Learning, Quantal Response Equilibria, and Two-Player Zero-Sum Games

2022-06-12 · Samuel Sokota, Ryan D'Orazio, J. Zico Kolter, Nicolas Loizou 외

This work studies an algorithm, which we call magnetic mirror descent, that is inspired by mirror descent and the non-Euclidean proximal gradient algorithm. Our contribution is demonstrating the virtues of magnetic mirro…

Deep Reinforcement LearningMuJoCo Gamesreinforcement-learningReinforcement Learning+1