mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 11:09:59 +00:00
Merge branch 'main' into feature/add-multitask-dit
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# EarthRover Mini Plus
|
# EarthRover Mini Plus
|
||||||
|
|
||||||
|
<img
|
||||||
|
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lerobot/Earth_Rover_Mini_5_240c9adc-4f9e-44b7-982f-5d1dc24af1d8.png.webp"
|
||||||
|
alt="EarthRover Mini Plus"
|
||||||
|
width="70%"
|
||||||
|
/>
|
||||||
|
|
||||||
The EarthRover Mini Plus is a fully open source mobile robot that connects through the cloud using the Frodobots SDK. This lets you control the robot and record datasets for training AI models.
|
The EarthRover Mini Plus is a fully open source mobile robot that connects through the cloud using the Frodobots SDK. This lets you control the robot and record datasets for training AI models.
|
||||||
|
|
||||||
## What You Need
|
## What You Need
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# LeKiwi
|
# LeKiwi
|
||||||
|
|
||||||
|
<img
|
||||||
|
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lerobot/1740517739083.jpeg"
|
||||||
|
alt="LeKiwi"
|
||||||
|
width="70%"
|
||||||
|
/>
|
||||||
|
|
||||||
In the steps below, we explain how to assemble the LeKiwi mobile robot.
|
In the steps below, we explain how to assemble the LeKiwi mobile robot.
|
||||||
|
|
||||||
## Source the parts
|
## Source the parts
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ lerobot-eval \
|
|||||||
```
|
```
|
||||||
|
|
||||||
- `--env.task` picks the suite (`libero_object`, `libero_spatial`, etc.).
|
- `--env.task` picks the suite (`libero_object`, `libero_spatial`, etc.).
|
||||||
|
- `--env.task_ids` picks task ids to run (`[0]`, `[1,2,3]`, etc.). Omit this flag (or set it to `null`) to run all tasks in the suite.
|
||||||
- `--eval.batch_size` controls how many environments run in parallel.
|
- `--eval.batch_size` controls how many environments run in parallel.
|
||||||
- `--eval.n_episodes` sets how many episodes to run in total.
|
- `--eval.n_episodes` sets how many episodes to run in total.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
# SO-101
|
# SO-101
|
||||||
|
|
||||||
|
<div style="display: flex; align-items: center; gap: 10px;">
|
||||||
|
<img
|
||||||
|
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lerobot/SO101_Follower.webp"
|
||||||
|
alt="SO-101"
|
||||||
|
width="60%"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lerobot/SO101_Leader.webp"
|
||||||
|
alt="SO-101"
|
||||||
|
width="60%"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
In the steps below, we explain how to assemble our flagship robot, the SO-101.
|
In the steps below, we explain how to assemble our flagship robot, the SO-101.
|
||||||
|
|
||||||
## Source the parts
|
## Source the parts
|
||||||
|
|||||||
Reference in New Issue
Block a user