Views
No views yet
CoRL2026-CSI/smolvla_isaaclab_so101_11task_basecap_3300epi_8ep and trained for 50 epochs on CoRL2026-CSI/SO101-cap_place_spoon_between_bread_and_cereal_100epi.| Field | Value |
|---|---|
| Policy type | smolvla |
| Task | place the spoon between the bread and cereal in a tabletop SO101 manipulation setup |
| Robot | SO101 follower |
| Dataset | CoRL2026-CSI/SO101-cap_place_spoon_between_bread_and_cereal_100epi |
| Base model | CoRL2026-CSI/smolvla_isaaclab_so101_11task_basecap_3300epi_8ep |
| Training steps | 6700 |
| Completed step | 6700 |
| Batch size | 128 per GPU |
| Effective batch size | 256 |
| Action chunk size | 50 |
| Action horizon | 50 |
| Observation steps | 1 |
| Inference denoising steps | 50 |
| Model weights | model.safetensors (864.7 MiB) |
batch_size=128 per process, image augmentation enabled, and camera key remapping from the dataset's raw cameras to the SmolVLA camera names:1observation.images.left_wrist -> observation.images.camera1
2observation.images.top -> observation.images.camera26700 with LeRobot's preprocessor and postprocessor artifacts included in this repository.1model.safetensors
2config.json
3train_config.json
4policy_preprocessor.json
5policy_preprocessor_step_5_normalizer_processor.safetensors
6policy_postprocessor.json
7policy_postprocessor_step_0_unnormalizer_processor.safetensors1from lerobot.policies.smolvla.modeling_smolvla import SmolVLAPolicy
2
3policy = SmolVLAPolicy.from_pretrained("CoRL2026-CSI/SmolVLA-CaP-PlaceSpoon-50epochs")