Instructions to use mateuszwasko1/smolvla_dual_arm_m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use mateuszwasko1/smolvla_dual_arm_m3 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=mateuszwasko1/smolvla_dual_arm_m3 \ --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=mateuszwasko1/smolvla_dual_arm_m3 - Notebooks
- Google Colab
- Kaggle
SmolVLA Dual-Arm (Multi-Object, Full Domain Randomization)
This model is a fine-tuned SmolVLA (Small Vision-Language-Action) policy trained for cooperative dual-arm manipulation in PyBullet. It is designed to handle multiple diverse objects under heavy visual domain randomization.
Model Details
- Architecture: SmolVLA + PEFT LoRA (Rank 64).
- Task: Dual-arm cooperative lifting and placing of various objects.
- Action Space: 12-D absolute joint angles in radians (6 degrees of freedom per arm, gripper state fixed).
- Vision: 3 camera streams (overhead, left wrist, right wrist) at 224x224 resolution.
- Training Data: 140 expert demonstrations collected at 20 FPS with full domain randomization applied at collection time (randomized table/floor colors, lighting conditions, object textures, and scale ±15%).
Performance
By leveraging the pretrained vision-language backbone and domain-randomized data, this policy demonstrates strong zero-shot visual robustness. It successfully generalizes across a variety of unseen visual conditions, completely eliminating the visual degradation observed in non-randomized baselines.
- Downloads last month
- 6
Model tree for mateuszwasko1/smolvla_dual_arm_m3
Base model
lerobot/smolvla_base