English

StaQ it! Growing neural networks for Policy Mirror Descent

Machine Learning 2025-06-18 v1 Artificial Intelligence

Abstract

In Reinforcement Learning (RL), regularization has emerged as a popular tool both in theory and practice, typically based either on an entropy bonus or a Kullback-Leibler divergence that constrains successive policies. In practice, these approaches have been shown to improve exploration, robustness and stability, giving rise to popular Deep RL algorithms such as SAC and TRPO. Policy Mirror Descent (PMD) is a theoretical framework that solves this general regularized policy optimization problem, however the closed-form solution involves the sum of all past Q-functions, which is intractable in practice. We propose and analyze PMD-like algorithms that only keep the last MM Q-functions in memory, and show that for finite and large enough MM, a convergent algorithm can be derived, introducing no error in the policy update, unlike prior deep RL PMD implementations. StaQ, the resulting algorithm, enjoys strong theoretical guarantees and is competitive with deep RL baselines, while exhibiting less performance oscillation, paving the way for fully stable deep RL algorithms and providing a testbed for experimentation with Policy Mirror Descent.

Keywords

Cite

@article{arxiv.2506.13862,
  title  = {StaQ it! Growing neural networks for Policy Mirror Descent},
  author = {Alena Shilova and Alex Davey and Brahim Driss and Riad Akrour},
  journal= {arXiv preprint arXiv:2506.13862},
  year   = {2025}
}

Comments

44 pages, 12 figures