Symmetric Behavior Regularized Policy Optimization
Lingwei Zhu, Haseeb Shah, Zheng Chen, Yukie Nagai, Martha White
TL;DR
This work investigates symmetric regularization in Behavior Regularized Policy Optimization (BRPO) for offline RL and proves that symmetric divergences generally do not admit analytic optimal policies π*. To make symmetric BRPO practical, it develops a finite Taylor expansion of f-divergences into Pearson-Vajda χ^n terms and shows analytic solutions exist when truncated at N<5, notably yielding a simple form at N=2. Building on this, the authors introduce Symmetric f-divergence Actor-Critic (S$f$-AC), which optimizes a loss combining a KL-based advantage regression term with a truncated conditional-symmetry term, and employs clipping for numerical stability. Empirically, S$f$-AC achieves strong performance on distribution-matching tasks and the D4RL MuJoCo offline suite, with fewer environment-specific failures than baselines like AWAC, XQL, SQL, and IQL, and demonstrates robustness to the number of symmetry terms and clipping thresholds. The results suggest symmetric BRPO is a viable, stable regularization option for offline RL when paired with a controlled Taylor-series approximation, though hyperparameters for the truncation and clipping remain important.
Abstract
Behavior Regularized Policy Optimization (BRPO) leverages asymmetric (divergence) regularization to mitigate the distribution shift in offline Reinforcement Learning. This paper is the first to study the open question of symmetric regularization. We show that symmetric regularization does not permit an analytic optimal policy $π^*$, posing a challenge to practical utility of symmetric BRPO. We approximate $π^*$ by the Taylor series of Pearson-Vajda $χ^n$ divergences and show that an analytic policy expression exists only when the series is capped at $n=5$. To compute the solution in a numerically stable manner, we propose to Taylor expand the conditional symmetry term of the symmetric divergence loss, leading to a novel algorithm: Symmetric $f$-Actor Critic (S$f$-AC). S$f$-AC achieves consistently strong results across various D4RL MuJoCo tasks. Additionally, S$f$-AC avoids per-environment failures observed in IQL, SQL, XQL and AWAC, opening up possibilities for more diverse and effective regularization choices for offline RL.
