On the Tension Between Optimality and Adversarial Robustness in Policy Optimization
Haoran Li, Jiayu Lv, Congying Han, Zicheng Zhang, Anqi Li, Yan Liu, Tiande Guo, Nan Jiang
TL;DR
<3-5 sentence high-level summary> The paper investigates the tension between achieving optimality and adversarial robustness in policy optimization. It analyzes SPO and ARPO within the ISA-MDP framework, revealing that ARPO improves robustness at the cost of natural return due to adversarial landscape reshaping, while SPO can underperform under attack. To reconcile these effects, it proposes BARPO, a bilevel framework that modulates adversary strength and leverages a KL-surrogate to maintain navigability and preserve global optima. Empirical results on MuJoCo tasks show BARPO consistently outperforms vanilla ARPO and, with SPO guidance, achieves strong natural and robust performance, suggesting a practical route toward aligning theory and practice in robust RL.
Abstract
Achieving optimality and adversarial robustness in deep reinforcement learning has long been regarded as conflicting goals. Nonetheless, recent theoretical insights presented in CAR suggest a potential alignment, raising the important question of how to realize this in practice. This paper first identifies a key gap between theory and practice by comparing standard policy optimization (SPO) and adversarially robust policy optimization (ARPO). Although they share theoretical consistency, a fundamental tension between robustness and optimality arises in practical policy gradient methods. SPO tends toward convergence to vulnerable first-order stationary policies (FOSPs) with strong natural performance, whereas ARPO typically favors more robust FOSPs at the expense of reduced returns. Furthermore, we attribute this tradeoff to the reshaping effect of the strongest adversary in ARPO, which significantly complicates the global landscape by inducing deceptive sticky FOSPs. This improves robustness but makes navigation more challenging. To alleviate this, we develop the BARPO, a bilevel framework unifying SPO and ARPO by modulating adversary strength, thereby facilitating navigability while preserving global optima. Extensive empirical results demonstrate that BARPO consistently outperforms vanilla ARPO, providing a practical approach to reconcile theoretical and empirical performance.
