forked from tangger/lerobot
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
- local: getting_started_real_world_robot
|
- local: getting_started_real_world_robot
|
||||||
title: Getting Started with Real-World Robots
|
title: Getting Started with Real-World Robots
|
||||||
title: "Tutorials"
|
title: "Tutorials"
|
||||||
- sections:
|
- sections:
|
||||||
- local: smolvla
|
- local: smolvla
|
||||||
title: Use SmolVLA
|
title: Use SmolVLA
|
||||||
title: "Policies"
|
title: "Policies"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Use SmolVLA
|
# Use SmolVLA
|
||||||
|
|
||||||
SmolVLA is designed to be easy to use and integrate—whether you're finetuning on your own data or plugging it into an existing robotics stack.
|
SmolVLA is designed to be easy to use and integrate—whether you're finetuning on your own data or plugging it into an existing robotics stack.
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ Store your Hugging Face repository name in a variable to run these commands:
|
|||||||
HF_USER=$(huggingface-cli whoami | head -n 1)
|
HF_USER=$(huggingface-cli whoami | head -n 1)
|
||||||
echo $HF_USER
|
echo $HF_USER
|
||||||
```
|
```
|
||||||
Now, indicate the path to the policy, which is `lerobot/smolvla_base` in this case, and run:
|
Now, indicate the path to the policy, which is `lerobot/smolvla_base` in this case, and run:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
||||||
@@ -88,4 +88,4 @@ python lerobot/scripts/control_robot.py \
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Depending on your evaluation setup, you can configure the duration and the number of episodes to record for your evaluation suite.
|
Depending on your evaluation setup, you can configure the duration and the number of episodes to record for your evaluation suite.
|
||||||
|
|||||||
Reference in New Issue
Block a user