mkkimuser commited on
Commit
99c0978
·
verified ·
1 Parent(s): a90ca7b

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +242 -0
  2. data/chunk-000/episode_000002.parquet +3 -0
  3. data/chunk-000/episode_000005.parquet +3 -0
  4. data/chunk-000/episode_000050.parquet +3 -0
  5. data/chunk-000/episode_000056.parquet +3 -0
  6. data/chunk-000/episode_000086.parquet +3 -0
  7. data/chunk-000/episode_000114.parquet +3 -0
  8. data/chunk-000/episode_000118.parquet +3 -0
  9. data/chunk-000/episode_000119.parquet +3 -0
  10. data/chunk-000/episode_000120.parquet +3 -0
  11. data/chunk-000/episode_000127.parquet +3 -0
  12. data/chunk-000/episode_000130.parquet +3 -0
  13. data/chunk-000/episode_000133.parquet +3 -0
  14. data/chunk-000/episode_000148.parquet +3 -0
  15. data/chunk-000/episode_000160.parquet +3 -0
  16. data/chunk-000/episode_000182.parquet +3 -0
  17. data/chunk-000/episode_000199.parquet +3 -0
  18. data/chunk-000/episode_000206.parquet +3 -0
  19. data/chunk-000/episode_000207.parquet +3 -0
  20. data/chunk-000/episode_000249.parquet +3 -0
  21. data/chunk-000/episode_000255.parquet +3 -0
  22. data/chunk-000/episode_000256.parquet +3 -0
  23. data/chunk-000/episode_000260.parquet +3 -0
  24. data/chunk-000/episode_000296.parquet +3 -0
  25. data/chunk-000/episode_000301.parquet +3 -0
  26. data/chunk-000/episode_000307.parquet +3 -0
  27. data/chunk-000/episode_000313.parquet +3 -0
  28. data/chunk-000/episode_000315.parquet +3 -0
  29. data/chunk-000/episode_000320.parquet +3 -0
  30. data/chunk-000/episode_000327.parquet +3 -0
  31. data/chunk-000/episode_000355.parquet +3 -0
  32. data/chunk-000/episode_000357.parquet +3 -0
  33. data/chunk-000/episode_000364.parquet +3 -0
  34. data/chunk-000/episode_000379.parquet +3 -0
  35. data/chunk-000/episode_000392.parquet +3 -0
  36. data/chunk-000/episode_000396.parquet +3 -0
  37. data/chunk-000/episode_000408.parquet +3 -0
  38. data/chunk-000/episode_000412.parquet +3 -0
  39. data/chunk-000/episode_000434.parquet +3 -0
  40. data/chunk-000/episode_000443.parquet +3 -0
  41. data/chunk-000/episode_000452.parquet +3 -0
  42. data/chunk-000/episode_000455.parquet +3 -0
  43. data/chunk-000/episode_000458.parquet +3 -0
  44. data/chunk-000/episode_000472.parquet +3 -0
  45. data/chunk-000/episode_000479.parquet +3 -0
  46. meta/episodes.jsonl +500 -0
  47. meta/episodes_stats.jsonl +0 -0
  48. meta/info.json +206 -0
  49. meta/tasks.jsonl +1 -0
  50. videos/chunk-000/observation.images.cam_head/episode_000187.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotis
7
+ - LeRobot
8
+ - FFW_SG2
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GIT/physical_ai_tools) and [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "FFW_SG2",
30
+ "total_episodes": 500,
31
+ "total_frames": 79017,
32
+ "total_tasks": 1,
33
+ "total_videos": 1500,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 10,
37
+ "splits": {
38
+ "train": "0:500"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 19
47
+ ],
48
+ "names": [
49
+ "arm_l_joint1",
50
+ "arm_l_joint2",
51
+ "arm_l_joint3",
52
+ "arm_l_joint4",
53
+ "arm_l_joint5",
54
+ "arm_l_joint6",
55
+ "arm_l_joint7",
56
+ "gripper_l_joint1",
57
+ "arm_r_joint1",
58
+ "arm_r_joint2",
59
+ "arm_r_joint3",
60
+ "arm_r_joint4",
61
+ "arm_r_joint5",
62
+ "arm_r_joint6",
63
+ "arm_r_joint7",
64
+ "gripper_r_joint1",
65
+ "head_joint1",
66
+ "head_joint2",
67
+ "lift_joint"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 19
74
+ ],
75
+ "names": [
76
+ "arm_l_joint1",
77
+ "arm_l_joint2",
78
+ "arm_l_joint3",
79
+ "arm_l_joint4",
80
+ "arm_l_joint5",
81
+ "arm_l_joint6",
82
+ "arm_l_joint7",
83
+ "gripper_l_joint1",
84
+ "arm_r_joint1",
85
+ "arm_r_joint2",
86
+ "arm_r_joint3",
87
+ "arm_r_joint4",
88
+ "arm_r_joint5",
89
+ "arm_r_joint6",
90
+ "arm_r_joint7",
91
+ "gripper_r_joint1",
92
+ "head_joint1",
93
+ "head_joint2",
94
+ "lift_joint"
95
+ ]
96
+ },
97
+ "observation.images.cam_head": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 376,
101
+ 672,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "video_info": {
110
+ "video.height": 376,
111
+ "video.width": 672,
112
+ "video.codec": "libx264",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 10,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ },
119
+ "info": {
120
+ "video.height": 376,
121
+ "video.width": 672,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 10,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.images.cam_wrist_left": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 240,
134
+ 424,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "video_info": {
143
+ "video.height": 240,
144
+ "video.width": 424,
145
+ "video.codec": "libx264",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "video.fps": 10,
149
+ "video.channels": 3,
150
+ "has_audio": false
151
+ },
152
+ "info": {
153
+ "video.height": 240,
154
+ "video.width": 424,
155
+ "video.codec": "av1",
156
+ "video.pix_fmt": "yuv420p",
157
+ "video.is_depth_map": false,
158
+ "video.fps": 10,
159
+ "video.channels": 3,
160
+ "has_audio": false
161
+ }
162
+ },
163
+ "observation.images.cam_wrist_right": {
164
+ "dtype": "video",
165
+ "shape": [
166
+ 240,
167
+ 424,
168
+ 3
169
+ ],
170
+ "names": [
171
+ "height",
172
+ "width",
173
+ "channels"
174
+ ],
175
+ "video_info": {
176
+ "video.height": 240,
177
+ "video.width": 424,
178
+ "video.codec": "libx264",
179
+ "video.pix_fmt": "yuv420p",
180
+ "video.is_depth_map": false,
181
+ "video.fps": 10,
182
+ "video.channels": 3,
183
+ "has_audio": false
184
+ },
185
+ "info": {
186
+ "video.height": 240,
187
+ "video.width": 424,
188
+ "video.codec": "av1",
189
+ "video.pix_fmt": "yuv420p",
190
+ "video.is_depth_map": false,
191
+ "video.fps": 10,
192
+ "video.channels": 3,
193
+ "has_audio": false
194
+ }
195
+ },
196
+ "timestamp": {
197
+ "dtype": "float32",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "frame_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "task_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ }
231
+ }
232
+ }
233
+ ```
234
+
235
+
236
+ ## Citation
237
+
238
+ **BibTeX:**
239
+
240
+ ```bibtex
241
+ [More Information Needed]
242
+ ```
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1ab4987844e53cffe0a33a587e43754cc4e199818eec658f49e178e57555ec
3
+ size 31476
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d488de56fe8c7ac60638dd3ab20cf35e13c8d01153ed6d2c59e82a37f4bda4
3
+ size 35748
data/chunk-000/episode_000050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd35d5445d699e7f9a8c522d39648d22186bacd80a2943512584a8f8639f8bd6
3
+ size 31488
data/chunk-000/episode_000056.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04cac87a722e0d7874c88b29d7ec014bc5657859b7b6221efc9e2847d4c2a068
3
+ size 38650
data/chunk-000/episode_000086.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32fc8a015ac127de64063c7396ea0b92aa568d5779d742d602d019888c695a54
3
+ size 31452
data/chunk-000/episode_000114.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf67e136bd6748729a0dfa00301940982c1e2c28b823d7ca17421eb834d1a621
3
+ size 37517
data/chunk-000/episode_000118.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14da8863db6231bf68a9ffb88fdf52791e31eda8298b6559151dc9a5a6c42677
3
+ size 31472
data/chunk-000/episode_000119.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47943777d86428a08721147bab78b24b54c4b39254cc6941b0c80b00fb4c18e
3
+ size 38012
data/chunk-000/episode_000120.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05150c355111f1f130c4f4f7e53b0af1dd3f2756cc464009a81eb94d366ddd2c
3
+ size 37960
data/chunk-000/episode_000127.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34eb355f29f0941f75cd87027f5d12f0042cfca3fa975b9df7509ebfdebd1c4b
3
+ size 35203
data/chunk-000/episode_000130.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aee164f37c8674aef84a324eb495496ccbc5f410bd406418c3cb18e2ee944328
3
+ size 37596
data/chunk-000/episode_000133.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0b6fceacb200695e49c8963fa112c376658a261a5b36c31be1d25343bc5036
3
+ size 37529
data/chunk-000/episode_000148.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b482d58c9670a734ddabd6ee1328468c59a250cd738185ea3e6aa2738c3cd3
3
+ size 35214
data/chunk-000/episode_000160.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25985b1e44c64f5a2ad91a696684ea5ebcb26208542f0f157a37a25f02b71c9a
3
+ size 37952
data/chunk-000/episode_000182.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f884aeb2e3af73f8416637cd3846a86637996f4b42eeed5c488e43867b906cfe
3
+ size 35182
data/chunk-000/episode_000199.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71f0a1362d497c8f9a89aed8a0f3c78b4ee9b975c0a527dec46bd4c7ef81b3d
3
+ size 38715
data/chunk-000/episode_000206.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fec13ad16010ecd31d53fe4baac38ea2a3e047bb30a22ebc3cc55b33f2446ff
3
+ size 31502
data/chunk-000/episode_000207.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf480e3e04b99f57b64140800d96393b03e7fc3da32c79788d2ef328d57be526
3
+ size 38731
data/chunk-000/episode_000249.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46172858429ec1d8303b41f0d6637dbdc990c0a6189a8659b0da5020ed2e322
3
+ size 37549
data/chunk-000/episode_000255.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a40dc44484d2a8c71eb0b1952611e1787875cc32114bb5ed5648889a2de013
3
+ size 37591
data/chunk-000/episode_000256.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8a4ed416a52aa99cb3c2a000bd18982d088cc94d6264fcd90e747e55b6118d
3
+ size 31510
data/chunk-000/episode_000260.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4741f3afec810fc32d10263feb13692dc4fa10c66c108c55eefc8ee45d96dd22
3
+ size 38659
data/chunk-000/episode_000296.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6b495565799b070f6c75cd24f76cce5bb843e46d283b4ca1223980ab997cc4
3
+ size 37553
data/chunk-000/episode_000301.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd4ab6f0644577c7d765e42f0434fb807c677fc33a63a6f8b323a64cf9bb29f
3
+ size 38725
data/chunk-000/episode_000307.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ae50da23fb14cf613dd063bd12780158a29814f669962f12a9e811bcdd3424
3
+ size 37514
data/chunk-000/episode_000313.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d53cfd039c725be87d052b8d2bf0853ebbabd247a77d8eb2a459b19a322337
3
+ size 37555
data/chunk-000/episode_000315.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd43728d31b7341b0c07443e5a6767553cbadd2da5c8b559a6e65444c2976676
3
+ size 37480
data/chunk-000/episode_000320.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2a3743ba18cb853cbff6ecc0482aad0588a23436ee912d5cc4307a4e97d410
3
+ size 35206
data/chunk-000/episode_000327.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d7a6e19c9c8a52804e79e237d0dc1ae91ee5fae6c1d308b8491a02fb06eeef
3
+ size 38704
data/chunk-000/episode_000355.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbe9a715bc50632584cd576c0030f06c76ad7428749803c1a569f56c89c95da
3
+ size 31466
data/chunk-000/episode_000357.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9f99aae2fdc2ea4f91dbd6c10db30d7ad9b0b8148afcefb92366f6e0ac426e
3
+ size 37558
data/chunk-000/episode_000364.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0086b4a2658cd862affacd0c56ad00401c7b670e1d8fef03bc49b07775f2a36c
3
+ size 31512
data/chunk-000/episode_000379.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e1a114c4b4086e31e03c8dbbffb5c86a20073a0c0d86d062b701ade093a3d0
3
+ size 37492
data/chunk-000/episode_000392.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f34f11b3ff8ac32ede3c4c2d04e412db9e220e07226c71b0a637173298c3cec
3
+ size 35201
data/chunk-000/episode_000396.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeee2d2ff5c15bfce4a03661fbb8891f46c2f6d3d944537493c31426f1960ee0
3
+ size 31490
data/chunk-000/episode_000408.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e8dda0d05f8a3d75944e4ec5ed5d321e8ceaa645125eaed51a5a1c2837f3a71
3
+ size 35168
data/chunk-000/episode_000412.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce08573eeeb519f89daaf03f3af45f555fe13791bbec3dcd9ffa99511098d4de
3
+ size 35190
data/chunk-000/episode_000434.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e6f4c8f5ef3c680ad8fabc95d3be881e6b01eba08b6cb65da535a4e94cecd9
3
+ size 31493
data/chunk-000/episode_000443.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82474fb6d50f318be9877a5c56e59f486a1fa4fa8438b7640257731dc5c60e21
3
+ size 37951
data/chunk-000/episode_000452.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fff0153cf1eab14005cb2158ba3f5b4f8a4ef343a58828508d38cecb974ea2cc
3
+ size 35172
data/chunk-000/episode_000455.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b37d3288a4e82d633efd2203cafb86c981876d63e42b7740d31198c043bc57
3
+ size 31493
data/chunk-000/episode_000458.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed866ec2708a15cfc0f6fb7fda457f7518bf991f17d1a5ea3a83d50af68f156b
3
+ size 37559
data/chunk-000/episode_000472.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bda818702b81eb630ae5f7da5ae283c2fc05dc1432035997dfd37acba8523cb
3
+ size 31486
data/chunk-000/episode_000479.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce1cb1cbf6dd4aed2ebec882a68db2636f5cfe2010bb6df9c3ec01f9a5a86225
3
+ size 37955
meta/episodes.jsonl ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
2
+ {"episode_index": 1, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
3
+ {"episode_index": 2, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
4
+ {"episode_index": 3, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
5
+ {"episode_index": 4, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
6
+ {"episode_index": 5, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
7
+ {"episode_index": 6, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
8
+ {"episode_index": 7, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
9
+ {"episode_index": 8, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
10
+ {"episode_index": 9, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
11
+ {"episode_index": 10, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
12
+ {"episode_index": 11, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
13
+ {"episode_index": 12, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
14
+ {"episode_index": 13, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
15
+ {"episode_index": 14, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
16
+ {"episode_index": 15, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
17
+ {"episode_index": 16, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
18
+ {"episode_index": 17, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
19
+ {"episode_index": 18, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
20
+ {"episode_index": 19, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
21
+ {"episode_index": 20, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
22
+ {"episode_index": 21, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
23
+ {"episode_index": 22, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
24
+ {"episode_index": 23, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
25
+ {"episode_index": 24, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
26
+ {"episode_index": 25, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
27
+ {"episode_index": 26, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
28
+ {"episode_index": 27, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
29
+ {"episode_index": 28, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
30
+ {"episode_index": 29, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
31
+ {"episode_index": 30, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
32
+ {"episode_index": 31, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
33
+ {"episode_index": 32, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
34
+ {"episode_index": 33, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
35
+ {"episode_index": 34, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
36
+ {"episode_index": 35, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
37
+ {"episode_index": 36, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
38
+ {"episode_index": 37, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
39
+ {"episode_index": 38, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
40
+ {"episode_index": 39, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
41
+ {"episode_index": 40, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
42
+ {"episode_index": 41, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
43
+ {"episode_index": 42, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
44
+ {"episode_index": 43, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
45
+ {"episode_index": 44, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
46
+ {"episode_index": 45, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
47
+ {"episode_index": 46, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
48
+ {"episode_index": 47, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
49
+ {"episode_index": 48, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
50
+ {"episode_index": 49, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
51
+ {"episode_index": 50, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
52
+ {"episode_index": 51, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
53
+ {"episode_index": 52, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
54
+ {"episode_index": 53, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
55
+ {"episode_index": 54, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
56
+ {"episode_index": 55, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
57
+ {"episode_index": 56, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
58
+ {"episode_index": 57, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
59
+ {"episode_index": 58, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
60
+ {"episode_index": 59, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
61
+ {"episode_index": 60, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
62
+ {"episode_index": 61, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
63
+ {"episode_index": 62, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
64
+ {"episode_index": 63, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
65
+ {"episode_index": 64, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
66
+ {"episode_index": 65, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
67
+ {"episode_index": 66, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
68
+ {"episode_index": 67, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
69
+ {"episode_index": 68, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
70
+ {"episode_index": 69, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
71
+ {"episode_index": 70, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
72
+ {"episode_index": 71, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
73
+ {"episode_index": 72, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
74
+ {"episode_index": 73, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
75
+ {"episode_index": 74, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
76
+ {"episode_index": 75, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
77
+ {"episode_index": 76, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
78
+ {"episode_index": 77, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
79
+ {"episode_index": 78, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
80
+ {"episode_index": 79, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
81
+ {"episode_index": 80, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
82
+ {"episode_index": 81, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
83
+ {"episode_index": 82, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
84
+ {"episode_index": 83, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
85
+ {"episode_index": 84, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
86
+ {"episode_index": 85, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
87
+ {"episode_index": 86, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
88
+ {"episode_index": 87, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
89
+ {"episode_index": 88, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
90
+ {"episode_index": 89, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
91
+ {"episode_index": 90, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
92
+ {"episode_index": 91, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
93
+ {"episode_index": 92, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
94
+ {"episode_index": 93, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
95
+ {"episode_index": 94, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
96
+ {"episode_index": 95, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
97
+ {"episode_index": 96, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
98
+ {"episode_index": 97, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
99
+ {"episode_index": 98, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
100
+ {"episode_index": 99, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
101
+ {"episode_index": 100, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
102
+ {"episode_index": 101, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
103
+ {"episode_index": 102, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
104
+ {"episode_index": 103, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
105
+ {"episode_index": 104, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
106
+ {"episode_index": 105, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
107
+ {"episode_index": 106, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
108
+ {"episode_index": 107, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
109
+ {"episode_index": 108, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
110
+ {"episode_index": 109, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
111
+ {"episode_index": 110, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
112
+ {"episode_index": 111, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
113
+ {"episode_index": 112, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
114
+ {"episode_index": 113, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
115
+ {"episode_index": 114, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
116
+ {"episode_index": 115, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
117
+ {"episode_index": 116, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
118
+ {"episode_index": 117, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
119
+ {"episode_index": 118, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
120
+ {"episode_index": 119, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
121
+ {"episode_index": 120, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
122
+ {"episode_index": 121, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
123
+ {"episode_index": 122, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
124
+ {"episode_index": 123, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
125
+ {"episode_index": 124, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
126
+ {"episode_index": 125, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
127
+ {"episode_index": 126, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
128
+ {"episode_index": 127, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
129
+ {"episode_index": 128, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
130
+ {"episode_index": 129, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
131
+ {"episode_index": 130, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
132
+ {"episode_index": 131, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
133
+ {"episode_index": 132, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
134
+ {"episode_index": 133, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
135
+ {"episode_index": 134, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
136
+ {"episode_index": 135, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
137
+ {"episode_index": 136, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
138
+ {"episode_index": 137, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
139
+ {"episode_index": 138, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
140
+ {"episode_index": 139, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
141
+ {"episode_index": 140, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
142
+ {"episode_index": 141, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
143
+ {"episode_index": 142, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
144
+ {"episode_index": 143, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
145
+ {"episode_index": 144, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
146
+ {"episode_index": 145, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
147
+ {"episode_index": 146, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
148
+ {"episode_index": 147, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
149
+ {"episode_index": 148, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
150
+ {"episode_index": 149, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
151
+ {"episode_index": 150, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
152
+ {"episode_index": 151, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
153
+ {"episode_index": 152, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
154
+ {"episode_index": 153, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
155
+ {"episode_index": 154, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
156
+ {"episode_index": 155, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
157
+ {"episode_index": 156, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
158
+ {"episode_index": 157, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
159
+ {"episode_index": 158, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
160
+ {"episode_index": 159, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
161
+ {"episode_index": 160, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
162
+ {"episode_index": 161, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
163
+ {"episode_index": 162, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
164
+ {"episode_index": 163, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
165
+ {"episode_index": 164, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
166
+ {"episode_index": 165, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
167
+ {"episode_index": 166, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
168
+ {"episode_index": 167, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
169
+ {"episode_index": 168, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
170
+ {"episode_index": 169, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
171
+ {"episode_index": 170, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
172
+ {"episode_index": 171, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
173
+ {"episode_index": 172, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
174
+ {"episode_index": 173, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
175
+ {"episode_index": 174, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
176
+ {"episode_index": 175, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
177
+ {"episode_index": 176, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
178
+ {"episode_index": 177, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
179
+ {"episode_index": 178, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
180
+ {"episode_index": 179, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
181
+ {"episode_index": 180, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
182
+ {"episode_index": 181, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
183
+ {"episode_index": 182, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
184
+ {"episode_index": 183, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
185
+ {"episode_index": 184, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
186
+ {"episode_index": 185, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
187
+ {"episode_index": 186, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
188
+ {"episode_index": 187, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
189
+ {"episode_index": 188, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
190
+ {"episode_index": 189, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
191
+ {"episode_index": 190, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
192
+ {"episode_index": 191, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
193
+ {"episode_index": 192, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
194
+ {"episode_index": 193, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
195
+ {"episode_index": 194, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
196
+ {"episode_index": 195, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
197
+ {"episode_index": 196, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
198
+ {"episode_index": 197, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
199
+ {"episode_index": 198, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
200
+ {"episode_index": 199, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
201
+ {"episode_index": 200, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
202
+ {"episode_index": 201, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
203
+ {"episode_index": 202, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
204
+ {"episode_index": 203, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
205
+ {"episode_index": 204, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
206
+ {"episode_index": 205, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
207
+ {"episode_index": 206, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
208
+ {"episode_index": 207, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
209
+ {"episode_index": 208, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
210
+ {"episode_index": 209, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
211
+ {"episode_index": 210, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
212
+ {"episode_index": 211, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
213
+ {"episode_index": 212, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
214
+ {"episode_index": 213, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
215
+ {"episode_index": 214, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
216
+ {"episode_index": 215, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
217
+ {"episode_index": 216, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
218
+ {"episode_index": 217, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
219
+ {"episode_index": 218, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
220
+ {"episode_index": 219, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
221
+ {"episode_index": 220, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
222
+ {"episode_index": 221, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
223
+ {"episode_index": 222, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
224
+ {"episode_index": 223, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
225
+ {"episode_index": 224, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
226
+ {"episode_index": 225, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
227
+ {"episode_index": 226, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
228
+ {"episode_index": 227, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
229
+ {"episode_index": 228, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
230
+ {"episode_index": 229, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
231
+ {"episode_index": 230, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
232
+ {"episode_index": 231, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
233
+ {"episode_index": 232, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
234
+ {"episode_index": 233, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
235
+ {"episode_index": 234, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
236
+ {"episode_index": 235, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
237
+ {"episode_index": 236, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
238
+ {"episode_index": 237, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
239
+ {"episode_index": 238, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
240
+ {"episode_index": 239, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
241
+ {"episode_index": 240, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
242
+ {"episode_index": 241, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
243
+ {"episode_index": 242, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
244
+ {"episode_index": 243, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
245
+ {"episode_index": 244, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
246
+ {"episode_index": 245, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
247
+ {"episode_index": 246, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
248
+ {"episode_index": 247, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
249
+ {"episode_index": 248, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
250
+ {"episode_index": 249, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
251
+ {"episode_index": 250, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
252
+ {"episode_index": 251, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
253
+ {"episode_index": 252, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
254
+ {"episode_index": 253, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
255
+ {"episode_index": 254, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
256
+ {"episode_index": 255, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
257
+ {"episode_index": 256, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
258
+ {"episode_index": 257, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
259
+ {"episode_index": 258, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
260
+ {"episode_index": 259, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
261
+ {"episode_index": 260, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
262
+ {"episode_index": 261, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
263
+ {"episode_index": 262, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
264
+ {"episode_index": 263, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
265
+ {"episode_index": 264, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
266
+ {"episode_index": 265, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
267
+ {"episode_index": 266, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
268
+ {"episode_index": 267, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
269
+ {"episode_index": 268, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
270
+ {"episode_index": 269, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
271
+ {"episode_index": 270, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
272
+ {"episode_index": 271, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
273
+ {"episode_index": 272, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
274
+ {"episode_index": 273, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
275
+ {"episode_index": 274, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
276
+ {"episode_index": 275, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
277
+ {"episode_index": 276, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
278
+ {"episode_index": 277, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
279
+ {"episode_index": 278, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
280
+ {"episode_index": 279, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
281
+ {"episode_index": 280, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
282
+ {"episode_index": 281, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
283
+ {"episode_index": 282, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
284
+ {"episode_index": 283, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
285
+ {"episode_index": 284, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
286
+ {"episode_index": 285, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
287
+ {"episode_index": 286, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
288
+ {"episode_index": 287, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
289
+ {"episode_index": 288, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
290
+ {"episode_index": 289, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
291
+ {"episode_index": 290, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
292
+ {"episode_index": 291, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
293
+ {"episode_index": 292, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
294
+ {"episode_index": 293, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
295
+ {"episode_index": 294, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
296
+ {"episode_index": 295, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
297
+ {"episode_index": 296, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
298
+ {"episode_index": 297, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
299
+ {"episode_index": 298, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
300
+ {"episode_index": 299, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
301
+ {"episode_index": 300, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
302
+ {"episode_index": 301, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
303
+ {"episode_index": 302, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
304
+ {"episode_index": 303, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
305
+ {"episode_index": 304, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
306
+ {"episode_index": 305, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
307
+ {"episode_index": 306, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
308
+ {"episode_index": 307, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
309
+ {"episode_index": 308, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
310
+ {"episode_index": 309, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
311
+ {"episode_index": 310, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
312
+ {"episode_index": 311, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
313
+ {"episode_index": 312, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
314
+ {"episode_index": 313, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
315
+ {"episode_index": 314, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
316
+ {"episode_index": 315, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
317
+ {"episode_index": 316, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
318
+ {"episode_index": 317, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
319
+ {"episode_index": 318, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
320
+ {"episode_index": 319, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
321
+ {"episode_index": 320, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
322
+ {"episode_index": 321, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
323
+ {"episode_index": 322, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
324
+ {"episode_index": 323, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
325
+ {"episode_index": 324, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
326
+ {"episode_index": 325, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
327
+ {"episode_index": 326, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
328
+ {"episode_index": 327, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
329
+ {"episode_index": 328, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
330
+ {"episode_index": 329, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
331
+ {"episode_index": 330, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
332
+ {"episode_index": 331, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
333
+ {"episode_index": 332, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
334
+ {"episode_index": 333, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
335
+ {"episode_index": 334, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
336
+ {"episode_index": 335, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
337
+ {"episode_index": 336, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
338
+ {"episode_index": 337, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
339
+ {"episode_index": 338, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
340
+ {"episode_index": 339, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
341
+ {"episode_index": 340, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
342
+ {"episode_index": 341, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
343
+ {"episode_index": 342, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
344
+ {"episode_index": 343, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
345
+ {"episode_index": 344, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
346
+ {"episode_index": 345, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
347
+ {"episode_index": 346, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
348
+ {"episode_index": 347, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
349
+ {"episode_index": 348, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
350
+ {"episode_index": 349, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
351
+ {"episode_index": 350, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
352
+ {"episode_index": 351, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
353
+ {"episode_index": 352, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
354
+ {"episode_index": 353, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
355
+ {"episode_index": 354, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
356
+ {"episode_index": 355, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
357
+ {"episode_index": 356, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
358
+ {"episode_index": 357, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
359
+ {"episode_index": 358, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
360
+ {"episode_index": 359, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
361
+ {"episode_index": 360, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
362
+ {"episode_index": 361, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
363
+ {"episode_index": 362, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
364
+ {"episode_index": 363, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
365
+ {"episode_index": 364, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
366
+ {"episode_index": 365, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
367
+ {"episode_index": 366, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
368
+ {"episode_index": 367, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
369
+ {"episode_index": 368, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
370
+ {"episode_index": 369, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
371
+ {"episode_index": 370, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
372
+ {"episode_index": 371, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
373
+ {"episode_index": 372, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
374
+ {"episode_index": 373, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
375
+ {"episode_index": 374, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
376
+ {"episode_index": 375, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
377
+ {"episode_index": 376, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
378
+ {"episode_index": 377, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
379
+ {"episode_index": 378, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
380
+ {"episode_index": 379, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
381
+ {"episode_index": 380, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
382
+ {"episode_index": 381, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
383
+ {"episode_index": 382, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
384
+ {"episode_index": 383, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
385
+ {"episode_index": 384, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
386
+ {"episode_index": 385, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
387
+ {"episode_index": 386, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
388
+ {"episode_index": 387, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
389
+ {"episode_index": 388, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
390
+ {"episode_index": 389, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
391
+ {"episode_index": 390, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
392
+ {"episode_index": 391, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
393
+ {"episode_index": 392, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
394
+ {"episode_index": 393, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
395
+ {"episode_index": 394, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
396
+ {"episode_index": 395, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
397
+ {"episode_index": 396, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
398
+ {"episode_index": 397, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
399
+ {"episode_index": 398, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
400
+ {"episode_index": 399, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
401
+ {"episode_index": 400, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
402
+ {"episode_index": 401, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
403
+ {"episode_index": 402, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
404
+ {"episode_index": 403, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
405
+ {"episode_index": 404, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
406
+ {"episode_index": 405, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
407
+ {"episode_index": 406, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
408
+ {"episode_index": 407, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
409
+ {"episode_index": 408, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
410
+ {"episode_index": 409, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
411
+ {"episode_index": 410, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
412
+ {"episode_index": 411, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
413
+ {"episode_index": 412, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
414
+ {"episode_index": 413, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
415
+ {"episode_index": 414, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
416
+ {"episode_index": 415, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
417
+ {"episode_index": 416, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
418
+ {"episode_index": 417, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
419
+ {"episode_index": 418, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
420
+ {"episode_index": 419, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
421
+ {"episode_index": 420, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
422
+ {"episode_index": 421, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
423
+ {"episode_index": 422, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
424
+ {"episode_index": 423, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
425
+ {"episode_index": 424, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
426
+ {"episode_index": 425, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
427
+ {"episode_index": 426, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
428
+ {"episode_index": 427, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
429
+ {"episode_index": 428, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
430
+ {"episode_index": 429, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
431
+ {"episode_index": 430, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
432
+ {"episode_index": 431, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
433
+ {"episode_index": 432, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
434
+ {"episode_index": 433, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
435
+ {"episode_index": 434, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
436
+ {"episode_index": 435, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
437
+ {"episode_index": 436, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
438
+ {"episode_index": 437, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
439
+ {"episode_index": 438, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
440
+ {"episode_index": 439, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
441
+ {"episode_index": 440, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
442
+ {"episode_index": 441, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
443
+ {"episode_index": 442, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
444
+ {"episode_index": 443, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
445
+ {"episode_index": 444, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
446
+ {"episode_index": 445, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
447
+ {"episode_index": 446, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
448
+ {"episode_index": 447, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
449
+ {"episode_index": 448, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
450
+ {"episode_index": 449, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
451
+ {"episode_index": 450, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
452
+ {"episode_index": 451, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
453
+ {"episode_index": 452, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
454
+ {"episode_index": 453, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
455
+ {"episode_index": 454, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
456
+ {"episode_index": 455, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
457
+ {"episode_index": 456, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
458
+ {"episode_index": 457, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
459
+ {"episode_index": 458, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
460
+ {"episode_index": 459, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
461
+ {"episode_index": 460, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
462
+ {"episode_index": 461, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
463
+ {"episode_index": 462, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
464
+ {"episode_index": 463, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
465
+ {"episode_index": 464, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
466
+ {"episode_index": 465, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
467
+ {"episode_index": 466, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
468
+ {"episode_index": 467, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
469
+ {"episode_index": 468, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
470
+ {"episode_index": 469, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
471
+ {"episode_index": 470, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
472
+ {"episode_index": 471, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
473
+ {"episode_index": 472, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
474
+ {"episode_index": 473, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
475
+ {"episode_index": 474, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
476
+ {"episode_index": 475, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
477
+ {"episode_index": 476, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
478
+ {"episode_index": 477, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
479
+ {"episode_index": 478, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
480
+ {"episode_index": 479, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
481
+ {"episode_index": 480, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
482
+ {"episode_index": 481, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
483
+ {"episode_index": 482, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
484
+ {"episode_index": 483, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
485
+ {"episode_index": 484, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 158}
486
+ {"episode_index": 485, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
487
+ {"episode_index": 486, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 173}
488
+ {"episode_index": 487, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
489
+ {"episode_index": 488, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
490
+ {"episode_index": 489, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
491
+ {"episode_index": 490, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
492
+ {"episode_index": 491, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
493
+ {"episode_index": 492, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
494
+ {"episode_index": 493, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
495
+ {"episode_index": 494, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
496
+ {"episode_index": 495, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
497
+ {"episode_index": 496, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 169}
498
+ {"episode_index": 497, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 167}
499
+ {"episode_index": 498, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 137}
500
+ {"episode_index": 499, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 155}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "FFW_SG2",
4
+ "total_episodes": 500,
5
+ "total_frames": 79017,
6
+ "total_tasks": 1,
7
+ "total_videos": 1500,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:500"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 19
21
+ ],
22
+ "names": [
23
+ "arm_l_joint1",
24
+ "arm_l_joint2",
25
+ "arm_l_joint3",
26
+ "arm_l_joint4",
27
+ "arm_l_joint5",
28
+ "arm_l_joint6",
29
+ "arm_l_joint7",
30
+ "gripper_l_joint1",
31
+ "arm_r_joint1",
32
+ "arm_r_joint2",
33
+ "arm_r_joint3",
34
+ "arm_r_joint4",
35
+ "arm_r_joint5",
36
+ "arm_r_joint6",
37
+ "arm_r_joint7",
38
+ "gripper_r_joint1",
39
+ "head_joint1",
40
+ "head_joint2",
41
+ "lift_joint"
42
+ ]
43
+ },
44
+ "observation.state": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 19
48
+ ],
49
+ "names": [
50
+ "arm_l_joint1",
51
+ "arm_l_joint2",
52
+ "arm_l_joint3",
53
+ "arm_l_joint4",
54
+ "arm_l_joint5",
55
+ "arm_l_joint6",
56
+ "arm_l_joint7",
57
+ "gripper_l_joint1",
58
+ "arm_r_joint1",
59
+ "arm_r_joint2",
60
+ "arm_r_joint3",
61
+ "arm_r_joint4",
62
+ "arm_r_joint5",
63
+ "arm_r_joint6",
64
+ "arm_r_joint7",
65
+ "gripper_r_joint1",
66
+ "head_joint1",
67
+ "head_joint2",
68
+ "lift_joint"
69
+ ]
70
+ },
71
+ "observation.images.cam_head": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 376,
75
+ 672,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "video_info": {
84
+ "video.height": 376,
85
+ "video.width": 672,
86
+ "video.codec": "libx264",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 10,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ },
93
+ "info": {
94
+ "video.height": 376,
95
+ "video.width": 672,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 10,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.cam_wrist_left": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 240,
108
+ 424,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channels"
115
+ ],
116
+ "video_info": {
117
+ "video.height": 240,
118
+ "video.width": 424,
119
+ "video.codec": "libx264",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "video.fps": 10,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ },
126
+ "info": {
127
+ "video.height": 240,
128
+ "video.width": 424,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 10,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.cam_wrist_right": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 240,
141
+ 424,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "video_info": {
150
+ "video.height": 240,
151
+ "video.width": 424,
152
+ "video.codec": "libx264",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 10,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ },
159
+ "info": {
160
+ "video.height": 240,
161
+ "video.width": 424,
162
+ "video.codec": "av1",
163
+ "video.pix_fmt": "yuv420p",
164
+ "video.is_depth_map": false,
165
+ "video.fps": 10,
166
+ "video.channels": 3,
167
+ "has_audio": false
168
+ }
169
+ },
170
+ "timestamp": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "frame_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "episode_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "task_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ }
205
+ }
206
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "RobotisLab-Real-Pick-Place-FFW-SG2-v0"}
videos/chunk-000/observation.images.cam_head/episode_000187.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4138e2674b7986e82e3fead5b237000fe46cbe4e13aa3a7ed9baa6b4b6f25632
3
+ size 687093