Datasets:

Modalities:
Time-series
ArXiv:
License:
VGalaxies666 commited on
Commit
73e4d80
·
verified ·
1 Parent(s): c1275a2

Add files using upload-large-folder tool

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/taco_play.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - TsFile
8
+ - time-series
9
+ - robotics
10
+ - modality:timeseries
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data/taco_play.tsfile
16
+ ---
17
+
18
+ # taco_play
19
+
20
+ Converted from the Hugging Face dataset
21
+ [`lerobot/taco_play`](https://huggingface.co/datasets/lerobot/taco_play) to
22
+ Apache TsFile format.
23
+
24
+ Modalities: Time-series.
25
+
26
+ ## Source Dataset
27
+
28
+ The source TACO Play dataset was created using
29
+ [LeRobot](https://github.com/huggingface/lerobot). The original dataset page
30
+ links to the Kaggle homepage at https://www.kaggle.com/datasets/oiermees/taco-robot
31
+ and the papers https://arxiv.org/abs/2209.08959 and
32
+ https://arxiv.org/abs/2210.01911.
33
+
34
+ - License: cc-by-4.0
35
+ - Source scale: 3,603 episodes, 237,798 frames, 406 tasks, 15 fps
36
+ - Source robot type: `unknown`
37
+ - Source video streams: `observation.images.rgb_static` and
38
+ `observation.images.rgb_gripper`
39
+
40
+ ## Converted Files
41
+
42
+ - `data/taco_play.tsfile`: one TsFile table containing all train episodes
43
+ - `meta/info.json`: source metadata rewritten to describe the TsFile artifact
44
+ - `meta/stats.json`, `meta/tasks.parquet`, `meta/episodes/chunk-000/file-000.parquet`:
45
+ source metadata mirrored for reference
46
+
47
+ Videos are not included in this repository. They remain in the original Hugging
48
+ Face dataset under
49
+ https://huggingface.co/datasets/lerobot/taco_play/tree/main/videos.
50
+
51
+ ## TsFile Schema
52
+
53
+ - `Time`: millisecond timestamp, synthesized as `round(timestamp * 1000)`.
54
+ - TAG columns: `episode_index`, `task_index`.
55
+ - FIELD columns: `frame_index`, `sample_index`, `next_reward`, `next_done`,
56
+ `observation_state_0..observation_state_6`, and `action_0..action_6`.
57
+
58
+ Vector columns preserve the source column name with `.` replaced by `_`, then
59
+ append the element index. `observation.state[7]` becomes
60
+ `observation_state_0..observation_state_6`; `action[7]` becomes
61
+ `action_0..action_6`. Vector values are stored as single-precision FLOAT.
62
+
63
+ The source `timestamp` column is dropped because it is redundant with `Time`.
64
+ The source `index` column is renamed to `sample_index`. Source video feature
65
+ columns are omitted from the TsFile table and remain available in the original
66
+ dataset.
67
+
68
+ ## Read Example
69
+
70
+ Use the Apache TsFile Java or Python SDK to read:
71
+
72
+ ```text
73
+ data/taco_play.tsfile
74
+ ```
75
+
76
+ The table name is `taco_play`. Query a single episode by filtering the TAG:
77
+
78
+ ```sql
79
+ WHERE episode_index = 0
80
+ ```
81
+
82
+ ## Citation
83
+
84
+ ```bibtex
85
+ @inproceedings{rosete2022tacorl,
86
+ author = {Erick Rosete-Beas and Oier Mees and Gabriel Kalweit and Joschka Boedecker and Wolfram Burgard},
87
+ title = {Latent Plans for Task Agnostic Offline Reinforcement Learning},
88
+ journal = {Proceedings of the 6th Conference on Robot Learning (CoRL)},
89
+ year = {2022}
90
+ }
91
+ @inproceedings{mees23hulc2,
92
+ title = {Grounding Language with Visual Affordances over Unstructured Data},
93
+ author = {Oier Mees and Jessica Borja-Diaz and Wolfram Burgard},
94
+ booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
95
+ year = {2023},
96
+ address = {London, UK}
97
+ }
98
+ ```
data/taco_play.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbcb31bc1f4f4eb4f195fffb06dccc07e459196d29b509218fd48ae614028cae
3
+ size 18409814
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04df7eeb7fa3113aaa0fc957cc755967ed0b50a41aa46ba7656e024a825398dc
3
+ size 2192946
meta/info.json ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 3603,
5
+ "total_frames": 237798,
6
+ "total_tasks": 406,
7
+ "chunks_size": 1000,
8
+ "fps": 15,
9
+ "splits": {
10
+ "train": "0:3603"
11
+ },
12
+ "data_path": "data/taco_play.tsfile",
13
+ "features": {
14
+ "Time": {
15
+ "dtype": "int64",
16
+ "shape": [
17
+ 1
18
+ ],
19
+ "tsfile_role": "TIME",
20
+ "unit": "ms"
21
+ },
22
+ "episode_index": {
23
+ "dtype": "int64",
24
+ "shape": [
25
+ 1
26
+ ],
27
+ "tsfile_role": "TAG"
28
+ },
29
+ "task_index": {
30
+ "dtype": "int64",
31
+ "shape": [
32
+ 1
33
+ ],
34
+ "tsfile_role": "TAG"
35
+ },
36
+ "frame_index": {
37
+ "dtype": "int64",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "tsfile_role": "FIELD"
42
+ },
43
+ "sample_index": {
44
+ "dtype": "int64",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "tsfile_role": "FIELD"
49
+ },
50
+ "next_reward": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "tsfile_role": "FIELD"
56
+ },
57
+ "next_done": {
58
+ "dtype": "bool",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "tsfile_role": "FIELD"
63
+ },
64
+ "observation_state_0": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "tsfile_role": "FIELD"
70
+ },
71
+ "observation_state_1": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "tsfile_role": "FIELD"
77
+ },
78
+ "observation_state_2": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "tsfile_role": "FIELD"
84
+ },
85
+ "observation_state_3": {
86
+ "dtype": "float32",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "tsfile_role": "FIELD"
91
+ },
92
+ "observation_state_4": {
93
+ "dtype": "float32",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "tsfile_role": "FIELD"
98
+ },
99
+ "observation_state_5": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "tsfile_role": "FIELD"
105
+ },
106
+ "observation_state_6": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "tsfile_role": "FIELD"
112
+ },
113
+ "action_0": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "tsfile_role": "FIELD"
119
+ },
120
+ "action_1": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "tsfile_role": "FIELD"
126
+ },
127
+ "action_2": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "tsfile_role": "FIELD"
133
+ },
134
+ "action_3": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "tsfile_role": "FIELD"
140
+ },
141
+ "action_4": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "tsfile_role": "FIELD"
147
+ },
148
+ "action_5": {
149
+ "dtype": "float32",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "tsfile_role": "FIELD"
154
+ },
155
+ "action_6": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "tsfile_role": "FIELD"
161
+ }
162
+ },
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 500,
165
+ "video_path_original": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
166
+ "tsfile_conversion": {
167
+ "source_dataset": "lerobot/taco_play",
168
+ "source_data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
169
+ "converted_data_path": "data/taco_play.tsfile",
170
+ "table_name": "taco_play",
171
+ "granularity": "merged",
172
+ "time_precision": "ms",
173
+ "time_mapping": {
174
+ "source": "timestamp",
175
+ "fps": 15,
176
+ "unit": "milliseconds"
177
+ },
178
+ "tag_columns": [
179
+ "episode_index",
180
+ "task_index"
181
+ ],
182
+ "row_count": 237798,
183
+ "feature_source": "features describe the converted TsFile schema",
184
+ "flattened_features": {
185
+ "observation.state": [
186
+ "observation_state_0",
187
+ "observation_state_1",
188
+ "observation_state_2",
189
+ "observation_state_3",
190
+ "observation_state_4",
191
+ "observation_state_5",
192
+ "observation_state_6"
193
+ ],
194
+ "action": [
195
+ "action_0",
196
+ "action_1",
197
+ "action_2",
198
+ "action_3",
199
+ "action_4",
200
+ "action_5",
201
+ "action_6"
202
+ ]
203
+ },
204
+ "renamed_features": {
205
+ "next.reward": "next_reward",
206
+ "next.done": "next_done",
207
+ "index": "sample_index"
208
+ },
209
+ "dropped_features": [
210
+ "timestamp"
211
+ ],
212
+ "omitted_features": [
213
+ "observation.images.rgb_static",
214
+ "observation.images.rgb_gripper"
215
+ ],
216
+ "original_video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
217
+ "original_video_features": {
218
+ "observation.images.rgb_static": {
219
+ "dtype": "video",
220
+ "shape": [
221
+ 150,
222
+ 200,
223
+ 3
224
+ ],
225
+ "names": [
226
+ "height",
227
+ "width",
228
+ "channel"
229
+ ],
230
+ "video_info": {
231
+ "video.fps": 15.0,
232
+ "video.codec": "av1",
233
+ "video.pix_fmt": "yuv420p",
234
+ "video.is_depth_map": false,
235
+ "has_audio": false
236
+ }
237
+ },
238
+ "observation.images.rgb_gripper": {
239
+ "dtype": "video",
240
+ "shape": [
241
+ 84,
242
+ 84,
243
+ 3
244
+ ],
245
+ "names": [
246
+ "height",
247
+ "width",
248
+ "channel"
249
+ ],
250
+ "video_info": {
251
+ "video.fps": 15.0,
252
+ "video.codec": "av1",
253
+ "video.pix_fmt": "yuv420p",
254
+ "video.is_depth_map": false,
255
+ "has_audio": false
256
+ }
257
+ }
258
+ },
259
+ "original_video_source": "https://huggingface.co/datasets/lerobot/taco_play/tree/main/videos",
260
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
261
+ }
262
+ }
meta/stats.json ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 4.333333492279053
8
+ ],
9
+ "mean": [
10
+ 2.1666665077209473
11
+ ],
12
+ "std": [
13
+ 1.2700247764587402
14
+ ],
15
+ "count": [
16
+ 237798
17
+ ]
18
+ },
19
+ "action": {
20
+ "min": [
21
+ -4.242457866668701,
22
+ -3.192805051803589,
23
+ -1.3371467590332031,
24
+ -4.202683448791504,
25
+ -2.6722638607025146,
26
+ -3.3467135429382324,
27
+ 0.0
28
+ ],
29
+ "max": [
30
+ 1.4915844202041626,
31
+ 2.1842432022094727,
32
+ 2.6836395263671875,
33
+ 5.035226821899414,
34
+ 2.665864944458008,
35
+ 4.250768661499023,
36
+ 1.0
37
+ ],
38
+ "mean": [
39
+ -0.003845932413099441,
40
+ 0.009671516875184683,
41
+ 0.012780582138627147,
42
+ -0.005403786522520378,
43
+ -0.009606565368723773,
44
+ -0.0024807177150536937,
45
+ 0.4263913081258395
46
+ ],
47
+ "std": [
48
+ 0.2325527929711392,
49
+ 0.3630038323792934,
50
+ 0.2869560190756998,
51
+ 0.2617842043980875,
52
+ 0.24390934931003014,
53
+ 0.5216760502029859,
54
+ 0.4945520841932546
55
+ ],
56
+ "count": [
57
+ 237798
58
+ ]
59
+ },
60
+ "observation.state": {
61
+ "min": [
62
+ 0.07693906873464584,
63
+ -0.4944135844707489,
64
+ 0.20030911266803741,
65
+ -3.1415886878967285,
66
+ -0.8683895468711853,
67
+ -1.789320707321167,
68
+ -0.6495265960693359
69
+ ],
70
+ "max": [
71
+ 0.7124971151351929,
72
+ 0.6118948459625244,
73
+ 0.617118775844574,
74
+ 3.1415891647338867,
75
+ 0.30717557668685913,
76
+ 2.4624788761138916,
77
+ 0.9704633951187134
78
+ ],
79
+ "mean": [
80
+ 0.37264412263929925,
81
+ 0.13316545286740283,
82
+ 0.3829224643825062,
83
+ -0.06493559923170839,
84
+ -0.1749383450102707,
85
+ 0.46030641800235256,
86
+ 0.15154249427400593
87
+ ],
88
+ "std": [
89
+ 0.11473436058966764,
90
+ 0.2691618705725997,
91
+ 0.11261075918283997,
92
+ 3.039741669791221,
93
+ 0.1861553284444022,
94
+ 0.690464424428056,
95
+ 0.2824225406956304
96
+ ],
97
+ "count": [
98
+ 237798
99
+ ]
100
+ },
101
+ "observation.images.rgb_gripper": {
102
+ "min": [
103
+ [
104
+ [
105
+ 0.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 0.0
111
+ ]
112
+ ],
113
+ [
114
+ [
115
+ 0.0
116
+ ]
117
+ ]
118
+ ],
119
+ "max": [
120
+ [
121
+ [
122
+ 1.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 1.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ]
135
+ ],
136
+ "mean": [
137
+ [
138
+ [
139
+ 0.48006928900927265
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.45184404115328813
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4196363037869297
150
+ ]
151
+ ]
152
+ ],
153
+ "std": [
154
+ [
155
+ [
156
+ 0.1526558779721052
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 0.14932930101091982
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.17335393523809633
167
+ ]
168
+ ]
169
+ ],
170
+ "count": [
171
+ 237798
172
+ ]
173
+ },
174
+ "frame_index": {
175
+ "min": [
176
+ 0
177
+ ],
178
+ "max": [
179
+ 65
180
+ ],
181
+ "mean": [
182
+ 32.5
183
+ ],
184
+ "std": [
185
+ 19.05037182489273
186
+ ],
187
+ "count": [
188
+ 237798
189
+ ]
190
+ },
191
+ "episode_index": {
192
+ "min": [
193
+ 0
194
+ ],
195
+ "max": [
196
+ 3602
197
+ ],
198
+ "mean": [
199
+ 1801.0
200
+ ],
201
+ "std": [
202
+ 1040.0964698847251
203
+ ],
204
+ "count": [
205
+ 237798
206
+ ]
207
+ },
208
+ "task_index": {
209
+ "min": [
210
+ 0
211
+ ],
212
+ "max": [
213
+ 405
214
+ ],
215
+ "mean": [
216
+ 147.0910352484041
217
+ ],
218
+ "std": [
219
+ 103.41817777831469
220
+ ],
221
+ "count": [
222
+ 237798
223
+ ]
224
+ },
225
+ "next.done": {
226
+ "min": [
227
+ false
228
+ ],
229
+ "max": [
230
+ true
231
+ ],
232
+ "mean": [
233
+ 0.015151515151515152
234
+ ],
235
+ "std": [
236
+ 0.12215542042876591
237
+ ],
238
+ "count": [
239
+ 237798
240
+ ]
241
+ },
242
+ "observation.images.rgb_static": {
243
+ "min": [
244
+ [
245
+ [
246
+ 0.0
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 0.0
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ 0.0
257
+ ]
258
+ ]
259
+ ],
260
+ "max": [
261
+ [
262
+ [
263
+ 1.0
264
+ ]
265
+ ],
266
+ [
267
+ [
268
+ 1.0
269
+ ]
270
+ ],
271
+ [
272
+ [
273
+ 1.0
274
+ ]
275
+ ]
276
+ ],
277
+ "mean": [
278
+ [
279
+ [
280
+ 0.566090389436859
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.5559690745876724
286
+ ]
287
+ ],
288
+ [
289
+ [
290
+ 0.5403860043460318
291
+ ]
292
+ ]
293
+ ],
294
+ "std": [
295
+ [
296
+ [
297
+ 0.16414482330883168
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.17472463976880173
303
+ ]
304
+ ],
305
+ [
306
+ [
307
+ 0.21663883910939727
308
+ ]
309
+ ]
310
+ ],
311
+ "count": [
312
+ 237798
313
+ ]
314
+ },
315
+ "next.reward": {
316
+ "min": [
317
+ 0.0
318
+ ],
319
+ "max": [
320
+ 1.0
321
+ ],
322
+ "mean": [
323
+ 0.01515151560306549
324
+ ],
325
+ "std": [
326
+ 0.12215542793273926
327
+ ],
328
+ "count": [
329
+ 237798
330
+ ]
331
+ },
332
+ "index": {
333
+ "min": [
334
+ 0
335
+ ],
336
+ "max": [
337
+ 237797
338
+ ],
339
+ "mean": [
340
+ 118898.5
341
+ ],
342
+ "std": [
343
+ 68646.36965577034
344
+ ],
345
+ "count": [
346
+ 237798
347
+ ]
348
+ }
349
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e18fc48499f8c52f2d2e341cebf982009577c44a7767760fb7f1bf5bee8789
3
+ size 9809