Beyond Softmax and Entropy: Improving Convergence Guarantees of Policy Gradients by f-SoftArgmax Parameterization with Coupled Regularization
Safwan Labbi, Daniil Tiapkin, Paul Mangold, Eric Moulines
TL;DR
The paper addresses the instability and slow convergence of policy gradient methods caused by softmax parameterization. It proposes a general f-SoftArgmax parameterization coupled with the corresponding f-divergence regularizer, aligning the optimization geometry with the regularized objective. The authors prove explicit non-asymptotic last-iterate convergence guarantees for stochastic policy gradient in finite MDPs and show polynomial sample complexity for Tsallis couplings versus exponential bounds for softmax–entropy. Empirically, Tsallis-based parameterizations improve exploration and learning in noisy and sparse-reward environments, with task-dependent optimal choices for the Tsallis parameter, suggesting broad practical value and tunable performance across RL problems.
Abstract
Policy gradient methods are known to be highly sensitive to the choice of policy parameterization. In particular, the widely used softmax parameterization can induce ill-conditioned optimization landscapes and lead to exponentially slow convergence. Although this can be mitigated by preconditioning, this solution is often computationally expensive. Instead, we propose replacing the softmax with an alternative family of policy parameterizations based on the generalized f-softargmax. We further advocate coupling this parameterization with a regularizer induced by the same f-divergence, which improves the optimization landscape and ensures that the resulting regularized objective satisfies a Polyak-Lojasiewicz inequality. Leveraging this structure, we establish the first explicit non-asymptotic last-iterate convergence guarantees for stochastic policy gradient methods for finite MDPs without any form of preconditioning. We also derive sample-complexity bounds for the unregularized problem and show that f-PG, with Tsallis divergences achieves polynomial sample complexity in contrast to the exponential complexity incurred by the standard softmax parameterization.
