Analysis updated 2026-05-18
Run the SO-101 Bench robot manipulation benchmark in simulation without owning physical hardware.
Evaluate a GR00T-N1.6 or MolmoAct2 AI policy on standardized pick and place tasks.
Test how well a vision language action model generalizes to objects it has never seen before.
| kabilankb/so101_bench_quickstart | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | hard |
| Complexity | 5/5 | 4/5 | 4/5 |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker plus a GPU capable of running Isaac Lab simulation and the GR00T or MolmoAct2 model weights.
This repository packages an existing research project, SO-101 Bench, into a ready to run Docker setup so it can be launched with a single command instead of manually configuring a complicated simulation environment. SO-101 Bench itself studies how well AI models that combine vision, language, and robotic action, sometimes called vision language action models, can understand spoken instructions and then carry them out with real physical precision using a small robot arm called the SO-101. The underlying benchmark recreates a tabletop scene with a plastic bin and dozens of household objects inside Isaac Lab, a physics simulator, so that the same four tasks used in a real world robot study can be tested safely and repeatably in software instead. The four tasks are placing an object in a bin, placing an object next to another one, placing an object between two others, and moving an object in a stated direction. Objects are split into ones the AI model has already seen during training, ones from a familiar category but a new specific object, and ones from a completely new category, to test how well the model generalizes. According to the original paper's real robot results included here for background, the AI model performs well on simple, familiar tasks but struggles noticeably once tasks require precise spatial reasoning, multiple objects, or unfamiliar items, suggesting that these models currently understand language better than they can physically execute on what they understand. This particular repository adds the Docker packaging, evaluation scripts for running the GR00T and MolmoAct2 AI models against the simulation, tools for controlling the robot with an Xbox controller, replaying recorded data, and scoring results, along with a document listing the setup fixes needed to get the original project running cleanly from a fresh clone.
A one command Docker setup for running a simulated robot arm benchmark that tests how well AI models turn instructions into precise physical actions.
Mainly Python. The stack also includes Python, Docker, Isaac Lab.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.