GR00T Policy Fine-tuning
Unleash advanced robotic control with GR00T Policy Fine-tuning. Ready to experience the power of AI? Start your journey here!
🚀Function Overview
A pipeline for fine-tuning NVIDIA's GR00T-N1 foundation model on LeRobot-formatted datasets to generate robotic control policies.
Key Features
- Fine-tunes robotic control policies using GR00T-N1
- Supports LeRobot v2.0+ datasets with 1-2 cameras and 6-DoF robots
- Automatically pushes trained models to Hugging Face Hub
- Integrates with Weights & Biases for training tracking
- Configurable training parameters (batch size, epochs, learning rate)
Use Cases
- •Creating customized robotic control models
- •Research in reinforcement learning for robotics
- •Adapting foundation models for specific robot configurations
- •Training automation pipelines for AI-driven robotics
⚙️Input Parameters
dataset_repo_id
stringHugging Face dataset ID to train on, LeRobot format > v2.0 expected, i.e. 'LegrandFrederic/dual-setup'
hugging_face_token
stringHugging Face API token, needed to download your dataset and upload your model. Please use a fine grained token with Repository write access.
wandb_api_key
stringWeights & Biases API key (optional, to track the online training), find yours here: https://wandb.ai/authorize
hf_model_name
stringHugging Face model name to upload the trained model to (optional). If not provided, a random name will be generated.
batch_size
integerBatch size for training
number_of_epochs_to_train_for
integerNumber of epochs to train for
learning_rate
numberLearning rate for training
modal_token_id
stringModal token ID, if you don't know what this is, leave it empty
modal_token_secret
stringModal token secret, if you don't know what this is, leave it empty
💡Usage Examples
Example 1
Input Parameters
{ "batch_size": 32, "learning_rate": 0.0002, "dataset_repo_id": "00ri/so100_battery", "hugging_face_token": "[REDACTED]", "hugging_face_model_name": "00ri/so100_battery-ovrr0igj39", "number_of_epochs_to_train_for": 10 }
Quick Actions
Technical Specifications
- Hardware Type
- A100 (80GB)
- Run Count
- 263
- Commercial Use
- Unknown/Restricted
- Pricing
- roughly $10 per training run
- Platform
- Replicate