Datasets:
update
Browse files
README.md
CHANGED
@@ -11,18 +11,18 @@ tags:
|
|
11 |
- multimodal
|
12 |
task_categories:
|
13 |
- robotics
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
# data_files:
|
27 |
# - path: train/train.jsonl
|
28 |
---
|
|
|
11 |
- multimodal
|
12 |
task_categories:
|
13 |
- robotics
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: wrist_camera
|
17 |
+
dtype: image
|
18 |
+
- name: rgb_gopro
|
19 |
+
dtype: image
|
20 |
+
- name: instruction
|
21 |
+
dtype: string
|
22 |
+
- name: tcp_pose
|
23 |
+
dtype: string
|
24 |
+
- name: joint_states
|
25 |
+
dtype: string
|
26 |
# data_files:
|
27 |
# - path: train/train.jsonl
|
28 |
---
|