#26 · Primary category: Robotics & Embodied AI Simulation
alpamayo
NVIDIA Alpamayo 1 Nano is an open 10B reasoning VLA model for autonomous vehicles that pairs driving trajectories with Chain-of-Causation reasoning.
Project last updated:08/29/26
GitHub Stars
2.0K
Forks
337
Contributors
11
License
Apache-2.0
Why we included this project
Alpamayo 1 takes a different angle on autonomous driving by casting it as a reasoning problem rather than a straight perception-to-action mapping. The roughly 10B vision-language-action transformer takes multi-camera RGB frames, egomotion history, and text commands, then outputs both a natural-language Chain-of-Causation explanation and a 6.4-second future trajectory in the ego vehicle's coordinate frame. That interpretable layer is what makes it worth studying: you get not just predicted waypoints but the reasoning behind them, which helps debug tricky cases like cut-ins or complex intersections. The diffusion-based trajectory decoder and the tight coupling of reasoning text with control output are the parts researchers and robotics engineers are most likely to borrow. One caveat: this repo is now the v1 reference; active development and fine-tuning recipes live in the newer Alpamayo hub, so check there before starting new work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.