S SmartDocs
シリーズ: Robotaxi-OperatingSystem-Hardware-Interfaces bash 11 行 · 更新日 2026-03-12

lerobot_train_model_wandb.sh

Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/lerobot/demo_scripts/lerobot_train_model_wandb.sh

export CUDA_VISIBLE_DEVICES=1
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True

lerobot-train \
  --dataset.repo_id=${HF_USER}/pick_place_with_rgbd  \
  --policy.type=act \
  --output_dir=outputs/train/pick_place_with_rgbd \
  --job_name=pick_and_place_act \
  --policy.device=cuda \
  --wandb.enable=true \
  --policy.repo_id=${HF_USER}/lerobot_pick_and_place_act_rgbd

関連記事

Robotaxi-OperatingSystem-Hardware-Interfaces c 更新日 2026-02-03

alloc.c

alloc.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/alloc.c).

記事を読む →
Robotaxi-OperatingSystem-Hardware-Interfaces c 更新日 2026-02-03

hello.c

hello.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/hello.c).

記事を読む →
Robotaxi-OperatingSystem-Hardware-Interfaces c 更新日 2026-02-03

mlock_demo.c

mlock_demo.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/mlock_demo.c).

記事を読む →
Robotaxi-OperatingSystem-Hardware-Interfaces python 更新日 2026-03-12

debug_perf.py

debug_perf.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/debug_perf.py).

記事を読む →
Robotaxi-OperatingSystem-Hardware-Interfaces python 更新日 2026-03-12

inference.py

inference.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/inference.py).

記事を読む →
Robotaxi-OperatingSystem-Hardware-Interfaces bash 更新日 2026-03-12

startup.sh

startup.sh — bash source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/startup.sh).

記事を読む →