Skip to content

Commit e003108

Browse files
Fix link to lerobot-train script in documentation (#2466)
* Fix link to lerobot-train script in documentation Signed-off-by: ./c² <[email protected]> * Update link to lerobot record script Signed-off-by: ./c² <[email protected]> --------- Signed-off-by: ./c² <[email protected]> Co-authored-by: Steven Palma <[email protected]>
1 parent 5766eea commit e003108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/il_robots.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Your robot should replicate movements similar to those you recorded. For example
428428

429429
## Train a policy
430430

431-
To train a policy to control your robot, use the [`lerobot-train`](https://github.com/huggingface/lerobot/blob/main/src/lerobot/scripts/train.py) script. A few arguments are required. Here is an example command:
431+
To train a policy to control your robot, use the [`lerobot-train`](https://github.com/huggingface/lerobot/blob/main/src/lerobot/scripts/lerobot_train.py) script. A few arguments are required. Here is an example command:
432432

433433
```bash
434434
lerobot-train \
@@ -485,7 +485,7 @@ huggingface-cli upload ${HF_USER}/act_so101_test${CKPT} \
485485

486486
## Run inference and evaluate your policy
487487

488-
You can use the `record` script from [`lerobot/record.py`](https://github.com/huggingface/lerobot/blob/main/src/lerobot/record.py) with a policy checkpoint as input, to run inference and evaluate your policy. For instance, run this command or API example to run inference and record 10 evaluation episodes:
488+
You can use the `record` script from [`lerobot-record`](https://github.com/huggingface/lerobot/blob/main/src/lerobot/scripts/lerobot_record.py) with a policy checkpoint as input, to run inference and evaluate your policy. For instance, run this command or API example to run inference and record 10 evaluation episodes:
489489

490490
<hfoptions id="eval">
491491
<hfoption id="Command">

0 commit comments

Comments
 (0)