Safe-Stop
Humanoid Safe Stop via Learned Stoppability Value
1University of California, Berkeley 2Carnegie Mellon University 3Stanford University
Experiment Video
Abstract
Humanoid robots responding to emergency stop commands typically execute a fixed maneuver, without reasoning about whether a safe stop is actually feasible from the current state. We cast emergency stopping as a reach-avoid problem and propose Safe-Stop, a task-agnostic framework that pairs a learned stop policy with learned stoppability estimators. The estimators are complementary: a stop-probability estimator supervised by the actual outcomes of the fixed stop policy, and a reach-avoidance estimator supervised by a Hamilton-Jacobi backup over physical state. The first captures emergent stopping behavior of the learned controller; the second provides a complementary recoverability signal.
Because the stop policy and estimators do not depend on the behavior policy that preceded the stop command, they transfer across diverse upstream tasks without retraining. At deployment, the two estimates are combined: Safe-Stop commits to the stop only when both estimators indicate that stopping remains feasible, otherwise it hands off to a fall policy, instantiated as a damping fallback. This agreement check yields decisions that are robust without sacrificing reactivity, achieving 96.4% out-of-distribution stop success and 3.89% unsafe-approval rate on the Unitree G1.
Framework
During training, Safe-Stop samples pre-stop states, issues randomized stop commands, and rolls out the stop policy to collect targets for three learned components: the stop policy, the stop-probability estimator, and the reach-avoidance value estimator.
During deployment, the two estimators evaluate the current state over a short recent window. Safe-Stop continues with the stop policy only when all recent estimates satisfy the stoppability condition; otherwise, it switches to the fall policy on the first failed gate.
Results
Citation
@article{safestop2026,
title = {Humanoid Safe Stop via Learned Stoppability Value},
author = {Long, Junfeng and Abbeel, Pieter and Sreenath, Koushil and Horowitz, Roberto and Shi, Guanya and Liu, C. Karen},
journal = {arXiv preprint arXiv:2609.02358},
year = {2026}
}