Stabilizing the Q-Gradient Field for Policy Smoothness in Actor-Critic
Jeong Woon Lee, Kyoleen Kwak, Daeho Kim, Hyoseok Hwang
TL;DR
This work identifies policy instability in continuous actor-critic methods as rooted in the geometry of the critic, not merely in the actor. It derives a principled link between policy sensitivity and the Q-function's mixed partial and curvature terms using implicit differentiation, showing that the Lipschitz constant of the greedy policy is bounded by $L\le M/\mu$ with $M=\|\nabla^2_{sa}Q\|$ and $\mu=-\lambda_{\max}(\nabla^2_{aa}Q)$. To enforce this geometry, it introduces PAVE, a critic-centric regularization framework comprising Mixed-Partial Regularization, Vector Field Consistency, and Curvature Preservation, which stabilize the induced Q-gradient field while preserving curvature. Empirical results on six Gymnasium/MuJoCo tasks demonstrate that PAVE achieves smooth, robust policies with competitive task performance, particularly in high-dimensional domains, and maintains linear computational complexity. The findings advocate a shift toward critic geometry stabilization as a practical and scalable path to smooth policies in continuous control.
Abstract
Policies learned via continuous actor-critic methods often exhibit erratic, high-frequency oscillations, making them unsuitable for physical deployment. Current approaches attempt to enforce smoothness by directly regularizing the policy's output. We argue that this approach treats the symptom rather than the cause. In this work, we theoretically establish that policy non-smoothness is fundamentally governed by the differential geometry of the critic. By applying implicit differentiation to the actor-critic objective, we prove that the sensitivity of the optimal policy is bounded by the ratio of the Q-function's mixed-partial derivative (noise sensitivity) to its action-space curvature (signal distinctness). To empirically validate this theoretical insight, we introduce PAVE (Policy-Aware Value-field Equalization), a critic-centric regularization framework that treats the critic as a scalar field and stabilizes its induced action-gradient field. PAVE rectifies the learning signal by minimizing the Q-gradient volatility while preserving local curvature. Experimental results demonstrate that PAVE achieves smoothness and robustness comparable to policy-side smoothness regularization methods, while maintaining competitive task performance, without modifying the actor.
