Safe Exploration via Policy Priors
Manuel Wendl, Yarden As, Manish Prajapat, Anton Pollak, Stelian Coros, Andreas Krause
TL;DR
This work tackles safe exploration in reinforcement learning by introducing SOOPER, a model-based algorithm that leverages pessimistic policy priors to guarantee safety while exploring through a learned world model.SOOPER reframes safety via a planning MDP with a pessimistic cost bound and a unified objective that adds intrinsic rewards for exploration and expansion, enabling efficient use of offline or simulator-trained priors.The authors prove high-probability safety throughout learning and establish a sublinear cumulative regret bound, showing convergence toward the CMDP feasible set, and validate the approach on safe RL benchmarks and real hardware.By blending conservative priors with optimistic planning, SOOPER demonstrates improved sample efficiency and safety performance under distribution shifts and realistic noise, highlighting the practical impact of prior-informed safe exploration.
Abstract
Safe exploration is a key requirement for reinforcement learning (RL) agents to learn and adapt online, beyond controlled (e.g. simulated) environments. In this work, we tackle this challenge by utilizing suboptimal yet conservative policies (e.g., obtained from offline data or simulators) as priors. Our approach, SOOPER, uses probabilistic dynamics models to optimistically explore, yet pessimistically fall back to the conservative policy prior if needed. We prove that SOOPER guarantees safety throughout learning, and establish convergence to an optimal policy by bounding its cumulative regret. Extensive experiments on key safe RL benchmarks and real-world hardware demonstrate that SOOPER is scalable, outperforms the state-of-the-art and validate our theoretical guarantees in practice.
