ASPIRE is a new type of continual learning: "training" is skill refinement instead of gradient descent.
"Trained model" is a repo of sensorimotor skills instead of floating weights.
“Distributed training” is a panel of agents each practicing a different skill instead of sharded minibatches.
To get started with ASPIRE, launch a coding agent such as Codex or Claude Code and enter the following prompt:
Clone the repo: https://github.com/NVlabs/ASPIRE/, Read AGENTS.md and
run the complete ASPIRE LIBERO-Pro Goal-Swap Quick Start for all ten
tasks in the libero_goal_swap suite.
Before executing, report the required GPUs, credentials, gated weights,
services, expected runtime, seed partitions, and output paths. Wait for
my confirmation before launching. Do not access real-robot code.
The canonical procedure for a quick start is aspire/sim/.claude/libero/fix-loop/QUICKSTART.md. The agent must complete preflight and wait for confirmation before installing dependencies, starting services, or launching trials.
Reference agent environments: ASPIRE is coding-agent agnostic. Our simulation workflow is packaged for reproduction with Claude Code with Opus 4.6 1M, while the real-robot agent experiments were conducted with Codex. All coding agents can follow the model-neutral instructions in AGENTS.md, although orchestration behavior may differ.
Name the suite and experiment explicitly. If neither is named, the agent should present this table and stop for selection.
| Suite | Experiment | Runbook | Video |
|---|---|---|---|
| LIBERO-Pro | Fix Loop | libero/fix-loop/ |
fix-loop-iterative-debugging.mp4 |
| Robosuite | Fix Loop | robosuite/fix-loop/ |
|
| BEHAVIOR-1K | Fix Loop | behavior/fix-loop/ |
|
| LIBERO-Pro | Evolutionary Search | libero/evosearch/ |
Evolutionary_search.mp4 |
| Robosuite | Evolutionary Search | robosuite/evosearch/ |
|
| LIBERO | Zero-Shot Transfer | libero/zeroshot-transfer/ |
Skill_Library_Scaling_ZeroShot_Transfer.mp4 |
| LIBERO-Long-Pro | Library-Size Scaling | libero/library-size-scaling/ |
|
| LIBERO-Long-Pro | Inference-Time Scaling | libero/inference-time-scaling/ |
|
| Robosuite | Training Law | robosuite/training-law/ |
|
| YAM Bimanual | Sim-to-Real | aspire/real/ |
Sim-to-Real.mp4 |
Before a paper-scale launch, the agent must report the selected tasks, seed schedule, expected trial count and runtime, GPU and credential requirements, services, and output paths, then wait for explicit confirmation.
Warning
ASPIRE executes language-model-generated Python with full import access. Trial processes and watchdogs are not a security sandbox. Run generated code on an isolated host without credentials or sensitive mounts, restrict network access, and never grant a simulation agent access to physical hardware. Real-robot work requires the controls in aspire/real/AGENTS.md and separate operator authorization.
Start with CONTRIBUTING.md. Third-party contributions must include a Developer Certificate of Origin sign-off.
ASPIRE material owned by NVIDIA or contributed under the project license is available under the Apache License 2.0. Third-party materials retain their original terms. See NOTICE and the central licensing and compliance index before using or redistributing the full stack.
If you find ASPIRE useful in your research, please cite:
@article{lu2026aspire,
title = {ASPIRE: Agentic /Skills Discovery for Robotics},
author = {Runyu Lu and Yubo Wu and Ethan Kou and Letian Fu and Wenli Xiao and
Ajay Mandlekar and Yinzhen Xu and Guanya Shi and Ken Goldberg and
Ang Chen and Mosharaf Chowdhury and Yuke Zhu and Linxi "Jim" Fan and Guanzhi Wang},
year = {2026},
journal = {arXiv preprint arXiv:2607.00272},
url = {https://arxiv.org/abs/2607.00272}
}ASPIRE was developed by researchers from NVIDIA, the University of Michigan, the University of Illinois Urbana-Champaign, UC Berkeley, and Carnegie Mellon University.
