Update README.md
Browse filestrying to replicate:https://huggingface.co/datasets/Loki0929/pi0_ur5
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- lerobot
|
| 5 |
+
- robotics
|
| 6 |
+
- ur5
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: data/train-*
|
| 12 |
+
- config_name: deligrasp_ur5
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: deligrasp_lerobot_data/data/train-*
|
| 16 |
+
dataset_info:
|
| 17 |
+
features:
|
| 18 |
+
- name: observation.images.wrist
|
| 19 |
+
dtype: video
|
| 20 |
+
- name: observation.images.base
|
| 21 |
+
dtype: video
|
| 22 |
+
- name: observation.state
|
| 23 |
+
sequence: float32
|
| 24 |
+
- name: action
|
| 25 |
+
sequence: float32
|
| 26 |
+
- name: episode_index
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: timestamp
|
| 29 |
+
dtype: float32
|
| 30 |
+
---
|