English

AFU: Actor-Free critic Updates in off-policy RL for continuous control

Machine Learning 2024-10-28 v2 Artificial Intelligence

Abstract

This paper presents AFU, an off-policy deep RL algorithm addressing in a new way the challenging "max-Q problem" in Q-learning for continuous action spaces, with a solution based on regression and conditional gradient scaling. AFU has an actor but its critic updates are entirely independent from it. As a consequence, the actor can be chosen freely. In the initial version, AFU-alpha, we employ the same stochastic actor as in Soft Actor-Critic (SAC), but we then study a simple failure mode of SAC and show how AFU can be modified to make actor updates less likely to become trapped in local optima, resulting in a second version of the algorithm, AFU-beta. Experimental results demonstrate the sample efficiency of both versions of AFU, marking it as the first model-free off-policy algorithm competitive with state-of-the-art actor-critic methods while departing from the actor-critic perspective.

Cite

@article{arxiv.2404.16159,
  title  = {AFU: Actor-Free critic Updates in off-policy RL for continuous control},
  author = {Nicolas Perrin-Gilbert},
  journal= {arXiv preprint arXiv:2404.16159},
  year   = {2024}
}

Comments

19 pages, 14 figures

R2 v1 2026-06-28T16:05:32.469Z