Robotics
LeRobot
Safetensors
smolvla
so101

SmolVLA — object top shelf (SO101)

Fine-tuned SmolVLA policy for placing an object on the top shelf with a SO101 arm (6D joint-space actions, 3 cameras).

Trained and pushed with LeRobot. See LeRobot Docs.


How to use

Fine-tune further

lerobot-train \
  --policy.path=pravsels/smolvla_object_top_shelf \
  --dataset.repo_id=${HF_USER}/mydataset \
  --batch_size=64 \
  --steps=20000 \
  --output_dir=outputs/train/my_smolvla \
  --job_name=my_smolvla_training \
  --policy.device=cuda \
  --wandb.enable=true

Run on robot

lerobot-record \
  --robot.type=so101_follower \
  --robot.port=/dev/ttyACM0 \
  --robot.id=my_follower_arm \
  --robot.cameras="{ top: {type: opencv, index_or_path: 0, width: 640, height: 480, fps: 30}, wrist: {...}, front: {...} }" \
  --dataset.single_task="Place the object on the top shelf." \
  --dataset.repo_id=${HF_USER}/eval_object_top_shelf \
  --dataset.episode_time_s=50 \
  --dataset.num_episodes=10 \
  --policy.path=pravsels/smolvla_object_top_shelf

Model Details

  • License: apache-2.0
Downloads last month
56
Safetensors
Model size
0.5B params
Tensor type
F32
·
BF16
·
Video Preview
loading

Model tree for pravsels/smolvla_object_top_shelf

Finetuned
(6531)
this model

Dataset used to train pravsels/smolvla_object_top_shelf

Paper for pravsels/smolvla_object_top_shelf