Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,16 +9,16 @@ language:
|
|
| 9 |
# ๐ฆ Dataset Card โ Pick Blue Cube
|
| 10 |
|
| 11 |
## ๐ Dataset Summary
|
| 12 |
-
This dataset contains **
|
| 13 |
It is stored in the **LeRobot dataset format**, making it directly compatible with the [LeRobot repository](https://github.com/lerobot/lerobot) and its APIs for training and evaluation.
|
| 14 |
|
| 15 |
---
|
| 16 |
|
| 17 |
## ๐ Dataset Statistics
|
| 18 |
-
- **Total size:** ~
|
| 19 |
-
- **Number of episodes:**
|
| 20 |
-
- **Average episode length:** ~
|
| 21 |
-
- **Image resolution:** 640 ร 480
|
| 22 |
- **Format:** LeRobot Dataset (RGB images, proprioceptive states, and actions)
|
| 23 |
|
| 24 |
---
|
|
@@ -27,5 +27,5 @@ It is stored in the **LeRobot dataset format**, making it directly compatible wi
|
|
| 27 |
```python
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
-
dataset = load_dataset("username/
|
| 31 |
print(dataset["train"][0])
|
|
|
|
| 9 |
# ๐ฆ Dataset Card โ Pick Blue Cube
|
| 10 |
|
| 11 |
## ๐ Dataset Summary
|
| 12 |
+
This dataset contains **100 episodes** of an **AgileX Piper robotic arm** performing a **peg-in-hole** task: pegging a black cuboid into a square-shaped hole.
|
| 13 |
It is stored in the **LeRobot dataset format**, making it directly compatible with the [LeRobot repository](https://github.com/lerobot/lerobot) and its APIs for training and evaluation.
|
| 14 |
|
| 15 |
---
|
| 16 |
|
| 17 |
## ๐ Dataset Statistics
|
| 18 |
+
- **Total size:** ~1.5 GB
|
| 19 |
+
- **Number of episodes:** 100
|
| 20 |
+
- **Average episode length:** ~500 timesteps
|
| 21 |
+
- **Image resolution:** 640 ร 480
|
| 22 |
- **Format:** LeRobot Dataset (RGB images, proprioceptive states, and actions)
|
| 23 |
|
| 24 |
---
|
|
|
|
| 27 |
```python
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
+
dataset = load_dataset("username/peg-in-hole")
|
| 31 |
print(dataset["train"][0])
|