mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 02:06:15 +00:00
Fix ACT policy type examples in docs (#3792)
This commit is contained in:
@@ -97,7 +97,7 @@ Training a policy is as simple as running a script configuration:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
lerobot-train \
|
lerobot-train \
|
||||||
--policy=act \
|
--policy.type=act \
|
||||||
--dataset.repo_id=lerobot/aloha_mobile_cabinet
|
--dataset.repo_id=lerobot/aloha_mobile_cabinet
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ If you want to scale your hyperparameters when using multiple GPUs, you should d
|
|||||||
accelerate launch --num_processes=2 $(which lerobot-train) \
|
accelerate launch --num_processes=2 $(which lerobot-train) \
|
||||||
--optimizer.lr=2e-4 \
|
--optimizer.lr=2e-4 \
|
||||||
--dataset.repo_id=lerobot/pusht \
|
--dataset.repo_id=lerobot/pusht \
|
||||||
--policy=act
|
--policy.type=act
|
||||||
```
|
```
|
||||||
|
|
||||||
**Training Steps Scaling:**
|
**Training Steps Scaling:**
|
||||||
@@ -110,7 +110,7 @@ accelerate launch --num_processes=2 $(which lerobot-train) \
|
|||||||
--batch_size=8 \
|
--batch_size=8 \
|
||||||
--steps=50000 \
|
--steps=50000 \
|
||||||
--dataset.repo_id=lerobot/pusht \
|
--dataset.repo_id=lerobot/pusht \
|
||||||
--policy=act
|
--policy.type=act
|
||||||
```
|
```
|
||||||
|
|
||||||
## Training Large Models with FSDP
|
## Training Large Models with FSDP
|
||||||
|
|||||||
Reference in New Issue
Block a user