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 ·
4f31a1a
1
Parent(s): 6c38a9a
Batch 32, 170k steps (1 epoch), no gradient checkpointing
Browse files- train_cloud.sh +3 -3
train_cloud.sh
CHANGED
|
@@ -40,10 +40,10 @@ python3.12 -m accelerate.commands.launch $ACCEL_FLAGS \
|
|
| 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 \
|
|
|
|
| 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=170000 \
|
| 44 |
--rename_map='{"observation.images.image": "observation.images.base_0_rgb", "observation.images.image2": "observation.images.left_wrist_0_rgb"}' \
|
| 45 |
+
--batch_size=32 \
|
| 46 |
+
--steps=170000 \
|
| 47 |
--save_freq=500 \
|
| 48 |
--log_freq=50 \
|
| 49 |
--num_workers=4 \
|