Downloads · 30 days
713
100% of all-time downloads
PerceptronAI/Isaac-0.5
Isaac-0.5 is a robotics model from PerceptronAI. Use it for the robotics task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
Introducing Isaac 0.5, our open foundation model for robot learning.
Downloads · 30 days
713
100% of all-time downloads
All-time downloads
713
Public
Parameters
35.7B
143 GB on disk
Likes
56
Trending 2
Click a slice to open those files.
.safetensors143 GB · 100%
From the Hugging Face model README
Introducing Isaac 0.5, our open foundation model for robot learning.
Isaac 0.5 brings multimodal video understanding, embodied reasoning, spatial grounding, task-progress estimation, and robot control into one 36-billion-parameter sparse model. It reads images, video, language instructions, robot state, and previous actions, then produces text, normalized coordinates, task-state outputs, or robot actions.
To our knowledge, Isaac 0.5 is the first open model operating at the frontier of multimodal video understanding, embodied reasoning, and robot control.
Read the paper · Download the weights · View the code
This checkpoint is consumed through the Perceptron Isaac repository. Direct Transformers and stock LeRobot usage are not currently supported. It is compatible with Perceptron Isaac commit be6507b.
git clone https://github.com/perceptron-ai-inc/isaac.git
cd isaac
git checkout be6507b4aed7472f2029606c22684d4ebc9d73e6
git submodule update --init --recursive
git -C lerobot fetch origin main
git -C lerobot checkout e12389c1f8f591ad05dced4e284d4e92e48c5df4
cd lerobot
uv sync --locked --extra perceptron_isaac
The pinned repository lockfile defines the supported runtime versions.
Isaac 0.5 is trained on more than 35 robot systems, 100,000 hours of robot experience, one million hours of general video, and three trillion multimodal tokens. Video understanding, spatial grounding, task progress, future-percept prediction, and robot action are co-trained from the beginning on one shared backbone.
Teams can fine-tune Isaac as a robot policy or use its visual outputs inside a planner, controller, or data engine. This model repository provides checkpoint weights and portable runtime manifests. The companion Perceptron Isaac repository provides action-training and inference code, LeRobot integration, a reference policy server, evaluation tools, and reproduction guides.
Isaac 0.5 establishes a scaling law for choosing the mix of broad video and expensive robot demonstrations.
We trained Isaac across a grid of general-video, egocentric-video, UMI, and teleoperation mixtures, then measured action-prediction loss on robot trajectories held out from training. The resulting contours map data mixtures that reach the same held-out action loss.
At a target action loss of 2.50:
This is a 210× reduction in required teleoperation. The result gives teams a practical way to decide when another order of magnitude of video is valuable and when collecting more robot experience matters more.

General video contributes broad coverage of objects, activities, environments, and tasks. Egocentric video adds close-up, task-relevant views of hands, motion, and contact. UMI data connects visual knowledge to manipulation. Teleoperation grounds that knowledge in a specific embodiment and action space. Isaac trains on these sources together so each shapes the representation used for control.

Isaac learns from video by predicting future percepts: compact representations of changes that matter for a task. These include which object moved, how objects are related, whether contact occurred, whether a grasp held, and which stage of a task has been reached.
Targets are derived from later frames, including general video without robot action labels. Given observations through time t, Isaac predicts the percept at a later time t + Δ:
$$ L_{\text{percept}} = \mathbb{E}\left[\ell\left(g_\theta(o_{\leq t}), z_{t+\Delta}\right)\right] $$
Here, o≤t is the observation history and z(t + Δ) is the future percept. This objective trains the same backbone Isaac uses to produce actions.
Isaac uses a 36B Qwen-family vision-language backbone with sparse experts. Text, vision, time, robot state, and action history enter one shared sequence.
The autoregressive interface produces text, normalized coordinates, task-state outputs, and discrete actions. Discrete control uses a separate vocabulary of 2,048 FAST action tokens. For continuous control, backbone states condition a dedicated Flow expert and 36-block diffusion transformer that generates an action chunk.
Each mixture-of-experts layer gives every token access to 256 learned experts and a null route. A token may use zero to eight routed experts, while a shared expert and residual path remain active. This lets Isaac vary routed compute across visual, language, state, and action tokens. The checkpoint contains 36B parameters in total.

We evaluate the same Isaac checkpoints across multimodal video understanding, spatial grounding, held-out action prediction, and closed-loop robot control.

Up and to the left is better. Ringed Isaac 0.5 results sit on the frontier; hollow markers are dominated.
| Model | Robot training scope | Obs. steps | RTC-trained | Prev. actions | Mistake modeling | Non-robot video | Flow expert | Open source |
|---|---|---|---|---|---|---|---|---|
| Isaac 0.5 | 35 embodiments | 1–3 | Yes | Yes | Yes | Yes | Yes | Yes |
| π0.5 | ~7 robots | 1 | No | No | No | Yes | Yes | Yes |
| Qwen-VLA | ~10 robots | 1+ | No | No | No | Yes | Yes | No |
| LingBot-VLA | 9 robots | 1 | No | No | No | No | Yes | Yes |
| MolmoAct2 | ~5 embodiments | 1 | No | No | No | Yes | Yes | Yes |
| SmolVLA | 1 embodiment | 1 | No | No | No | No | Yes | Yes |
| Octo | 25 datasets | 2 | No | No | No | No | No | Yes |
| OpenVLA | Not reported | 1 | No | No | No | No | No | Yes |
Isaac 0.5 can be fine-tuned on new demonstrations, used as a visual backbone inside a larger embodied system, or deployed as an action policy through LeRobot or our reference server.
This model repository provides:
The companion Perceptron Isaac repository provides:
Open models are essential to robotics progress. The weights and portable manifests are published here; code, interfaces, evaluation tools, and deployment guides are maintained in the companion Perceptron Isaac repository.
For help deploying Isaac on your infrastructure, contact sales@perceptron.inc.