Unitree's latest humanoid control system, an "omni" model the Chinese robotics maker is rolling out across its humanoid line, is built to handle something most robot controllers still can't: getting interrupted mid-motion. Push a Unitree robot off balance in the middle of a walk cycle under the old approach and it either falls or freezes, because the controller was trained on continuous, uninterrupted sequences and has no learned response to a mid-stride shove. The new model folds recovery behavior into the same policy that handles walking and manipulation, so a stumble is treated as just another state to plan out of rather than a failure the system was never shown.
The mechanism is the interesting part. Traditional humanoid controllers are trained on motion-capture data of clean, complete actions: stand up, walk forward, pick up an object. A disturbance mid-action puts the robot in a body position the training data never included, which is why recovery has historically needed a bolted-on separate module. Unitree's fix, per the company's own release, is to train the single policy on a much wider spread of interrupted and off-balance states so that "get knocked over, get back up" is inside the same statistical distribution as "walk normally," not a special case. That is a training-data and simulation-coverage problem, not a hardware one, which is why it can ship as a software update to existing Unitree hardware rather than a new robot. The demo stage is company-released video, not third-party benchmarking, and the next gate is an independent lab or competition (RoboCup-style humanoid trials are the obvious venue) putting an unscripted, human-applied shove in front of the robot and publishing the recovery rate.