Open-source foundation models, datasets, and simulation environments from NVIDIA designed to accelerate humanoid robotics and physical AI development.

### Key Features
– **Cosmo World Models:** Open weights foundation models trained on massive video datasets to predict physics-compliant world dynamics and spatial transitions.
– **GR00T Robot Control:** Specialized architectures designed for humanoid manipulation, locomotion, and real-time sensorimotor mapping.
– **Sim-to-Real Datasets:** Curated datasets designed to train robust agents capable of transferring learned simulation behaviors directly to physical hardware.

### Use Cases
– Simulating and training robotic control policies across complex physical environments without risking physical hardware.
– Implementing spatial-temporal reasoning within vision-language-action (VLA) models for autonomous agents.

### Developer Pros & Cons
– **Pro:** High-fidelity physical priors built into the open-weights models, significantly reducing the compute needed to bootstrap robotics projects.
– **Con:** Demands substantial local GPU compute for hosting and fine-tuning, pushing developers toward multi-GPU nodes or cloud orchestration.

_Note: As robotics models scale to process vision, touch, and motor control simultaneously, many physical AI architectures utilize Mixture of Experts (MoEs) to route specialized tasks to specific subnetworks without blowing up the compute budget._

Check out NVIDIA Physical AI Models here 🚀