zjt24 commited on
Commit
f67ee80
·
verified ·
1 Parent(s): d13b866

Add TsFile (converted from dragon-95/so100_sorting)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/so100_sorting.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - tutorial
9
+ - robotics
10
+ - tsfile
11
+ - time-series
12
+ - modality:timeseries
13
+ pretty_name: SO-100 Sorting (TsFile)
14
+ size_categories:
15
+ - 10K<n<100K
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: data/so100_sorting.tsfile
21
+ ---
22
+
23
+ # SO-100 Sorting (TsFile)
24
+
25
+ This dataset is an Apache TsFile conversion of the Hugging Face dataset
26
+ [`dragon-95/so100_sorting`](https://huggingface.co/datasets/dragon-95/so100_sorting).
27
+ The source dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
28
+
29
+ Modalities: Time-series. The original repository also contains synchronized video
30
+ streams; videos are not included in this converted repository.
31
+
32
+ ## Source Dataset
33
+
34
+ - Original dataset: [`dragon-95/so100_sorting`](https://huggingface.co/datasets/dragon-95/so100_sorting)
35
+ - License: `apache-2.0`
36
+ - LeRobot codebase version: `v2.0`
37
+ - Robot type: `so100`
38
+ - Task: `Put the object in box A into box B`
39
+ - Split: `train` (`0:61`)
40
+ - Source scale from `meta/info.json`: `61` episodes, `95,346` frames, `1` task
41
+ - Source video count: `122`
42
+ - Sampling rate: `50` fps
43
+ - Source data layout: `data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet`
44
+ - Source video layout: `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`
45
+
46
+ ## Converted Files
47
+
48
+ - TsFile: `data/so100_sorting.tsfile`
49
+ - Converted rows: `95,346`
50
+ - TsFile table: `so100_sorting`
51
+ - Time precision: milliseconds
52
+ - TAG columns: `episode_index`, `task_index`
53
+
54
+ ## Schema
55
+
56
+ `Time` is synthesized as `round(timestamp * 1000)` in milliseconds. The source
57
+ `timestamp` column is dropped because it is redundant with `Time / 1000` seconds.
58
+ At 50 fps, consecutive frames are spaced by about 20 ms.
59
+
60
+ TAG columns:
61
+
62
+ - `episode_index`
63
+ - `task_index`
64
+
65
+ FIELD columns:
66
+
67
+ - `frame_index`
68
+ - `sample_index` (renamed from source `index`)
69
+ - `action_0` to `action_5`
70
+ - `observation_state_0` to `observation_state_5`
71
+
72
+ Vector features are flattened by preserving the source feature name and replacing
73
+ `.` with `_`. For example, `observation.state` becomes
74
+ `observation_state_0` to `observation_state_5`. The 6-element `action` and
75
+ `observation.state` vectors use the source joint order:
76
+ `main_shoulder_pan`, `main_shoulder_lift`, `main_elbow_flex`, `main_wrist_flex`,
77
+ `main_wrist_roll`, and `main_gripper`.
78
+
79
+ ## Video Policy
80
+
81
+ The following source video features are not converted into TsFile and are not
82
+ uploaded here:
83
+
84
+ - `observation.images.laptop`
85
+ - `observation.images.phone`
86
+
87
+ Use the original dataset for videos:
88
+ [`dragon-95/so100_sorting/videos`](https://huggingface.co/datasets/dragon-95/so100_sorting/tree/main/videos).
89
+
90
+ ## Metadata
91
+
92
+ The source `meta/` files are mirrored in this repository. `meta/info.json` is
93
+ updated so `data_path` points to `data/so100_sorting.tsfile` and includes a
94
+ `tsfile_conversion` object documenting the Time mapping, TAG columns, flattened
95
+ features, dropped fields, and video policy.
96
+
97
+ ## Validation
98
+
99
+ The converted TsFile was validated with the project pipeline and read back using
100
+ the TsFile Python SDK:
101
+
102
+ - staged Parquet rows: `95,346`
103
+ - TsFile metadata rows: `95,346`
104
+ - TsFile query rows: `95,346`
105
+ - TsFile size: `1,682,521` bytes
106
+
107
+ ## Usage
108
+
109
+ ```python
110
+ from tsfile import TsFileReader
111
+
112
+ path = "data/so100_sorting.tsfile"
113
+ with TsFileReader(path) as reader:
114
+ schemas = reader.get_all_table_schemas()
115
+ print(schemas.keys())
116
+ ```
data/so100_sorting.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9544b06763d7b9ac8128b8831700628fcacb5778f29996110e8f4398415a8e
3
+ size 1682521
meta/episodes.jsonl ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Put the object in box A into box B"], "length": 878}
2
+ {"episode_index": 1, "tasks": ["Put the object in box A into box B"], "length": 1122}
3
+ {"episode_index": 2, "tasks": ["Put the object in box A into box B"], "length": 886}
4
+ {"episode_index": 3, "tasks": ["Put the object in box A into box B"], "length": 961}
5
+ {"episode_index": 4, "tasks": ["Put the object in box A into box B"], "length": 838}
6
+ {"episode_index": 5, "tasks": ["Put the object in box A into box B"], "length": 1019}
7
+ {"episode_index": 6, "tasks": ["Put the object in box A into box B"], "length": 966}
8
+ {"episode_index": 7, "tasks": ["Put the object in box A into box B"], "length": 961}
9
+ {"episode_index": 8, "tasks": ["Put the object in box A into box B"], "length": 1410}
10
+ {"episode_index": 9, "tasks": ["Put the object in box A into box B"], "length": 1808}
11
+ {"episode_index": 10, "tasks": ["Put the object in box A into box B"], "length": 1652}
12
+ {"episode_index": 11, "tasks": ["Put the object in box A into box B"], "length": 1657}
13
+ {"episode_index": 12, "tasks": ["Put the object in box A into box B"], "length": 1401}
14
+ {"episode_index": 13, "tasks": ["Put the object in box A into box B"], "length": 1640}
15
+ {"episode_index": 14, "tasks": ["Put the object in box A into box B"], "length": 1597}
16
+ {"episode_index": 15, "tasks": ["Put the object in box A into box B"], "length": 1952}
17
+ {"episode_index": 16, "tasks": ["Put the object in box A into box B"], "length": 1148}
18
+ {"episode_index": 17, "tasks": ["Put the object in box A into box B"], "length": 1328}
19
+ {"episode_index": 18, "tasks": ["Put the object in box A into box B"], "length": 1880}
20
+ {"episode_index": 19, "tasks": ["Put the object in box A into box B"], "length": 1878}
21
+ {"episode_index": 20, "tasks": ["Put the object in box A into box B"], "length": 1056}
22
+ {"episode_index": 21, "tasks": ["Put the object in box A into box B"], "length": 2130}
23
+ {"episode_index": 22, "tasks": ["Put the object in box A into box B"], "length": 1666}
24
+ {"episode_index": 23, "tasks": ["Put the object in box A into box B"], "length": 1467}
25
+ {"episode_index": 24, "tasks": ["Put the object in box A into box B"], "length": 1213}
26
+ {"episode_index": 25, "tasks": ["Put the object in box A into box B"], "length": 1494}
27
+ {"episode_index": 26, "tasks": ["Put the object in box A into box B"], "length": 1429}
28
+ {"episode_index": 27, "tasks": ["Put the object in box A into box B"], "length": 1546}
29
+ {"episode_index": 28, "tasks": ["Put the object in box A into box B"], "length": 1394}
30
+ {"episode_index": 29, "tasks": ["Put the object in box A into box B"], "length": 1592}
31
+ {"episode_index": 30, "tasks": ["Put the object in box A into box B"], "length": 1287}
32
+ {"episode_index": 31, "tasks": ["Put the object in box A into box B"], "length": 1173}
33
+ {"episode_index": 32, "tasks": ["Put the object in box A into box B"], "length": 2271}
34
+ {"episode_index": 33, "tasks": ["Put the object in box A into box B"], "length": 2483}
35
+ {"episode_index": 34, "tasks": ["Put the object in box A into box B"], "length": 1951}
36
+ {"episode_index": 35, "tasks": ["Put the object in box A into box B"], "length": 1258}
37
+ {"episode_index": 36, "tasks": ["Put the object in box A into box B"], "length": 2175}
38
+ {"episode_index": 37, "tasks": ["Put the object in box A into box B"], "length": 1211}
39
+ {"episode_index": 38, "tasks": ["Put the object in box A into box B"], "length": 1085}
40
+ {"episode_index": 39, "tasks": ["Put the object in box A into box B"], "length": 1539}
41
+ {"episode_index": 40, "tasks": ["Put the object in box A into box B"], "length": 2024}
42
+ {"episode_index": 41, "tasks": ["Put the object in box A into box B"], "length": 1226}
43
+ {"episode_index": 42, "tasks": ["Put the object in box A into box B"], "length": 1293}
44
+ {"episode_index": 43, "tasks": ["Put the object in box A into box B"], "length": 1690}
45
+ {"episode_index": 44, "tasks": ["Put the object in box A into box B"], "length": 2209}
46
+ {"episode_index": 45, "tasks": ["Put the object in box A into box B"], "length": 1417}
47
+ {"episode_index": 46, "tasks": ["Put the object in box A into box B"], "length": 1873}
48
+ {"episode_index": 47, "tasks": ["Put the object in box A into box B"], "length": 1470}
49
+ {"episode_index": 48, "tasks": ["Put the object in box A into box B"], "length": 2449}
50
+ {"episode_index": 49, "tasks": ["Put the object in box A into box B"], "length": 1583}
51
+ {"episode_index": 50, "tasks": ["Put the object in box A into box B"], "length": 2884}
52
+ {"episode_index": 51, "tasks": ["Put the object in box A into box B"], "length": 1380}
53
+ {"episode_index": 52, "tasks": ["Put the object in box A into box B"], "length": 1349}
54
+ {"episode_index": 53, "tasks": ["Put the object in box A into box B"], "length": 1665}
55
+ {"episode_index": 54, "tasks": ["Put the object in box A into box B"], "length": 957}
56
+ {"episode_index": 55, "tasks": ["Put the object in box A into box B"], "length": 1590}
57
+ {"episode_index": 56, "tasks": ["Put the object in box A into box B"], "length": 1685}
58
+ {"episode_index": 57, "tasks": ["Put the object in box A into box B"], "length": 1409}
59
+ {"episode_index": 58, "tasks": ["Put the object in box A into box B"], "length": 2061}
60
+ {"episode_index": 59, "tasks": ["Put the object in box A into box B"], "length": 1771}
61
+ {"episode_index": 60, "tasks": ["Put the object in box A into box B"], "length": 2959}
meta/info.json ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 61,
5
+ "total_frames": 95346,
6
+ "total_tasks": 1,
7
+ "total_videos": 122,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:61"
13
+ },
14
+ "data_path": "data/so100_sorting.tsfile",
15
+ "features": {
16
+ "Time": {
17
+ "dtype": "int64",
18
+ "shape": [
19
+ 1
20
+ ],
21
+ "tsfile_role": "TIME",
22
+ "unit": "ms"
23
+ },
24
+ "episode_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "tsfile_role": "TAG"
30
+ },
31
+ "task_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "tsfile_role": "TAG"
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "tsfile_role": "FIELD"
44
+ },
45
+ "sample_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "tsfile_role": "FIELD"
51
+ },
52
+ "action_0": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "tsfile_role": "FIELD"
58
+ },
59
+ "action_1": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "tsfile_role": "FIELD"
65
+ },
66
+ "action_2": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "tsfile_role": "FIELD"
72
+ },
73
+ "action_3": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "tsfile_role": "FIELD"
79
+ },
80
+ "action_4": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "tsfile_role": "FIELD"
86
+ },
87
+ "action_5": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "tsfile_role": "FIELD"
93
+ },
94
+ "observation_state_0": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "tsfile_role": "FIELD"
100
+ },
101
+ "observation_state_1": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "tsfile_role": "FIELD"
107
+ },
108
+ "observation_state_2": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "tsfile_role": "FIELD"
114
+ },
115
+ "observation_state_3": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "tsfile_role": "FIELD"
121
+ },
122
+ "observation_state_4": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "tsfile_role": "FIELD"
128
+ },
129
+ "observation_state_5": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "tsfile_role": "FIELD"
135
+ }
136
+ },
137
+ "video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
138
+ "tsfile_conversion": {
139
+ "source_dataset": "dragon-95/so100_sorting",
140
+ "source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
141
+ "converted_data_path": "data/so100_sorting.tsfile",
142
+ "table_name": "so100_sorting",
143
+ "granularity": "merged",
144
+ "time_precision": "ms",
145
+ "time_mapping": {
146
+ "source": "timestamp",
147
+ "fps": 50,
148
+ "unit": "milliseconds"
149
+ },
150
+ "tag_columns": [
151
+ "episode_index",
152
+ "task_index"
153
+ ],
154
+ "row_count": 95346,
155
+ "feature_source": "features describe the converted TsFile schema",
156
+ "flattened_features": {
157
+ "action": [
158
+ "action_0",
159
+ "action_1",
160
+ "action_2",
161
+ "action_3",
162
+ "action_4",
163
+ "action_5"
164
+ ],
165
+ "observation.state": [
166
+ "observation_state_0",
167
+ "observation_state_1",
168
+ "observation_state_2",
169
+ "observation_state_3",
170
+ "observation_state_4",
171
+ "observation_state_5"
172
+ ]
173
+ },
174
+ "renamed_features": {
175
+ "index": "sample_index"
176
+ },
177
+ "dropped_features": [
178
+ "timestamp",
179
+ "observation.images.laptop",
180
+ "observation.images.phone"
181
+ ],
182
+ "omitted_features": [
183
+ "observation.images.laptop",
184
+ "observation.images.phone"
185
+ ],
186
+ "original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
187
+ "original_video_features": {
188
+ "observation.images.laptop": {
189
+ "dtype": "video",
190
+ "shape": [
191
+ 480,
192
+ 640,
193
+ 3
194
+ ],
195
+ "names": [
196
+ "height",
197
+ "width",
198
+ "channels"
199
+ ],
200
+ "info": {
201
+ "video.fps": 50.0,
202
+ "video.height": 480,
203
+ "video.width": 640,
204
+ "video.channels": 3,
205
+ "video.codec": "av1",
206
+ "video.pix_fmt": "yuv420p",
207
+ "video.is_depth_map": false,
208
+ "has_audio": false
209
+ }
210
+ },
211
+ "observation.images.phone": {
212
+ "dtype": "video",
213
+ "shape": [
214
+ 480,
215
+ 640,
216
+ 3
217
+ ],
218
+ "names": [
219
+ "height",
220
+ "width",
221
+ "channels"
222
+ ],
223
+ "info": {
224
+ "video.fps": 50.0,
225
+ "video.height": 480,
226
+ "video.width": 640,
227
+ "video.channels": 3,
228
+ "video.codec": "av1",
229
+ "video.pix_fmt": "yuv420p",
230
+ "video.is_depth_map": false,
231
+ "has_audio": false
232
+ }
233
+ }
234
+ },
235
+ "original_video_source": "https://huggingface.co/datasets/dragon-95/so100_sorting/tree/main/videos",
236
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
237
+ }
238
+ }
meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 34.8742561340332,
5
+ 98.74473571777344,
6
+ 90.9620361328125,
7
+ 56.242286682128906,
8
+ -44.40056610107422,
9
+ 11.71963119506836
10
+ ],
11
+ "std": [
12
+ 39.25728988647461,
13
+ 45.938011169433594,
14
+ 46.456424713134766,
15
+ 20.08026123046875,
16
+ 43.7726936340332,
17
+ 16.500518798828125
18
+ ],
19
+ "max": [
20
+ 84.375,
21
+ 188.96484375,
22
+ 178.330078125,
23
+ 94.04296875,
24
+ 19.16015625,
25
+ 69.82492065429688
26
+ ],
27
+ "min": [
28
+ -42.01171875,
29
+ 31.81640625,
30
+ -0.966796875,
31
+ -31.46484375,
32
+ -186.943359375,
33
+ 0.10298661142587662
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 34.6362419128418,
39
+ 96.80094146728516,
40
+ 91.42568969726562,
41
+ 55.911903381347656,
42
+ -43.96977233886719,
43
+ 13.746268272399902
44
+ ],
45
+ "std": [
46
+ 38.830360412597656,
47
+ 46.19010543823242,
48
+ 45.982425689697266,
49
+ 19.917469024658203,
50
+ 43.512577056884766,
51
+ 15.913269996643066
52
+ ],
53
+ "max": [
54
+ 84.0234375,
55
+ 188.0859375,
56
+ 177.71484375,
57
+ 93.076171875,
58
+ 18.369140625,
59
+ 67.85713958740234
60
+ ],
61
+ "min": [
62
+ -40.60546875,
63
+ 30.05859375,
64
+ 1.318359375,
65
+ -29.794921875,
66
+ -177.451171875,
67
+ -0.08503401279449463
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.6583676934242249
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.6275438666343689
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5960047245025635
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.27495190501213074
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2903587818145752
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.3194938004016876
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "observation.images.phone": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.560586154460907
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5503687262535095
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5385973453521729
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.3480173945426941
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.3473806083202362
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.3615792691707611
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 1.0
189
+ ]
190
+ ]
191
+ ],
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "timestamp": {
211
+ "mean": [
212
+ 17.013526916503906
213
+ ],
214
+ "std": [
215
+ 11.41867733001709
216
+ ],
217
+ "max": [
218
+ 59.15999984741211
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 850.678955078125
227
+ ],
228
+ "std": [
229
+ 570.9337768554688
230
+ ],
231
+ "max": [
232
+ 2958.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 32.285152435302734
241
+ ],
242
+ "std": [
243
+ 17.133317947387695
244
+ ],
245
+ "max": [
246
+ 60.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 47672.5625
255
+ ],
256
+ "std": [
257
+ 27524.005859375
258
+ ],
259
+ "max": [
260
+ 95345.0
261
+ ],
262
+ "min": [
263
+ 0.0
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "mean": [
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 0.0
275
+ ],
276
+ "min": [
277
+ 0.0
278
+ ]
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put the object in box A into box B"}