Fix ACT policy type examples in docs (#3792)

This commit is contained in:
someone114514
2026-06-24 23:59:07 -07:00
committed by GitHub
parent 536b9621b2
commit 508d18f8a1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Training a policy is as simple as running a script configuration:
```bash
lerobot-train \
--policy=act \
--policy.type=act \
--dataset.repo_id=lerobot/aloha_mobile_cabinet
```