Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,3 +1,78 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: action
|
| 11 |
+
sequence: float32
|
| 12 |
+
length: 10
|
| 13 |
+
- name: action_ee
|
| 14 |
+
sequence: float32
|
| 15 |
+
length: 16
|
| 16 |
+
- name: episode_index
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: frame_index
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: timestamp
|
| 21 |
+
dtype: float32
|
| 22 |
+
- name: next.done
|
| 23 |
+
dtype: bool
|
| 24 |
+
- name: observation.state
|
| 25 |
+
sequence: float32
|
| 26 |
+
length: 10
|
| 27 |
+
- name: language_instruction
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: act_idx
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: next.reward
|
| 32 |
+
sequence: float32
|
| 33 |
+
length: 1
|
| 34 |
+
- name: observation.images.right
|
| 35 |
+
dtype: video_frame
|
| 36 |
+
- name: observation.camera_ext.right
|
| 37 |
+
sequence: float32
|
| 38 |
+
length: 16
|
| 39 |
+
- name: observation.camera_int.right
|
| 40 |
+
sequence: float32
|
| 41 |
+
length: 9
|
| 42 |
+
- name: observation.camera_proj.right
|
| 43 |
+
sequence: float32
|
| 44 |
+
length: 12
|
| 45 |
+
- name: observation.images.hand
|
| 46 |
+
dtype: video_frame
|
| 47 |
+
- name: observation.depth_range.hand
|
| 48 |
+
sequence: float32
|
| 49 |
+
length: 2
|
| 50 |
+
- name: observation.camera_ext.hand
|
| 51 |
+
sequence: float32
|
| 52 |
+
length: 16
|
| 53 |
+
- name: observation.camera_int.hand
|
| 54 |
+
sequence: float32
|
| 55 |
+
length: 9
|
| 56 |
+
- name: observation.camera_proj.hand
|
| 57 |
+
sequence: float32
|
| 58 |
+
length: 12
|
| 59 |
+
- name: observation.images.left
|
| 60 |
+
dtype: video_frame
|
| 61 |
+
- name: observation.camera_ext.left
|
| 62 |
+
sequence: float32
|
| 63 |
+
length: 16
|
| 64 |
+
- name: observation.camera_int.left
|
| 65 |
+
sequence: float32
|
| 66 |
+
length: 9
|
| 67 |
+
- name: observation.camera_proj.left
|
| 68 |
+
sequence: float32
|
| 69 |
+
length: 12
|
| 70 |
+
- name: index
|
| 71 |
+
dtype: int64
|
| 72 |
+
splits:
|
| 73 |
+
- name: train
|
| 74 |
+
num_bytes: 2611132079
|
| 75 |
+
num_examples: 3174413
|
| 76 |
+
download_size: 1094579351
|
| 77 |
+
dataset_size: 2611132079
|
| 78 |
---
|
data/train-00000-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dbbc096dfa558256ddcae60858496e625ebb6f75b32d23e82e58407ff4ec39c
|
| 3 |
+
size 182461722
|
data/train-00001-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b199d6535e5cb9266c7a47f4641156e1fccada9e81f7794ad287c13f92fd27fc
|
| 3 |
+
size 182406859
|
data/train-00002-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac69e056715d516c108b61245dde04fad6f0c57f745a8c15f3384be2d2c8e8bb
|
| 3 |
+
size 182421830
|
data/train-00003-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a50541e543572946d43da35172884af25fa95833ec13120d496a1e7e793c537
|
| 3 |
+
size 182393808
|
data/train-00004-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72c2579b2b29851fd03369b779d86402b288fd4afed7d58e55baa9542a142520
|
| 3 |
+
size 182496436
|
data/train-00005-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7e2e56624b7f1e08d9f82f83b6561dd812018e37c5374b81840d7bd8f2edcfc
|
| 3 |
+
size 182398696
|