A Simple Mixture Policy Parameterization for Improving Sample Efficiency of CVaR Optimization
Yudong Luo, Yangchen Pan, Han Wang, Philip Torr, Pascal Poupart
TL;DR
The paper tackles sample inefficiency in CVaR-based RL by introducing a simple mixture policy parameterization that blends a risk-neutral component with an adjustable, risk-averse module: $\pi(a|s) = w(s)\pi'(a|s) + (1-w(s))\pi^n(a|s)$. This design allows using all collected trajectories for updates and mitigates gradient vanishing by driving higher returns through the risk-neutral part, effectively lifting the left tail of the return distribution. Empirical results across Maze, LunarLander, and Mujoco show that MIX can learn risk-averse policies in scenarios where CVaR-PG struggles, and can outperform off-policy baselines that rely on environment dynamics control. The approach offers a broadly applicable, simple method to enhance CVaR optimization in RL with potential for integration with other sample-efficiency techniques.
Abstract
Reinforcement learning algorithms utilizing policy gradients (PG) to optimize Conditional Value at Risk (CVaR) face significant challenges with sample inefficiency, hindering their practical applications. This inefficiency stems from two main facts: a focus on tail-end performance that overlooks many sampled trajectories, and the potential of gradient vanishing when the lower tail of the return distribution is overly flat. To address these challenges, we propose a simple mixture policy parameterization. This method integrates a risk-neutral policy with an adjustable policy to form a risk-averse policy. By employing this strategy, all collected trajectories can be utilized for policy updating, and the issue of vanishing gradients is counteracted by stimulating higher returns through the risk-neutral component, thus lifting the tail and preventing flatness. Our empirical study reveals that this mixture parameterization is uniquely effective across a variety of benchmark domains. Specifically, it excels in identifying risk-averse CVaR policies in some Mujoco environments where the traditional CVaR-PG fails to learn a reasonable policy.
