Models and Datasets#
Use these Hugging Face assets when you want to start from NVIDIA-provided data or checkpoints instead of collecting every demonstration and training every model from scratch.
Simulation Workflow#
Asset |
Hugging Face Link |
Use It When |
|---|---|---|
Simulation dataset |
You want to skip simulation teleoperation data collection and start from a provided HDF5 dataset. |
|
Model trained on simulation dataset |
You want to skip simulation post-training and evaluate a provided GR00T checkpoint in Isaac Lab-Arena. |
Real Robot Workflow#
Asset |
Hugging Face Link |
Use It When |
|---|---|---|
Real robot dataset |
You want to inspect or train from NVIDIA-provided Unitree G1 apple-to-plate demonstrations in LeRobot format. |
|
Model trained on real dataset |
You want to start from a provided real-robot apple pick-and-place model instead of fine-tuning one yourself. |
Format Notes#
The simulation dataset starts from HDF5 recordings and is converted to LeRobot format inside the simulation workflow.
The real robot dataset is published in LeRobot format for the Unitree G1 apple-to-plate task.
The model assets are intended as starting points or skip paths. Match the model, dataset, embodiment, and deployment configuration before running a policy on hardware.