- The paper introduces λ-Reachability, a geometric-horizon safety Bellman approach that quantifies future safety in high-dimensional humanoid robots.
- It demonstrates significant improvements in early violation prediction and reduced false positives in balance-critical and collision-avoidance tasks through multi-step value propagation.
- The method unifies elements of control barrier functions and Hamilton-Jacobi reachability, enabling scalable, efficient, and real-time safety certification in perception-rich environments.
λ-Reachability for High-Dimensional Humanoid Safety
The paper "λ-Reachability: Geometric-Horizon Safety Bellman Equations for Humanoid Safety" (2606.16022) introduces a scalable safety value learning approach for high-dimensional robotic systems, with an emphasis on humanoid robots in balance-critical and collision-avoidance tasks. The central problem addressed is the synthesis and inference of safety value functions, Vπ(x), that quantify the future safety of a policy π with respect to a state-wise safety signal ℓ(x), typically defined so that ℓ(x)>0 corresponds to a violation.
Persistent safety, or the guarantee that a robot remains in the safe set XS={x∣ℓ(x)≤0} for all future trajectory steps, is foundational in safety-critical control. The safety value function formalizes this as a worst-over-future metric:
Vπ(xt)=supk≥tℓ(xk)
which is the principal object in Hamilton-Jacobi (HJ) reachability and control barrier function (CBF) synthesis.
Limitations of Traditional Bellman Approaches
Standard approaches—such as sum-of-squares (SOS) programming, neural barrier function fitting, and PDE-based HJ solvers—scale poorly in high dimensions. Neural CBF approaches do not guarantee global satisfaction of barrier conditions without expensive continuous-state verification. Grid-based HJ methods are intractable due to exponential scaling. Discounted safety Bellman operators, enabling TD/Q-learning [fisac2019bridging], overcome the contraction deficiency of the undiscounted safety Bellman but propagate information inefficiently because updates are one-step bootstraps, leading to slow and potentially unstable learning in high-dimensional, perception-rich tasks.
The paper argues that Monte Carlo supervision or multi-step targets would increase value accuracy and propagation efficiency, but complete trajectories are impractical in online learning and real hardware environments.
λ-Reachability: Stochastic Multi-Step Safety Bellman
To address these deficiencies, the authors propose λ-Reachability, a stochastic multi-step estimator analogous to TD(λ0) [sutton1988td], but tailored to the safety value context. The approach defines a geometric-horizon Bellman operator with a randomly absorbed terminal, controlled by parameters λ1 (effective lookahead) and λ2 (probability of bootstrapping from the value function at terminal):
λ3
where λ4 is geometrically distributed (λ5), and the terminal is randomly absorbed with probability λ6. This interpolates between one-step TD (λ7), long-horizon bootstrapping (λ8), and Monte Carlo evaluation. The approach is formalized and proven to induce a contraction mapping under suitable parameter choices, enabling temporal-difference learning convergence.
Theoretical Properties
The stochastic multi-step Bellman operator admits a contraction under λ9, Vπ(x)0, and as Vπ(x)1, recovers the undiscounted reachability objective. Critically, the decoupling of contraction and value approximation accuracy via independent Vπ(x)2 and Vπ(x)3 enables annealing towards unbiased high-horizon estimates without sacrificing training stability, unlike classic discounted or bootstrapped approaches.
Experimental Evaluation: Simulation and Hardware
The method is benchmarked on three safety tasks (G1Flat, G1Rough, G1Collision) using a high-dimensional Unitree G1 humanoid, with complex balance and collision-avoidance objectives. Policies are trained in RL environments with rich observations, including proprioceptive and perception-based inputs.
Key quantitative outcomes:
In hardware deployment, π2-Reachability, trained in simulation and applied to physical data, maintains superior early warning and low error metrics compared to DPE, even under domain shifts and sensor noise, though optimal π3 value must be traded off against robustness.
Figure 2: Humanoid safety tasks visualized; color coding indicates proximity to violation, with π4-Reachability enabling accurate margin prediction.
Geometric-Horizon Control and Safety Set Classification
π5 provides an explicit horizon control, directly mapping to a policy's predictive safety horizon. The approach unifies CBF-style invariance supervision and HJ local consistency, allowing interpolation from offline, global safety certificates to efficient online learning.


Figure 3: G1Flat task setup illustrating high-dimensional proprioceptive state for balance-critical locomotion.
Implications for Scalable Safe Robotics
The proposed method substantially improves margin and boundary estimation in high-dimensional, perceptual robotic systems, enabling scalable safety certification and monitoring suitable for both simulated and real-world deployment. The geometric-horizon mechanism supports tractable online learning from partial trajectories and robust value propagation for complex robot-environment interactions.
Practically, π6-Reachability can be integrated into actor-critic RL algorithms to explicitly maximize safety value, thereby refining safe sets and failure recovery triggers in policy optimization. The accurate safety margins derived facilitate the correct scaling of safety-constrained operations (e.g., barrier gradients for safe control, collision alarms, robust constraint enforcement), critical for real-time safety in dynamic manipulation, navigation, and human-robot interaction.

Figure 4: Additional hardware experiment results demonstrate predictive safety margin estimation under external disturbances.
Conclusion
π7-Reachability introduces a theoretically sound and empirically validated approach to scalable safety value learning for high-dimensional robotic systems. By enabling geometric-horizon interpolation between local and global max-backups, it achieves efficient, accurate propagation of safety information and early warning of violations, outperformed traditional one-step bootstrapped baselines both in simulation and hardware. The methodology opens new directions for generalizing safe control and RL in humanoids and complex perceptual environments, with further research needed on bias-robustness tradeoffs in truncated horizon sampling and adaptation to noisy online settings.