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
Safetensors
Model size
3B params
Tensor type
F32
Β·
BF16
Β·
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

Finetuned
(31)
this model