Horizon Robotics posts 300 FPS sim2real model
- Horizon Robotics unveiled an AI model running 300 FPS on edge hardware that transfers simulated humanoid motion to real robots without extra tuning. - Interesting Engineering reported the model narrows the sim‑to‑real gap, reducing the delay between human-like motion prediction and robot response in deployment. - Faster sim2real could substantially speed humanoid development by reducing per-robot tuning cycles and test costs. (x.com)
Horizon Robotics’ new humanoid-control model matters less because “300 FPS” is a flashy number and more because of what that number says about where the control loop runs. If the company’s claims hold up, HoloMotion-1 is not just a bigger policy for simulated demos. It is a motion model built to stay on-device, react at control speed, and move from simulation into a physical humanoid without task-specific retuning. Horizon described it as an open-source “robot cerebellum” model for whole-body humanoid control, and the technical report says it transfers directly to a real humanoid robot in zero-shot fashion. (arxiv.org) That combination is the point. A lot of humanoid work still breaks at the handoff between training and deployment. Teams can get strong behavior in simulation, then spend weeks or months fixing contact mismatches, latency issues, actuator quirks, and policy instability on the real machine. Horizon’s pitch is that HoloMotion-1 narrows that sim-to-real gap by training on a large hybrid motion corpus and packaging the policy so it can run in real time on edge hardware. (arxiv.org) The architecture helps explain why Horizon is emphasizing both scale and speed. The company’s GitHub documentation says HoloMotion uses a reference-conditioned Mixture-of-Experts Transformer and an optimized training-to-deployment pipeline, while the technical report says the system combines curated motion-capture data, in-house motion data, and video-reconstructed “in-the-wild” motions. That matters because humanoids do not fail only on clean lab motions; they fail on messy transitions, unusual timing, and poses that were never captured in a studio. (github.com) The “300 FPS” claim also needs context. Horizon’s repository says HoloMotion v1.3 improved policy inference from about 100 FPS to about 300 FPS while scaling from 60 million to 0.4 billion parameters and from 80 to more than 2,000 hours of motion data. Interesting Engineering separately reported a 4-billion-parameter HoloMotion-1 model running at 300 FPS on edge devices. The most defensible read is that Horizon is discussing a family of models and deployment variants rather than one simple benchmark number. (github.com) Why should anyone care about 300 FPS at all? Because faster inference is not just about smoother motion. In humanoid control, latency eats into stability margins. A policy that updates quickly on-device can respond faster to balance changes, tracking error, and contact events. Interesting Engineering said the model is aimed at reducing the delay between human-like motion prediction and robot response, and Horizon’s report says the system is designed to remain deployable for real-time control on physical humanoids. (interestingengineering.com) There is also a development-workflow angle. If a model can transfer to real hardware without per-task or per-robot fine-tuning, teams can spend less time rebuilding the same controller stack for each embodiment and more time testing higher-level behaviors. That does not remove hardware integration work, safety validation, or reward-design problems. But it can shorten one of the slowest parts of humanoid development: the loop from simulation success to stable behavior on an actual robot. That is an inference from Horizon’s zero-shot transfer claims and the report’s emphasis on deployment without task-specific fine-tuning. (arxiv.org) The near-term thing to watch is not hype videos. It is whether outside teams actually use the open-source release, reproduce the edge-speed claims, and show transfer on robots beyond Horizon’s own setup. Horizon’s GitHub repo and technical report are the places to track that next. (github.com)