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 --steps=200000
``` ```
Example of finetuning the smolvla neural network with pretrained VLM and action expert Example of finetuning a smolVLA. SmolVLA is composed by a pretrained frozen VLM,
intialized from scratch: and an action expert trained from scratch.
```bash ```bash
python lerobot/scripts/train.py \ python lerobot/scripts/train.py \
--policy.type=smolvla \ --policy.type=smolvla \