OCLGDec 30, 2025

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

arXiv:2512.24056v1h-index: 4
Originality Incremental advance
AI Analysis

This work addresses the sample efficiency problem for reinforcement learning practitioners by providing improved theoretical guarantees under realistic online Markov data, though it is incremental as it builds on existing policy mirror descent frameworks.

The paper tackles the sample complexity of policy mirror descent with temporal difference learning under Markovian sampling in reinforcement learning, establishing an O(ε⁻²) sample complexity for achieving ε-optimality with adaptive step sizes.

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 maps. Existing sample complexity analysis for policy mirror descent either focuses on the generative sampling model, or the Markovian sampling model but with the action values being explicitly approximated to certain pre-specified accuracy. In contrast, we consider the sample complexity of policy mirror descent with temporal difference (TD) learning under the Markovian sampling model. Two algorithms called Expected TD-PMD and Approximate TD-PMD have been presented, which are off-policy and mixed policy algorithms respectively. Under a small enough constant policy update step size, the $\tilde{O}(\varepsilon^{-2})$ (a logarithm factor about $\varepsilon$ is hidden in $\tilde{O}(\cdot)$) sample complexity can be established for them to achieve average-time $\varepsilon$-optimality. The sample complexity is further improved to $O(\varepsilon^{-2})$ (without the hidden logarithm factor) to achieve the last-iterate $\varepsilon$-optimality based on adaptive policy update step sizes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes