Improve docs pi (#2110)

* Improve docs and add numpy to pi install requirments

* fix formatting

* update command

* remvoe numpy dep
This commit is contained in:
Pepijn
2025-10-03 12:06:18 +02:00
committed by GitHub
parent 5c8dd883be
commit a4bed41132
2 changed files with 15 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ policy.type=pi0
For training π₀, you can use the standard LeRobot training script with the appropriate configuration:
```bash
python src/lerobot/scripts/train.py \
python src/lerobot/scripts/lerobot_train.py \
--dataset.repo_id=your_dataset \
--policy.type=pi0 \
--output_dir=./outputs/pi0_training \