Reward AI Releases OM-1: A Robot Policy Trained on Human Demonstrations Only, With No Teleoperation or On-Robot Data
Reward AI, a robotics startup whose team’s prior work includes DexCap, HumanPlus, and ALOHA, has released OM-1, short for Omnibody Model 1. OM-1 is a general-purpose manipulation policy that learns from humans wearing a sensorized glove, then runs on industrial arms and humanoids at human speed. The key findings that stands out: no teleoperation data and no on-robot data go into training. The system follows one principle, ‘One Model, One Data Interface, Any Body,’.
Is it deployable? No, OM-1 is Reward AI’s in-house policy. No weights, code, dataset, or API have been released, so developers cannot run it on their own hardware yet.
Why Skip Robot Data?
Most robot foundation policies train on teleoperated or self-collected robot data, which binds the dataset to one embodiment. Reward AI argues that human-level manipulation will not come from more of this data or more compute, citing Anderson’s “More Is Different.” Instead, capture, learning, and control are designed as one pipeline, so demonstrations recorded today can train robot bodies that do not exist yet.
Omnibody Hand: A 7-DoF Wearable
The stack begins with Omnibody Hand, a wearable that extends the team’s earlier DexCap work on portable motion capture. Rather than copying the human hand joint by joint, it is a seven-degree-of-freedom design built around the functions that matter: choosing contact points, reorienting objects in-hand, and moving between precision and power grasps. It captures thumb-index pinching, thumb and index flexion, and coupled motion of the middle, ring, and little fingers at the MCP joints.
Ergonomics is treated as a data-quality issue: a device that slips or constrains the wearer produces a compensated grasp. A distal flexion mechanism absorbs differences in finger length, so no per-user adjustment is needed.
One Data Interface: Capturing Contact at Human Speed
One Data Interface turns wearer motion into training data with no staged setup and no supervisor. The design target is conveyor-belt sorting, where a person spots, grasps, and tosses an object in a fraction of a second. To cover the whole interaction, the glove combines high-frequency tactile sensing, proximity sensing for the pre-contact approach, and global-shutter in-hand cameras that hold context through rapid motion.
Hand pose tracking is where Reward AI reports its first quantitative result. Visual-inertial tracking is the common default, but its accuracy at fast reversals is capped by the visual update rate. Reward AI augments it with electromagnetic sensing plus disturbance compensation. Moving both trackers between two mechanical stops at eight speeds from 3 to 67 cm/s, averaged over ten runs each, electromagnetic tracking rose from about 0.4 mm to 9.5 mm of mean overshoot error, while visual-inertial rose from about 2.1 mm to 24.9 mm: a 60% reduction at the highest speed, with a narrower run-to-run spread. Force is recorded along the same trajectory, so demonstrations carry effort as well as path.
OM-1: One Policy, Single-Stage Training
OM-1 learns to generate robot actions directly from human motion rather than routing behavior through an intermediate robot. Because every demonstration arrives in the same format, there is no split between pre-training and post-training: the first demonstration ever recorded and the newest one train a single policy in a single stage.
Inputs are the glove’s multimodal streams: images, tactile signals, inter-finger proximity, and hand pose trajectories. Each modality is processed at its sensor’s native sampling rate rather than downsampled to a common frequency, so high-frequency tactile and motion cues survive alongside lower-frequency vision. Outputs carry motion direction, speed, force, and the timing of events such as grasp initiation. Reward AI says it built a novel architecture for efficient inference, though architectural details and parameter counts are not disclosed.
Control Any Body: An RL Layer on Its Own Clock
Below the policy sits a high-frequency control layer trained with reinforcement learning in simulation to handle velocity- and acceleration-dependent dynamics, external disturbances, and system delays. Where a classical controller pushed off its reference by an unexpected load never recovers, this layer holds the reference and settles back, which is what lets a robot open a fully closed refrigerator door or lift boxes of unknown weight.
The control layer runs on its own clock, continuing while the policy computes the next actions, so inference latency never stalls motion. Because successive predictions may not join smoothly, it optimizes the transition between them online. The same action space covers manipulation and navigation for mobile robots.
Results
Reward AI reports that OM-1 picks up a brand-new task, including challenging dynamics and long horizons, from less than 30 minutes of human data, and attributes this to the integrated stack rather than the policy alone. Its about page states that all published clips run at 1x speed and that the model spans arms, legged humanoids, and wheeled mobile manipulators. No success rates, public-baseline comparisons, or paper have been released, so these claims are demonstration-backed rather than benchmark-backed.
Key Takeaways
- OM-1 trains only on human demonstrations from a wearable 7-DoF glove; no teleoperation or robot data.
- Electromagnetic tracking cut mean overshoot error 60% at 67 cm/s versus visual-inertial (9.5 mm vs 24.9 mm).
- Each sensor stream keeps its native rate; the RL control layer runs on its own clock.
- A new task is learned from under 30 minutes of data, per Reward AI.
Check out the Technical details here. All credit goes to the researcher of this project. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
The post Reward AI Releases OM-1: A Robot Policy Trained on Human Demonstrations Only, With No Teleoperation or On-Robot Data appeared first on MarkTechPost.