Stochastic Primal-Dual Q-Learning
Narim Jeong, Donghwan Lee, Niao He
TL;DR
This work introduces SPD Q-learning, a model-free, off-policy reinforcement learning algorithm built on a novel linear programming formulation of dynamic programming and a primal-dual perspective. By integrating a Q-function estimation step into the primal-dual LP framework, the method enables policy recovery from both primal and dual solutions and provides convergence guarantees under time-varying state-action distributions. The authors derive explicit sample-complexity bounds and demonstrate empirically that the primal SPD-Q policy can converge faster than its dual counterpart, while maintaining competitive off-policy learning performance. The approach offers a principled pathway to off-policy RL with convergence guarantees and broad potential extensions to safe, distributed, and function-approximation settings.
Abstract
In this work, we present a new model-free and off-policy reinforcement learning (RL) algorithm, that is capable of finding a near-optimal policy with state-action observations from arbitrary behavior policies. Our algorithm, called the stochastic primal-dual Q-learning (SPD Q-learning), hinges upon a new linear programming formulation and a dual perspective of the standard Q-learning. In contrast to previous primal-dual RL algorithms, the SPD Q-learning includes a Q-function estimation step, thus allowing to recover an approximate policy from the primal solution as well as the dual solution. We prove a first-of-its-kind result that the SPD Q-learning guarantees a certain convergence rate, even when the state-action distribution is time-varying but sub-linearly converges to a stationary distribution. Numerical experiments are provided to demonstrate the off-policy learning abilities of the proposed algorithm in comparison to the standard Q-learning.
