Skip to content

Commit 4ab22ff

Browse files
committed
Update evaluation (and record) command
1 parent d3f2f5a commit 4ab22ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/lerobot.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Let's run HuggingFace [`LeRobot`](https://github.com/huggingface/lerobot/) to tr
1717
1818
2. Running one of the following versions of [JetPack](https://developer.nvidia.com/embedded/jetpack):
1919

20-
<span class="blobPink2">JetPack 6 (L4T r36.x)</span>
20+
<span class="blobPink2">JetPack 6 GA (L4T r36.3)</span> <span class="blobPink1">JetPack 6.1 (L4T r36.4)</span>
2121

2222
3. Sufficient storage space (preferably with NVMe SSD).
2323

@@ -353,13 +353,14 @@ Follow the [official document's section](https://github.com/huggingface/lerobot/
353353
--robot-path lerobot/configs/robot/koch.yaml \
354354
--fps 30 \
355355
--root data \
356-
--repo-id ${HF_USER}/koch_test_01 \
357-
--tags tutorial \
356+
--repo-id ${HF_USER}/eval_koch_test_01 \
357+
--tags tutorial eval \
358358
--warmup-time-s 5 \
359359
--episode-time-s 30 \
360360
--reset-time-s 30 \
361361
--num-episodes 10 \
362-
-p outputs/train/act_koch_test/checkpoints/last/pretrained_model
362+
-p outputs/train/act_koch_test/checkpoints/last/pretrained_model \
363+
--run-compute-stats 0
363364
```
364365

365366
!!! tip "Tip for **Visualize evaluation afterwards**"

0 commit comments

Comments
 (0)