Open-weights release,
Griffin AlphaA robust and extensible robot foundation model.
Griffin Alpha is a robot foundation model built for different robots, long tasks and changing environments. We’re releasing its open core, Griffin Alpha-S, alongside CleanBench, our benchmark for real-world cleaning tasks.
Our belief
What a deployable robot foundation model has to be
We build robots for facilities work. That sets three requirements for a model we can deploy.
Embodiment-agnostic by construction
Robots differ in kinematics, cameras and proprioception. The knowledge that transfers between them, how objects behave, how to approach a grasp, what a failing task looks like, is not specific to any one machine, so the model should not be either.
Stable over long horizons
Real work is minutes of dependent steps. The fifth action only makes sense given the first four, and one early mistake invalidates everything after it. A skill that lasts a few seconds demonstrates a component of the job rather than the job.
Robust to a change of domain
Lighting shifts, clutter accumulates, backgrounds change and objects sit a few centimetres off. A policy that loses most of its performance under those changes cannot be left to run a shift.
Approach
How we built it
Griffin Alpha pairs a Qwen3-VL 4B vision-language backbone with a flow-matching action expert. One set of weights supports multiple robots and both joint-space and end-effector actions.
Stage one: next-token prediction. We extend Qwen3-VL 4B11 with action and proprioception tokens, then pre-train it to predict subtasks and action chunks from images, instructions and robot state1,2.
Stage two: continuous actions. A flow-matching expert3,10 reads the backbone’s per-layer keys and values alongside its own.
A general pre-training mixture
Pre-training combines open-source robot corpora8 with our own data: dual-arm mobile manipulators, single-arm platforms, simulation and egocentric video. We weight each corpus for the variety of robots, tasks, rooms and lighting it adds.
Pre-training mixture by embodiment
Public simulation
LIBERO
On LIBERO’s long-horizon suite, the hardest of the four, Griffin Alpha-S scores 94.0 to π0.5’s2 93.0.
On the four-suite average it ties π0.5 at 96.8, level with the state of the art.
Public simulation, domain shift
RoboTwin 2.0
RoboTwin 2.0, a second reading
Robustness to domain shift
Alpha-S loses 22.7% of its clean-scene score under domain shift, versus 34.9% for π0.5. This is the smallest relative drop among the 11 VLAs shown; excluded entries GigaBrain-0.7 and OLA-Sem lose less.
CleanBench
Introducing CleanBench
Three cleaning tasks on bimanual Piper arms, scored on the quality of the finished job.
Bimanual Piper and Mobile ALOHA account for 2% of pre-training samples, all simulated. The physical robots, configurations and cameras used here were absent from pre-training.
Clearing a sink countertop
Rigid objects, on arms the model saw only in simulation and in a different configuration. Pick up each item, put it where it belongs, leave the counter clear.
Folding clothes
Deformable objects. A shirt has no canonical pose and its appearance changes as it is handled, so no two attempts look alike.
Clearing a dining table
Long horizon on a cluttered tabletop, and the one task that needs both arms together: objects are passed from one arm to the other, and the policy has to track what it has already moved.
Score, by task
Sink countertop cleanup
Attempts passed, of 2020 attempts. A pass requires every item in its designated place and a clear counter.
Clothes folding
Attempts passed, of 2020 attempts. A pass requires a neatness score of at least 4 out of 5.
Clear a dining table
Points, of 15 · Time to clear20 attempts, scored out of 15: one point per correctly placed object, plus points for handoffs and emptying dishes before racking. We report mean score and mean time from first motion to final placement, capped at three minutes.
Countertop precision. Both models complete all attempts. On held-out episodes, Griffin Alpha-S tracks trajectories to within 1.5% of joint range, more than halving error against both baselines. It also trains faster than π0.5 under the same recipe and hardware.
Table-clearing speed. Scores are similar: 12.6/15 for Griffin Alpha-S and 12.8/15 for π0.5. Alpha-S finishes in 2:15 versus 2:43—17% less time—with fewer regrasps and less hesitation in the recordings.
We’ll expand CleanBench with more tasks and use recorded failures to guide model development.
What’s next
Extending Alpha into World Action Models
All results here use Griffin Alpha-S: the backbone and action expert. Our World Action Models extend that core for deployment.
World models, sensor encoders, planners and memory can attach to the same backbone. The modules change with the job; the core weights remain fixed.
We make deployable robots
Let Griffin Alpha work for you.
We adapt Griffin Alpha and robot hardware to your facility’s tasks. Get in touch to discuss a deployment.
Contact usHelp build the next model, benchmark and robot deployment. We’re hiring engineers and researchers to work on real hardware.
We’re hiringReferences
- 01Black, K. et al. π0: A vision-language-action flow model for general robot control. Physical Intelligence, 2024. arXiv:2410.24164.
- 02Physical Intelligence et al. π0.5: A vision-language-action model with open-world generalization. 2025. arXiv:2504.16054.
- 03Pertsch, K. et al. FAST: Efficient action tokenization for vision-language-action models. 2025. arXiv:2501.09747.
- 04Hung, C.-Y. et al. NORA: A small open-sourced generalist vision language action model for embodied tasks. 2025. arXiv:2504.19854.
- 05Hung, C.-Y. et al. NORA-1.5: A vision-language-action model trained using world model- and action-based preference rewards. 2025. arXiv:2511.14659.
- 06Liu, B. et al. LIBERO: Benchmarking knowledge transfer for lifelong robot learning. NeurIPS 2023. arXiv:2306.03310.
- 07Chen, T. et al. RoboTwin 2.0: A scalable data generator and benchmark with strong domain randomization for robust bimanual robotic manipulation. 2025. arXiv:2506.18088.
- 08Open X-Embodiment Collaboration. Open X-Embodiment: Robotic learning datasets and RT-X models. 2023. arXiv:2310.08864.
- 09RoboTwin Platform. RoboTwin 2.0 leaderboard. robotwin-platform.github.io/leaderboard (opens in a new tab). Accessed 10 September 2026.
- 10Lipman, Y. et al. Flow matching for generative modeling. ICLR 2023. arXiv:2210.02747.
- 11Qwen Team. Qwen3-VL technical report. Alibaba, 2025. arXiv:2511.21631.