Instructions to use alexhegit/so101-simstudio-lab01-pnp-smolvla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use alexhegit/so101-simstudio-lab01-pnp-smolvla with LeRobot:
# See https://github.com/huggingface/lerobot?tab=readme-ov-file#installation for more details git clone https://github.com/huggingface/lerobot.git cd lerobot pip install -e .[smolvla]
# Launch finetuning on your dataset python lerobot/scripts/train.py \ --policy.path=alexhegit/so101-simstudio-lab01-pnp-smolvla \ --dataset.repo_id=lerobot/svla_so101_pickplace \ --batch_size=64 \ --steps=20000 \ --output_dir=outputs/train/my_smolvla \ --job_name=my_smolvla_training \ --policy.device=cuda \ --wandb.enable=true
# Run the policy using the record function python -m lerobot.record \ --robot.type=so101_follower \ --robot.port=/dev/ttyACM0 \ # <- Use your port --robot.id=my_blue_follower_arm \ # <- Use your robot id --robot.cameras="{ front: {type: opencv, index_or_path: 8, width: 640, height: 480, fps: 30}}" \ # <- Use your cameras --dataset.single_task="Grasp a lego block and put it in the bin." \ # <- Use the same task description you used in your dataset recording --dataset.repo_id=HF_USER/dataset_name \ # <- This will be the dataset name on HF Hub --dataset.episode_time_s=50 \ --dataset.num_episodes=10 \ --policy.path=alexhegit/so101-simstudio-lab01-pnp-smolvla - Notebooks
- Google Colab
- Kaggle
SO-101 Lab01 Pick-and-Place — SmolVLA
SmolVLA policy fine-tuned from lerobot/smolvla_base on expert demonstrations collected and validated with SO-101 SimStudio (MuJoCo sim2sim, leader-arm teleop).
Training data: alexhegit/so101-simstudio-lab01-pnp
This Hub revision is the MI300X run: batch 64, 50 000 steps (~3.2M sample updates), final train loss 0.018, ~26 GB of 192 GB HBM. Wall time ~7h 45m on AMD Instinct MI300X (DORobot).
A shorter Strix Halo / 8060S iGPU schedule (batch_size=4, 7500 steps) is documented in Lab 01; it is not this checkpoint.
Documentation
| Resource | Link |
|---|---|
| SimStudio repo | rocPAI-Forge/so101-simstudio |
| Lab 01 walkthrough (record → train → eval) | labs/lab01_pnp/lab01_pnp.md |
Camera keys in the dataset (camera_top / camera_front / camera_wrist) map to SmolVLA camera1 / camera2 / camera3. See Lab 01 §5 for rename_map and the MI300X training recipe (batch_size=64, steps=50000).
Quick load
from lerobot.policies.smolvla.modeling_smolvla import SmolVLAPolicy
policy = SmolVLAPolicy.from_pretrained("alexhegit/so101-simstudio-lab01-pnp-smolvla")
Sim2sim eval in MuJoCo: follow §6 Policy eval in lab01_pnp.md (SmolVLA configs under labs/lab01_pnp/configs/rollout_smolvla*.yaml).
- Downloads last month
- 23
Model tree for alexhegit/so101-simstudio-lab01-pnp-smolvla
Base model
lerobot/smolvla_base