fix: docstring more informative

This commit is contained in:
fracapuano
2025-06-02 11:45:44 +02:00
parent 093773f850
commit 64cc94479a

View File

@@ -35,8 +35,8 @@ python lerobot/scripts/train.py \
--steps=200000
```
Example of finetuning the smolvla neural network with pretrained VLM and action expert
intialized from scratch:
Example of finetuning a smolVLA. SmolVLA is composed by a pretrained frozen VLM,
and an action expert trained from scratch.
```bash
python lerobot/scripts/train.py \
--policy.type=smolvla \