Optimal Sample Complexity for Single Time-Scale Actor-Critic with Momentum
Navdeep Kumar, Tehila Dahan, Lior Cohen, Ananyabrata Barua, Giorgia Ramponi, Kfir Yehuda Levy, Shie Mannor
TL;DR
The paper targets the problem of obtaining an $\epsilon$-optimal global policy for infinite-horizon discounted MDPs with finite state-action spaces using a single-timescale actor-critic method. The authors integrate STORM-based variance reduction for the critic with a replay buffer to address nonstationary occupancy measures, enabling a theoretical convergence rate of $O(\epsilon^{-2})$ which matches the information-theoretic lower bound. Key technical advances include deriving interdependent actor/critic/STORM recursions, establishing a Lyapunov function and an extended ODE-domination argument to handle differing step-size schedules, and showing that variance control via momentum plus buffering yields optimal global convergence. The approach is designed to be practical and compatible with standard deep learning architectures, with a transparent memory–trade-off due to retaining the previous Q-network and a buffer. This work closes the gap between upper and lower bounds for single-time-scale AC and offers a principled, variance-aware path to more sample-efficient RL in practice.
Abstract
We establish an optimal sample complexity of $O(ε^{-2})$ for obtaining an $ε$-optimal global policy using a single-timescale actor-critic (AC) algorithm in infinite-horizon discounted Markov decision processes (MDPs) with finite state-action spaces, improving upon the prior state of the art of $O(ε^{-3})$. Our approach applies STORM (STOchastic Recursive Momentum) to reduce variance in the critic updates. However, because samples are drawn from a nonstationary occupancy measure induced by the evolving policy, variance reduction via STORM alone is insufficient. To address this challenge, we maintain a buffer of small fraction of recent samples and uniformly sample from it for each critic update. Importantly, these mechanisms are compatible with existing deep learning architectures and require only minor modifications, without compromising practical applicability.
