Mollification Effects of Policy Gradient Methods
Tao Wang, Sylvia Herbert, Sicun Gao
TL;DR
The paper tackles why policy gradient methods can succeed or fail on non-smooth, chaotic reinforcement learning problems by introducing mollification through stochastic policy noise. It shows that policy gradient updates correspond to gradient ascent on the heat equation solution, with the Gaussian noise acting as a mollifier that suppresses high-frequency, fractal components but can diverge from the true objective if overused. A key theoretical result is that the backward heat problem is ill-posed, implying a fundamental trade-off: too little smoothing preserves problematic landscape features, while too much smoothing can erase the optimal policy, a tension formalized via the uncertainty principle. Experiments across Hopper, double pendulum, and planar quadrotor tasks illustrate both the stabilizing and destabilizing effects of mollification, providing practical insight into choosing the stochasticity level in policy search for nonlinear and chaotic dynamics.
Abstract
Policy gradient methods have enabled deep reinforcement learning (RL) to approach challenging continuous control problems, even when the underlying systems involve highly nonlinear dynamics that generate complex non-smooth optimization landscapes. We develop a rigorous framework for understanding how policy gradient methods mollify non-smooth optimization landscapes to enable effective policy search, as well as the downside of it: while making the objective function smoother and easier to optimize, the stochastic objective deviates further from the original problem. We demonstrate the equivalence between policy gradient methods and solving backward heat equations. Following the ill-posedness of backward heat equations from PDE theory, we present a fundamental challenge to the use of policy gradient under stochasticity. Moreover, we make the connection between this limitation and the uncertainty principle in harmonic analysis to understand the effects of exploration with stochastic policies in RL. We also provide experimental results to illustrate both the positive and negative aspects of mollification effects in practice.
