Growing Q-Networks: Solving Continuous Control Tasks with Adaptive Control Resolution
Tim Seyde, Peter Werner, Wilko Schwarting, Markus Wulfmeier, Daniela Rus
TL;DR
This paper tackles continuous control where smooth, low-wear actions are desirable but exploration benefits from coarse discretization. It introduces Growing Q-Networks (GQN), a critic-only, decoupled Q-learning approach that adaptively increases action resolution during training through action masking and a shared network torso. By modifying the TD target to operate over an expanding active subspace and providing linear and adaptive growth schedules, GQN achieves strong results on demanding benchmarks, often outperforming stationary discrete baselines and matching or surpassing some continuous actor-critic methods, even under action penalties. The work demonstrates that adaptive control resolution offers a practical, scalable route to bridging coarse exploration with smooth, high-quality policies in continuous control tasks.
Abstract
Recent reinforcement learning approaches have shown surprisingly strong capabilities of bang-bang policies for solving continuous control benchmarks. The underlying coarse action space discretizations often yield favourable exploration characteristics while final performance does not visibly suffer in the absence of action penalization in line with optimal control theory. In robotics applications, smooth control signals are commonly preferred to reduce system wear and energy efficiency, but action costs can be detrimental to exploration during early training. In this work, we aim to bridge this performance gap by growing discrete action spaces from coarse to fine control resolution, taking advantage of recent results in decoupled Q-learning to scale our approach to high-dimensional action spaces up to dim(A) = 38. Our work indicates that an adaptive control resolution in combination with value decomposition yields simple critic-only algorithms that yield surprisingly strong performance on continuous control tasks.
