File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Let's run HuggingFace [`LeRobot`](https://github.com/huggingface/lerobot/) to tr
17
17
18
18
2. Running one of the following versions of [JetPack](https://developer.nvidia.com/embedded/jetpack):
19
19
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>
21
21
22
22
3. Sufficient storage space (preferably with NVMe SSD).
23
23
@@ -353,13 +353,14 @@ Follow the [official document's section](https://github.com/huggingface/lerobot/
353
353
--robot-path lerobot/configs/robot/koch.yaml \
354
354
--fps 30 \
355
355
--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 \
358
358
--warmup-time-s 5 \
359
359
--episode-time-s 30 \
360
360
--reset-time-s 30 \
361
361
--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
363
364
```
364
365
365
366
!!! tip "Tip for ** Visualize evaluation afterwards** "
You can’t perform that action at this time.
0 commit comments