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

TL;DR
AFU introduces a novel off-policy deep reinforcement learning algorithm that independently updates the critic without relying on the actor, improving sample efficiency and addressing the max-Q problem in continuous control tasks.
Contribution
The paper proposes AFU, a new off-policy RL method with critic updates independent of the actor, and demonstrates its effectiveness against state-of-the-art methods.
Findings
AFU achieves competitive sample efficiency in continuous control.
AFU-beta reduces actor trapping in local optima.
First model-free off-policy algorithm competitive with actor-critic methods.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFuel Cells and Related Materials · Reinforcement Learning in Robotics · Adaptive Dynamic Programming Control
MethodsDilated Convolution · Global Average Pooling · 1x1 Convolution · Convolution · Average Pooling · Switchable Atrous Convolution · Q-Learning
