A new stress test framework puts a robot's simulation trained control software through thousands of randomized scenarios and only clears it for real world use if the robot stays inside a safety boundary set in advance.
Can a robot trained in simulation survive the real world? A new arXiv preprint proposes a stress test designed to answer that question before any sim-trained policy is allowed near a real robot.
The framework, called LyEvO, wraps three ingredients into one loop. It starts with prior knowledge of the robot's physics, then uses Lyapunov analysis, a standard tool for arguing a system will not drift into unsafe states, to compute a "stability region": a boundary for the conditions under which a controller is unlikely to behave unsafely. From inside that region, the system draws operational scenarios, jointly optimizes a policy, and runs statistical model checking, replaying the controller thousands of times to estimate the probability of failure. If the policy holds, the region expands; if it fails, the region stays.
The authors position the loop as a practical criterion for deployment readiness: rather than trusting that a simulation looks right, the policy has to clear a probabilistic safety bar before real-world release.
Evaluation is reported on two classroom-scale benchmarks (Cartpole, a one-rail balancing task, and a 3D quadrotor) plus targeted real-world experiments described in the preprint's HTML version. The authors claim safe and robust sim-to-real transfer.
The framing has limits. The work is a preprint, not peer-reviewed. The benchmarks are simple by robotics standards, and the abstract offers no quantitative success rates, region-expansion counts, or sample-efficiency figures. Transfer to industrial, contact-rich, or human-facing robots is not addressed. LyEvO is one proposed bridge across the sim-to-real gap, not a solved one.