Skip to content

Commit 042e193

Browse files
authored
Typo in examples\4_train_policy_with_script.md (#235)
1 parent d585c73 commit 042e193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/4_train_policy_with_script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python lerobot/scripts/train.py policy=act env=aloha
7070

7171
There are two things to note here:
7272
- Config overrides are passed as `param_name=param_value`.
73-
- Here we have overridden the defaults section. `policy=act` tells Hydra to use `policy/act.yaml`, and `env=aloha` tells Hydra to use `env/pusht.yaml`.
73+
- Here we have overridden the defaults section. `policy=act` tells Hydra to use `policy/act.yaml`, and `env=aloha` tells Hydra to use `env/aloha.yaml`.
7474

7575
_As an aside: we've set up all of our configurations so that they reproduce state-of-the-art results from papers in the literature._
7676

0 commit comments

Comments
 (0)