Global Optimality of Single-Timescale Actor-Critic under Continuous State-Action Space: A Study on Linear Quadratic Regulator
Xuyang Chen, Jingliang Duan, Lin Zhao
TL;DR
This paper proves that a classic single-sample single-timescale actor-critic algorithm can achieve a global $\epsilon$-optimal policy for the continuous-state, continuous-action LQR problem, with a sample complexity of $\mathcal{O}(\epsilon^{-2})$. It develops a finite-time analysis by viewing the three interconnected updates (cost estimation, critic TD, and actor natural-gradient) as an interconnected system and establishing convergence of the cost-estimator error, critic error, and gradient error at $\mathcal{O}(T^{-1/2})$ under a suitable step-size ratio $c$. A gradient-domination property for LQR links the gradient norm to policy performance, enabling global convergence guarantees, while experiments validate improved sample efficiency over baselines. The results bridge theory and practice for AC in continuous control, highlighting how rough gradient estimates can still yield globally optimal policies with proper coupling analysis and stability constraints.
Abstract
Actor-critic methods have achieved state-of-the-art performance in various challenging tasks. However, theoretical understandings of their performance remain elusive and challenging. Existing studies mostly focus on practically uncommon variants such as double-loop or two-timescale stepsize actor-critic algorithms for simplicity. These results certify local convergence on finite state- or action-space only. We push the boundary to investigate the classic single-sample single-timescale actor-critic on continuous (infinite) state-action space, where we employ the canonical linear quadratic regulator (LQR) problem as a case study. We show that the popular single-timescale actor-critic can attain an epsilon-optimal solution with an order of epsilon to -2 sample complexity for solving LQR on the demanding continuous state-action space. Our work provides new insights into the performance of single-timescale actor-critic, which further bridges the gap between theory and practice.
