q-exponential family for policy optimization
Lingwei Zhu, Haseeb Shah, Han Wang, Yukie Nagai, Martha White

TL;DR
This paper introduces the q-exponential family of policies for reinforcement learning, demonstrating that heavy-tailed policies like the Student's t-distribution outperform Gaussian policies in various actor-critic algorithms, especially in offline settings.
Contribution
It extends policy parametrization to the q-exponential family, enabling flexible tail behaviors and showing their effectiveness over traditional Gaussian policies.
Findings
Heavy-tailed policies outperform Gaussian in general.
Student's t-distribution shows increased stability.
Heavy-tailed q-Gaussian performs well in offline benchmarks.
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 -exponential family. This family of policies is flexible, allowing the specification of both heavy-tailed policies () and light-tailed policies (). This paper examines the interplay between -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 -Gaussian for Tsallis Advantage Weighted Actor-Critic consistently performs well in offline benchmark problems. Our code is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Numerical Methods and Algorithms
