S SmartDocs
シリーズ: Humanoid bash 10 行 · 更新日 2026-03-12

lerobot_train_model_SmolVLA_multi_gpu_wandb.sh

Humanoid/fmc3-robotics-main/projects/lerobot/demo_scripts/lerobot_train_model_SmolVLA_multi_gpu_wandb.sh

lerobot-train \
  --policy.path=lerobot/smolvla_base \
  --policy.repo_id=${HF_USER}/lerobot_pick_and_place_smolvla_rgbd \
  --dataset.repo_id=${HF_USER}/pick_place_with_rgbd \
  --batch_size=32 \
  --steps=20000 \
  --output_dir=outputs/train/my_smolvla \
  --job_name=my_smolvla_training \
  --policy.device=cuda \
  --wandb.enable=true

関連記事