Instructions to use lerobot/xvla-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/xvla-base with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Below is the short version on how to train and run inference/eval:
|
|
| 33 |
```bash
|
| 34 |
lerobot-train \
|
| 35 |
--dataset.repo_id=${HF_USER}/<dataset> \
|
| 36 |
-
--policy.type=
|
| 37 |
--output_dir=outputs/train/<desired_policy_repo_id> \
|
| 38 |
--job_name=lerobot_training \
|
| 39 |
--policy.device=cuda \
|
|
|
|
| 33 |
```bash
|
| 34 |
lerobot-train \
|
| 35 |
--dataset.repo_id=${HF_USER}/<dataset> \
|
| 36 |
+
--policy.type=xvla \
|
| 37 |
--output_dir=outputs/train/<desired_policy_repo_id> \
|
| 38 |
--job_name=lerobot_training \
|
| 39 |
--policy.device=cuda \
|