Instructions to use StrongRoboticsLab/pi05-so100-diverse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use StrongRoboticsLab/pi05-so100-diverse with LeRobot:
- Notebooks
- Google Colab
- Kaggle
bot commited on
Commit ·
148f20d
1
Parent(s): fc597b1
Batch 16, no gradient checkpointing, 340k steps (1 epoch)
Browse files- train_cloud.sh +4 -4
train_cloud.sh
CHANGED
|
@@ -35,15 +35,15 @@ python3.12 -m accelerate.commands.launch $ACCEL_FLAGS \
|
|
| 35 |
--policy.path=lerobot/pi05_base \
|
| 36 |
--policy.train_expert_only=true \
|
| 37 |
--policy.dtype=bfloat16 \
|
| 38 |
-
--policy.gradient_checkpointing=
|
| 39 |
--policy.push_to_hub=true \
|
| 40 |
--policy.repo_id=StrongRoboticsLab/pi05-so100-diverse \
|
| 41 |
--policy.normalization_mapping='{"VISUAL": "IDENTITY", "STATE": "MEAN_STD", "ACTION": "MEAN_STD"}' \
|
| 42 |
--policy.scheduler_warmup_steps=1000 \
|
| 43 |
-
--policy.scheduler_decay_steps=
|
| 44 |
--rename_map='{"observation.images.image": "observation.images.base_0_rgb", "observation.images.image2": "observation.images.left_wrist_0_rgb"}' \
|
| 45 |
-
--batch_size=
|
| 46 |
-
--steps=
|
| 47 |
--save_freq=500 \
|
| 48 |
--log_freq=50 \
|
| 49 |
--num_workers=4 \
|
|
|
|
| 35 |
--policy.path=lerobot/pi05_base \
|
| 36 |
--policy.train_expert_only=true \
|
| 37 |
--policy.dtype=bfloat16 \
|
| 38 |
+
--policy.gradient_checkpointing=false \
|
| 39 |
--policy.push_to_hub=true \
|
| 40 |
--policy.repo_id=StrongRoboticsLab/pi05-so100-diverse \
|
| 41 |
--policy.normalization_mapping='{"VISUAL": "IDENTITY", "STATE": "MEAN_STD", "ACTION": "MEAN_STD"}' \
|
| 42 |
--policy.scheduler_warmup_steps=1000 \
|
| 43 |
+
--policy.scheduler_decay_steps=340000 \
|
| 44 |
--rename_map='{"observation.images.image": "observation.images.base_0_rgb", "observation.images.image2": "observation.images.left_wrist_0_rgb"}' \
|
| 45 |
+
--batch_size=16 \
|
| 46 |
+
--steps=340000 \
|
| 47 |
--save_freq=500 \
|
| 48 |
--log_freq=50 \
|
| 49 |
--num_workers=4 \
|