so101-pen-in-box-v2-policy
Task: Pick up the pen and place it in the box
Embodiment: GR1 (single_arm + gripper)
Modalities: front camera, wrist camera, robot states/actions (5 DoF arm + gripper)
π¦ Checkpoints
| Step | Subfolder | Notes |
|---|---|---|
| 3000 | checkpoints/step-3000 |
early |
| 5000 | checkpoints/step-5000 |
mid |
| 7000 | checkpoints/step-7000 |
mid |
| 10000 | checkpoints/step-10000 |
latest (recommended) |
ποΈ Data
- Dataset:
c299m/so101-pen-in-box-v2 - Modality config:
so100_dualcam(front + wrist) - Annotation: single task description: βPick up the pen and place it in the box.β
π Quickstart
from transformers import AutoModel # replace with concrete class if needed
repo_id = "c299m/so101-pen-in-box-v2-policy"
sub = "checkpoints/step-10000" # or step-3000/5000/7000
model = AutoModel.from_pretrained(repo_id, subfolder=sub)
model.eval()
- Downloads last month
- 6
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for c299m/so101-pen-in-box-v2-policy
Base model
nvidia/GR00T-N1.5-3B