q-exponential family for policy optimization
Lingwei Zhu, Haseeb Shah, Han Wang, Yukie Nagai, Martha White
TL;DR
This work introduces the $q$-exponential family as a flexible and tractable policy class for continuous-action reinforcement learning, enabling heavy-tailed ($q>1$) and light-tailed ($q<1$) policies, with $q=1$ recovering the standard exponential family. It systematically embeds $q$-exponential policies, including $q$-Gaussian and Student's t variants, into online and offline actor-critic algorithms and analyzes practical concerns such as entropy approximations and out-of-support actions. Across online Classic Control and offline D4RL MuJoCo benchmarks, heavy-tailed policies generally improve performance over the Gaussian baseline, with the Student's t policy offering strong stability and the heavy-tailed $q$-Gaussian benefiting Tsallis-based regularization in offline settings. The results demonstrate tail flexibility as a practical lever for exploration robustness and offline data leverage, and the authors provide code to facilitate adoption of these policies in RL research and applications.
Abstract
Policy optimization methods benefit from a simple and tractable policy parametrization, usually the Gaussian for continuous action spaces. In this paper, we consider a broader policy family that remains tractable: the $q$-exponential family. This family of policies is flexible, allowing the specification of both heavy-tailed policies ($q>1$) and light-tailed policies ($q<1$). This paper examines the interplay between $q$-exponential policies for several actor-critic algorithms conducted on both online and offline problems. We find that heavy-tailed policies are more effective in general and can consistently improve on Gaussian. In particular, we find the Student's t-distribution to be more stable than the Gaussian across settings and that a heavy-tailed $q$-Gaussian for Tsallis Advantage Weighted Actor-Critic consistently performs well in offline benchmark problems. Our code is available at \url{https://github.com/lingweizhu/qexp}.
