Policy Bifurcation in Safe Reinforcement Learning
Wenjun Zou, Yao Lyu, Jie Li, Yujie Yang, Shengbo Eben Li, Jingliang Duan, Xianyuan Zhan, Jingjing Liu, Yaqin Zhang, Keqiang Li
TL;DR
The paper reveals a fundamental limitation of continuous policies in safe RL when safety constraints induce non-simply connected feasible sets, showing that the reachable tuple $\mathcal{R}$ can be noncontractible or that feasible continuous policies may not exist under certain initial conditions. It develops a topological framework based on paths, loops, and contractibility to derive sufficient conditions for suboptimality and infeasibility of continuous policies in constrained OCPs. To address this, it proposes Multimodal Policy Optimization (MUPO), a bifurcated policy method that outputs a Gaussian mixture with a gate selecting the highest-probability component, and it augments learning with spectral normalization and forward KL divergence to capture multiple modes. Empirical results in simulation (bypass and encounter tasks) and real-world robotics experiments demonstrate that MUPO achieves safety and near-optimal performance where continuous policies struggle, highlighting a practical shift toward bifurcated policy designs for safety-critical control.
Abstract
Safe reinforcement learning (RL) offers advanced solutions to constrained optimal control problems. Existing studies in safe RL implicitly assume continuity in policy functions, where policies map states to actions in a smooth, uninterrupted manner; however, our research finds that in some scenarios, the feasible policy should be discontinuous or multi-valued, interpolating between discontinuous local optima can inevitably lead to constraint violations. We are the first to identify the generating mechanism of such a phenomenon, and employ topological analysis to rigorously prove the existence of policy bifurcation in safe RL, which corresponds to the contractibility of the reachable tuple. Our theorem reveals that in scenarios where the obstacle-free state space is non-simply connected, a feasible policy is required to be bifurcated, meaning its output action needs to change abruptly in response to the varying state. To train such a bifurcated policy, we propose a safe RL algorithm called multimodal policy optimization (MUPO), which utilizes a Gaussian mixture distribution as the policy output. The bifurcated behavior can be achieved by selecting the Gaussian component with the highest mixing coefficient. Besides, MUPO also integrates spectral normalization and forward KL divergence to enhance the policy's capability of exploring different modes. Experiments with vehicle control tasks show that our algorithm successfully learns the bifurcated policy and ensures satisfying safety, while a continuous policy suffers from inevitable constraint violations.
