mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 03:30:10 +00:00
fix docs
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
title: Train RL in Simulation
|
title: Train RL in Simulation
|
||||||
- local: async
|
- local: async
|
||||||
title: Use Async Inference
|
title: Use Async Inference
|
||||||
|
- local: libero
|
||||||
|
title: Evaluating with Libero
|
||||||
title: "Tutorials"
|
title: "Tutorials"
|
||||||
- sections:
|
- sections:
|
||||||
- local: smolvla
|
- local: smolvla
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ python src/lerobot/scripts/eval.py \
|
|||||||
--eval.n_episodes=2
|
--eval.n_episodes=2
|
||||||
```
|
```
|
||||||
|
|
||||||
- Pass a comma-separated list to `-env.task` for multi-suite evaluation.
|
- Pass a comma-separated list to `--env.task` for multi-suite evaluation.
|
||||||
- Set `-env.multitask_eval=True` to enable evaluation across all tasks in those suites.
|
- Set `-env.multitask_eval=True` to enable evaluation across all tasks in those suites.
|
||||||
|
|
||||||
### Policy inputs and outputs
|
### Policy inputs and outputs
|
||||||
@@ -106,7 +106,8 @@ python src/lerobot/scripts/train.py \
|
|||||||
--batch_size=4 \
|
--batch_size=4 \
|
||||||
--env.multitask_eval=True \
|
--env.multitask_eval=True \
|
||||||
--eval.batch_size=1 \
|
--eval.batch_size=1 \
|
||||||
--eval.n_episodes=1
|
--eval.n_episodes=1 \
|
||||||
|
--eval_freq=1000 \
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user