Robots Atlas>ROBOTS ATLAS
Isaac 0.5

Isaac 0.5

0.5
Perceptron AI's open foundation model for robot learning, uniting multimodal video understanding, embodied reasoning and robot control in one 36B sparse (MoE) model.
✓ Active✓ Public access⚖ Open sourceRobotics foundation modelVision-Language-Action modelMultimodal
Parameters
36B (sparse MoE)
parameters
Release date
26 August 2026
Access:DownloadDeployment:💻 Local📱 On-device

Overview

Isaac 0.5 is an open foundation model for robot learning developed by Perceptron AI (Perceptron, Inc.). It unites multimodal video understanding, embodied reasoning, spatial grounding, task-progress estimation and robot control in a single 36-billion-parameter sparse model. It reads images, video, language instructions, robot state and previous actions, and produces text, normalized coordinates, task-state outputs or robot actions.

Architecture

Isaac 0.5 uses a 36B Qwen-family vision-language backbone with sparse experts (mixture-of-experts). Each MoE 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. Continuous control is handled by a dedicated Flow expert and a 36-block diffusion transformer that generates an action chunk; discrete control uses a separate vocabulary of 2,048 FAST action tokens.

Training

The model was 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. Perceptron also reports a scaling law describing how broad video trades off against expensive teleoperation.

Availability

Model weights are published on Hugging Face under the Apache 2.0 license, while training and inference code, LeRobot integration, a reference policy server and evaluation tools live in the Perceptron Isaac repository on GitHub. The checkpoint is consumed through the Perceptron Isaac repository; direct stock Transformers or LeRobot usage is not currently supported.

Classification
Robotics foundation modelVision-Language-Action modelMultimodal
Access & deployment
Download
LocalOn-device
Weights: Open source
Key parameters
🧩 Parameters: 36B (sparse MoE)
✓ Fine-tuning
📥 Input: text, image, video, robot state data
Robotics
Robot controlRobot manipulationVisual groundingSpatial reasoningSpatial predictionEmbodied task planningScene understandingEnvironment modeling

Technical specification

Parameters
36B (sparse MoE)
parameters
License
Apache 2.0
Features:Fine-tuning
Modalities
⬇ Input
textimagevideorobot_state_data
⬆ Output
textstructured_datarobot_actionsmotion_trajectories

Capabilities and applications

Native model capabilities
Video understanding
The model's ability to analyse and interpret video content — recognising actions, motion, events and relationships between objects over time.
Category: video
Multimodal understanding
Category: multimodal
Image understanding
Analysing and interpreting the content of images.
Category: vision
Object tracking (video)
The ability to track selected objects across consecutive video frames, maintaining their masks/identity despite motion, occlusion and appearance changes.
Category: vision
Vision-language-action grounding
The ability of a VLA model to ground visual perception and a language instruction into a concrete physical robot action. The model understands the scene and intent, then generates an executable action sequence, closing the loop from observation to motion.
Category: robotics
Action conditioning
Controlling model generation via action signals (camera, robot pose, commands, speech) rather than text prompts alone.
Category: multimodal
Cross-embodiment transfer
The ability of a single model to control robots with different morphologies (humanoids, dual-arm rigs, mobile platforms) without training a separate model per platform. Intelligence is decoupled from embodiment, so the same policy runs on hardware with different kinematics and dynamics.
Category: robotics
Real-time inference
The model's ability to generate responses with very low latency (>1000 tokens/sec) on specialized inference hardware (e.g. Cerebras WSE), enabling interactive, turn-by-turn collaboration with a human.
Category: coding
Robotics
Robot controlRobot manipulationVisual groundingSpatial reasoningSpatial predictionEmbodied task planningScene understandingEnvironment modeling