Actor-Free Continuous Control via Structurally Maximizable Q-Functions
Yigit Korkmaz, Urvi Bhuwania, Ayush Jain, Erdem B{\i}y{\i}k

TL;DR
This paper introduces an actor-free, value-based reinforcement learning method for continuous control that achieves competitive performance and stability without learning a separate actor, especially excelling in constrained action environments.
Contribution
The work presents a novel actor-free Q-learning framework with structural maximization, improving stability and efficiency in continuous control tasks compared to traditional actor-critic methods.
Findings
Performs on par with state-of-the-art baselines in standard tasks.
Outperforms actor-critic methods in constrained action environments.
Demonstrates stable and sample-efficient learning without an actor.
Abstract
Value-based algorithms are a cornerstone of off-policy reinforcement learning due to their simplicity and training stability. However, their use has traditionally been restricted to discrete action spaces, as they rely on estimating Q-values for individual state-action pairs. In continuous action spaces, evaluating the Q-value over the entire action space becomes computationally infeasible. To address this, actor-critic methods are typically employed, where a critic is trained on off-policy data to estimate Q-values, and an actor is trained to maximize the critic's output. Despite their popularity, these methods often suffer from instability during training. In this work, we propose a purely value-based framework for continuous control that revisits structural maximization of Q-functions, introducing a set of key architectural and algorithmic choices to enable efficient and stable…
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.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adaptive Dynamic Programming Control · Robot Manipulation and Learning
