wego-hansu commited on
Commit
bd6a735
·
verified ·
1 Parent(s): f81de7c

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +24 -0
  2. README.md +164 -0
  3. data/chunk-000/episode_000000.parquet +3 -0
  4. data/chunk-000/episode_000001.parquet +3 -0
  5. data/chunk-000/episode_000002.parquet +3 -0
  6. data/chunk-000/episode_000003.parquet +3 -0
  7. data/chunk-000/episode_000004.parquet +3 -0
  8. data/chunk-000/episode_000005.parquet +3 -0
  9. data/chunk-000/episode_000006.parquet +3 -0
  10. data/chunk-000/episode_000007.parquet +3 -0
  11. data/chunk-000/episode_000008.parquet +3 -0
  12. data/chunk-000/episode_000009.parquet +3 -0
  13. data/chunk-000/episode_000010.parquet +3 -0
  14. data/chunk-000/episode_000011.parquet +3 -0
  15. data/chunk-000/episode_000012.parquet +3 -0
  16. data/chunk-000/episode_000013.parquet +3 -0
  17. data/chunk-000/episode_000014.parquet +3 -0
  18. data/chunk-000/episode_000015.parquet +3 -0
  19. data/chunk-000/episode_000016.parquet +3 -0
  20. data/chunk-000/episode_000017.parquet +3 -0
  21. data/chunk-000/episode_000018.parquet +3 -0
  22. data/chunk-000/episode_000019.parquet +3 -0
  23. data/chunk-000/episode_000020.parquet +3 -0
  24. data/chunk-000/episode_000021.parquet +3 -0
  25. data/chunk-000/episode_000022.parquet +3 -0
  26. data/chunk-000/episode_000023.parquet +3 -0
  27. data/chunk-000/episode_000024.parquet +3 -0
  28. data/chunk-000/episode_000025.parquet +3 -0
  29. data/chunk-000/episode_000026.parquet +3 -0
  30. data/chunk-000/episode_000027.parquet +3 -0
  31. data/chunk-000/episode_000028.parquet +3 -0
  32. data/chunk-000/episode_000029.parquet +3 -0
  33. data/chunk-000/episode_000030.parquet +3 -0
  34. data/chunk-000/episode_000031.parquet +3 -0
  35. data/chunk-000/episode_000032.parquet +3 -0
  36. meta/episodes.jsonl +33 -0
  37. meta/episodes_stats.jsonl +33 -0
  38. meta/info.json +129 -0
  39. meta/tasks.jsonl +1 -0
  40. videos/chunk-000/observation.images.hand/episode_000000.mp4 +3 -0
  41. videos/chunk-000/observation.images.hand/episode_000001.mp4 +3 -0
  42. videos/chunk-000/observation.images.hand/episode_000002.mp4 +3 -0
  43. videos/chunk-000/observation.images.hand/episode_000003.mp4 +3 -0
  44. videos/chunk-000/observation.images.hand/episode_000004.mp4 +3 -0
  45. videos/chunk-000/observation.images.hand/episode_000005.mp4 +3 -0
  46. videos/chunk-000/observation.images.hand/episode_000006.mp4 +3 -0
  47. videos/chunk-000/observation.images.hand/episode_000007.mp4 +3 -0
  48. videos/chunk-000/observation.images.hand/episode_000008.mp4 +3 -0
  49. videos/chunk-000/observation.images.hand/episode_000009.mp4 +3 -0
  50. videos/chunk-000/observation.images.hand/episode_000010.mp4 +3 -0
.gitattributes CHANGED
@@ -8,6 +8,8 @@
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
 
 
11
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
  *.model filter=lfs diff=lfs merge=lfs -text
13
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -33,3 +35,25 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
  *.model filter=lfs diff=lfs merge=lfs -text
15
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
35
  *.zip filter=lfs diff=lfs merge=lfs -text
36
  *.zst filter=lfs diff=lfs merge=lfs -text
37
  *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "piper_follower",
29
+ "total_episodes": 1,
30
+ "total_frames": 383,
31
+ "total_tasks": 1,
32
+ "total_videos": 2,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 7
46
+ ],
47
+ "names": [
48
+ "joint1.pos",
49
+ "joint2.pos",
50
+ "joint3.pos",
51
+ "joint4.pos",
52
+ "joint5.pos",
53
+ "joint6.pos",
54
+ "gripper.pos"
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 7
61
+ ],
62
+ "names": [
63
+ "joint1.pos",
64
+ "joint2.pos",
65
+ "joint3.pos",
66
+ "joint4.pos",
67
+ "joint5.pos",
68
+ "joint6.pos",
69
+ "gripper.pos"
70
+ ]
71
+ },
72
+ "observation.images.top": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "observation.images.hand": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 30,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "timestamp": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "frame_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "episode_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "task_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ }
153
+ }
154
+ }
155
+ ```
156
+
157
+
158
+ ## Citation
159
+
160
+ **BibTeX:**
161
+
162
+ ```bibtex
163
+ [More Information Needed]
164
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf6bd074b991154442c337429eb3adbee503fd279c252e087ee2b3577b1693e
3
+ size 25057
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ad7b3ee6ce0a81a705c1038d48850b53bded5a8129559fa69169ed9b4965e9
3
+ size 22567
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83043c7be4ec54ce0fd48165ff6c309d4649fc2c63c55c12d9ca23f62afdbb0d
3
+ size 20189
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab73bbe76f46cde6f71d429aded83c5df43d2fd0edf0ddfeaf78602b1df1e1f
3
+ size 21221
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a191b28aa54a2a0ece02beedd3d3ad3b20ea62b96355be23435dfe48edd745e
3
+ size 25187
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f5bbe8459e9b88f9770d24b085ccf79116971c2afa7daff0a08b7457ec3206
3
+ size 25348
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6bfe0750ecabbac35ac2db5d3f6990addcc9c2139bf78bd12c1d185b69ec27d
3
+ size 23175
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65fbfe1ec9ffc30579bd3b3477dbcb6f15f6d4e920f9e35ca3ff5d6c6a1189c
3
+ size 20859
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6479113c4666a7cc04b0c6198799ed4a995ba526cc7b2a7dec6835978101bde
3
+ size 19394
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9ab86e9db730eb573d94a416586ad045d803ccae177be4ba8b6803e7bbbf4c
3
+ size 16556
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72beefbd8c01f4f1b18988e2eedd3af3fe535876b8010a2315e5e7f71887f4f
3
+ size 18019
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f09cb29254b241276610eec1b1bb46a40e17e44569c371f8eb06fdbd439dd11
3
+ size 16585
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9c1e4da78c390301fefdf165ce5da2a7eda835f3f3b4573cf47a26785018a6
3
+ size 18578
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a99d22b61d5c0f2ee6e96a5fe19297031924cce77186bd2e95a1d37bb33e479a
3
+ size 21204
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883fbd953c67d7e736f8ce25b65e0efc5ba66d617dd7abbaec31b9d2e2fc732c
3
+ size 17878
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f515055c898cbdb902de57aedf1ff6f0960553df6a793fafb702f90152190c9
3
+ size 17896
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb34a03eb2f424d6238b0d95f0e6b695d8acc0739af99e574c6e0fc5d88a8d6
3
+ size 20645
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae650f4e4f8d34533cb39e88acd39b4245d35a4671ee23f3becc6ec6081ad8d
3
+ size 20676
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:771f5e27b2ea5aa715c4589b7af376f0db6d8d7ca7fea1232a0342a07ba8cace
3
+ size 21126
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de52c6bee7b0c67f354b43eaca5865aeabd0f792affbc78d5dec8031a40a28d2
3
+ size 22657
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af546d7dfabb4b336d84024706f4bf0078e26c558fb171867c632d128e39fb12
3
+ size 20041
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3646dd659acbb1d5cda2aa0a649f39606db0be8e85c7447c368cd82181c38fc
3
+ size 19272
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bdf45f181432cf2ec399828728dac41c41ff33bcab1813f4d83bf61f7d8803
3
+ size 20944
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d69c7e1e9aa862d86680ee3ea6d3281cff818c3da7b0fe168bea9cd7e6019e
3
+ size 17529
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25a6717fe6558c34f25f20f16e5b7a92d214947d881de2fb8aca46093967b88
3
+ size 19994
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d42e4350ee90551b4a6d65e29e956991a3219f5357fed777b8bb5d2d6c252c3
3
+ size 16407
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0973a154966f509fb7bc3ba417f363319ec4f4fc078d121c052c06b1080d1911
3
+ size 20987
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f244f50a5fafe36dca2817c8c482d0415e67222bd28c7fec2d0645cc74bf9a7
3
+ size 17564
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26812cded2d4742b014039a22a055b9688fbe48ed69be06aa4b69c83c21a98de
3
+ size 14955
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02774cbefecd5cbb6c6f0941395a2c62d22eecea110e997ae3cf5ab14bba753
3
+ size 19689
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:904433752ac85ba2310c70f3e16a32657d83f1a8c38f078570f09c996a4e6c99
3
+ size 24148
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4fed63381a63265535d9c3824930f99f940f2a6174b59c1b084e94e0c1f3eb
3
+ size 21520
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cbd67dfc230da915fe0fbbe03be0babb922a65c95910cdb24d29cdfedd6960e
3
+ size 18994
meta/episodes.jsonl ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up a keyring and put it in the box."], "length": 383}
2
+ {"episode_index": 1, "tasks": ["Pick up a keyring and put it in the box."], "length": 338}
3
+ {"episode_index": 2, "tasks": ["Pick up a keyring and put it in the box."], "length": 317}
4
+ {"episode_index": 3, "tasks": ["Pick up a keyring and put it in the box."], "length": 300}
5
+ {"episode_index": 4, "tasks": ["Pick up a keyring and put it in the box."], "length": 350}
6
+ {"episode_index": 5, "tasks": ["Pick up a keyring and put it in the box."], "length": 356}
7
+ {"episode_index": 6, "tasks": ["Pick up a keyring and put it in the box."], "length": 414}
8
+ {"episode_index": 7, "tasks": ["Pick up a keyring and put it in the box."], "length": 305}
9
+ {"episode_index": 8, "tasks": ["Pick up a keyring and put it in the box."], "length": 262}
10
+ {"episode_index": 9, "tasks": ["Pick up a keyring and put it in the box."], "length": 218}
11
+ {"episode_index": 10, "tasks": ["Pick up a keyring and put it in the box."], "length": 256}
12
+ {"episode_index": 11, "tasks": ["Pick up a keyring and put it in the box."], "length": 214}
13
+ {"episode_index": 12, "tasks": ["Pick up a keyring and put it in the box."], "length": 266}
14
+ {"episode_index": 13, "tasks": ["Pick up a keyring and put it in the box."], "length": 289}
15
+ {"episode_index": 14, "tasks": ["Pick up a keyring and put it in the box."], "length": 247}
16
+ {"episode_index": 15, "tasks": ["Pick up a keyring and put it in the box."], "length": 236}
17
+ {"episode_index": 16, "tasks": ["Pick up a keyring and put it in the box."], "length": 300}
18
+ {"episode_index": 17, "tasks": ["Pick up a keyring and put it in the box."], "length": 309}
19
+ {"episode_index": 18, "tasks": ["Pick up a keyring and put it in the box."], "length": 322}
20
+ {"episode_index": 19, "tasks": ["Pick up a keyring and put it in the box."], "length": 350}
21
+ {"episode_index": 20, "tasks": ["Pick up a keyring and put it in the box."], "length": 303}
22
+ {"episode_index": 21, "tasks": ["Pick up a keyring and put it in the box."], "length": 302}
23
+ {"episode_index": 22, "tasks": ["Pick up a keyring and put it in the box."], "length": 316}
24
+ {"episode_index": 23, "tasks": ["Pick up a keyring and put it in the box."], "length": 233}
25
+ {"episode_index": 24, "tasks": ["Pick up a keyring and put it in the box."], "length": 281}
26
+ {"episode_index": 25, "tasks": ["Pick up a keyring and put it in the box."], "length": 199}
27
+ {"episode_index": 26, "tasks": ["Pick up a keyring and put it in the box."], "length": 258}
28
+ {"episode_index": 27, "tasks": ["Pick up a keyring and put it in the box."], "length": 223}
29
+ {"episode_index": 28, "tasks": ["Pick up a keyring and put it in the box."], "length": 190}
30
+ {"episode_index": 29, "tasks": ["Pick up a keyring and put it in the box."], "length": 244}
31
+ {"episode_index": 30, "tasks": ["Pick up a keyring and put it in the box."], "length": 338}
32
+ {"episode_index": 31, "tasks": ["Pick up a keyring and put it in the box."], "length": 276}
33
+ {"episode_index": 32, "tasks": ["Pick up a keyring and put it in the box."], "length": 261}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.534000396728516, -100.0, 9.295293807983398, -43.85900115966797, -24.836923599243164, -3.022608757019043, 0.0], "max": [-14.085332870483398, 23.593334197998047, 100.0, -1.524999976158142, 100.0, 23.51913070678711, 84.4117660522461], "mean": [-19.917306900024414, -49.6852912902832, 59.432838439941406, -16.992155075073242, 33.75477981567383, 5.907363414764404, 7.39348840713501], "std": [7.446968078613281, 50.141204833984375, 41.212242126464844, 9.302679061889648, 38.12129211425781, 7.07533073425293, 20.801916122436523], "count": [383]}, "observation.state": {"min": [-35.57466506958008, -100.0, 9.257647514343262, -43.71099853515625, -24.932308197021484, -3.088695764541626, 0.5147058963775635], "max": [-14.072667121887207, 23.513334274291992, 100.0, -2.562999963760376, 97.83999633789062, 23.442607879638672, 71.64705657958984], "mean": [-19.880992889404297, -48.79009246826172, 57.859375, -17.126602172851562, 32.46988296508789, 5.823249816894531, 9.972404479980469], "std": [7.445385456085205, 49.54193115234375, 40.503196716308594, 9.217073440551758, 37.33382797241211, 7.0714640617370605, 17.92807960510254], "count": [383]}, "observation.images.top": {"min": [[[0.06274509803921569]], [[0.10588235294117647]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4624001756535948]], [[0.4232317197712418]], [[0.42184335988562094]]], "std": [[[0.23335581139072656]], [[0.18633494242232954]], [[0.20384981751171508]]], "count": [100]}, "observation.images.hand": {"min": [[[0.0784313725490196]], [[0.10980392156862745]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37352418913398694]], [[0.3628377736928105]], [[0.3853371262254902]]], "std": [[[0.17082335587780714]], [[0.14878553263502642]], [[0.16210481584961808]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.733333333333333], "mean": [6.366666666666667], "std": [3.6854066562894015], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [383]}, "index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [383]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-38.06399917602539, -100.0, 13.36823558807373, -30.16200065612793, -7.150769233703613, -22.768695831298828, 0.0], "max": [-15.477999687194824, 8.954444885253906, 92.36117553710938, 9.656000137329102, 50.57692337036133, 5.312173843383789, 80.19117736816406], "mean": [-26.256431579589844, -44.764793395996094, 56.23820114135742, -9.589154243469238, 26.929702758789062, -7.284513473510742, 14.125483512878418], "std": [10.994915962219238, 42.576133728027344, 26.035531997680664, 14.219683647155762, 11.8978271484375, 11.26816463470459, 28.73212242126465], "count": [338]}, "observation.state": {"min": [-38.097999572753906, -100.0, 13.381175994873047, -30.25, -7.346153736114502, -22.725217819213867, 0.20588235557079315], "max": [-15.4486665725708, 8.943333625793457, 92.4117660522461, 9.595000267028809, 50.636924743652344, 5.3339128494262695, 78.13235473632812], "mean": [-25.996471405029297, -44.27900314331055, 55.50042724609375, -9.265610694885254, 26.745906829833984, -7.482861042022705, 21.804059982299805], "std": [10.718987464904785, 42.04961395263672, 26.061279296875, 14.148675918579102, 12.308073997497559, 11.206114768981934, 27.537126541137695], "count": [338]}, "observation.images.top": {"min": [[[0.06274509803921569]], [[0.11764705882352941]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36574273692810455]], [[0.35655123161764707]], [[0.3799310477941176]]], "std": [[[0.16910953840520987]], [[0.14887702903738834]], [[0.1613686198988643]]], "count": [100]}, "observation.images.hand": {"min": [[[0.11372549019607843]], [[0.12156862745098039]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4964586213235294]], [[0.4396654289215686]], [[0.43984218545751635]]], "std": [[[0.24114530319495497]], [[0.1862079928792268]], [[0.2047222445561624]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.233333333333333], "mean": [5.616666666666667], "std": [3.2523922819296502], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [338]}, "index": {"min": [383], "max": [720], "mean": [551.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [338]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-27.444665908813477, -55.77111053466797, -2.768235206604004, -41.60100173950195, 28.673845291137695, -19.387826919555664, 0.0], "max": [-17.795333862304688, 15.887777328491211, 45.735294342041016, 20.445999145507812, 92.81999969482422, 12.178260803222656, 88.32353210449219], "mean": [-23.282861709594727, -20.319982528686523, 23.305051803588867, -12.760231971740723, 65.44432830810547, -2.1126604080200195, 34.55709457397461], "std": [4.680565357208252, 27.04909324645996, 21.585844039916992, 13.607420921325684, 19.773090362548828, 7.793817043304443, 34.95337677001953], "count": [317]}, "observation.state": {"min": [-27.439332962036133, -55.78555679321289, -2.784705877304077, -41.487998962402344, 27.923076629638672, -19.34000015258789, 0.720588207244873], "max": [-17.766000747680664, 15.863333702087402, 45.72352981567383, 20.31100082397461, 93.36000061035156, 12.209565162658691, 85.75], "mean": [-23.354074478149414, -20.42147445678711, 23.662921905517578, -12.800880432128906, 65.40194702148438, -2.206301212310791, 45.67803192138672], "std": [4.6685404777526855, 27.182825088500977, 21.564489364624023, 13.268107414245605, 19.781858444213867, 7.7548956871032715, 26.227182388305664], "count": [317]}, "observation.images.top": {"min": [[[0.12156862745098039]], [[0.11764705882352941]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36007836192810455]], [[0.3515813235294118]], [[0.3759735049019608]]], "std": [[[0.16567575627361672]], [[0.14554638444370763]], [[0.16008749402625946]]], "count": [100]}, "observation.images.hand": {"min": [[[0.0784313725490196]], [[0.11764705882352941]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4964867871732026]], [[0.4348736151960784]], [[0.4425383843954248]]], "std": [[[0.25497783691971126]], [[0.2009486692262077]], [[0.23003471620290405]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.533333333333333], "mean": [5.266666666666667], "std": [3.050318744728892], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [317]}, "index": {"min": [721], "max": [1037], "mean": [879.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [317]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-31.261999130249023, -47.60333251953125, -3.5788235664367676, -26.076000213623047, 58.19076919555664, -8.44521713256836, 0.0], "max": [-15.116000175476074, 19.135555267333984, 23.079999923706055, -1.2410000562667847, 94.64154052734375, 5.30956506729126, 93.05882263183594], "mean": [-24.39219093322754, -7.246017932891846, 10.312467575073242, -15.880146026611328, 81.12138366699219, -1.5808172225952148, 23.919071197509766], "std": [7.747908592224121, 23.352922439575195, 12.585909843444824, 7.110401630401611, 11.094698905944824, 4.192658424377441, 34.608680725097656], "count": [300]}, "observation.state": {"min": [-31.25933265686035, -47.5966682434082, -3.5317647457122803, -25.98699951171875, 52.58461380004883, -8.518260955810547, 0.720588207244873], "max": [-15.107333183288574, 19.0977783203125, 23.030588150024414, -1.2899999618530273, 95.2938461303711, 5.3339128494262695, 88.94117736816406], "mean": [-24.535694122314453, -7.296679496765137, 10.469705581665039, -15.96651840209961, 80.83757019042969, -1.5266588926315308, 27.193986892700195], "std": [7.716580867767334, 23.54807472229004, 12.586493492126465, 6.990851402282715, 11.552604675292969, 4.236579418182373, 30.64838981628418], "count": [300]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.10588235294117647]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370385739379085]], [[0.3579148815359477]], [[0.37862656454248367]]], "std": [[[0.17476508194501722]], [[0.15163084079389358]], [[0.1642910092910369]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08627450980392157]], [[0.11372549019607843]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48726295343137255]], [[0.42181389501633987]], [[0.4171914093137255]]], "std": [[[0.26826405977668044]], [[0.2033238965566395]], [[0.22500603793673885]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [300]}, "index": {"min": [1038], "max": [1337], "mean": [1187.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-30.634666442871094, -63.25777816772461, 1.50352942943573, -28.275999069213867, 52.39384460449219, -14.878260612487793, 0.0], "max": [-15.507333755493164, 18.301111221313477, 47.40470504760742, -1.4539999961853027, 93.9953842163086, 9.052173614501953, 100.0], "mean": [-24.315526962280273, -15.5253267288208, 15.156120300292969, -13.138666152954102, 75.21585083007812, -4.376021385192871, 31.829326629638672], "std": [6.570111274719238, 27.483600616455078, 16.760770797729492, 7.434262275695801, 10.066747665405273, 5.870664119720459, 43.79255294799805], "count": [350]}, "observation.state": {"min": [-30.636667251586914, -63.30888748168945, 1.5164705514907837, -28.075000762939453, 52.36000061035156, -15.012173652648926, 0.720588207244873], "max": [-15.498666763305664, 18.274444580078125, 47.44588088989258, -1.5499999523162842, 93.75230407714844, 9.053913116455078, 98.20587921142578], "mean": [-24.377717971801758, -15.183865547180176, 14.378716468811035, -13.009686470031738, 74.97362518310547, -4.204674243927002, 43.874088287353516], "std": [6.580290794372559, 27.291812896728516, 16.034788131713867, 7.436626434326172, 10.355866432189941, 5.828316688537598, 37.12145233154297], "count": [350]}, "observation.images.top": {"min": [[[0.09411764705882353]], [[0.11372549019607843]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36676025939542484]], [[0.3573981597222222]], [[0.3800420220588235]]], "std": [[[0.16957328302124527]], [[0.14955714966006492]], [[0.16319183699774842]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08627450980392157]], [[0.12156862745098039]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5159304289215686]], [[0.4417929616013072]], [[0.4350362336601307]]], "std": [[[0.26319642298349977]], [[0.19445122601982925]], [[0.21781068183253238]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.633333333333333], "mean": [5.816666666666667], "std": [3.3678628238097823], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [350]}, "index": {"min": [1338], "max": [1687], "mean": [1512.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [350]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-36.288665771484375, -56.17777633666992, 10.567058563232422, -38.09199905395508, 51.06307601928711, -32.2669563293457, 0.0], "max": [-13.692000389099121, 12.109999656677246, 43.0905876159668, 31.215999603271484, 79.15077209472656, 13.091304779052734, 100.0], "mean": [-26.056264877319336, -22.363269805908203, 27.85406494140625, -13.797340393066406, 63.905452728271484, -4.365596294403076, 28.55778694152832], "std": [9.273219108581543, 26.147737503051758, 6.945372104644775, 16.275856018066406, 7.500577449798584, 11.463576316833496, 41.06258773803711], "count": [356]}, "observation.state": {"min": [-36.29999923706055, -56.32555389404297, 10.541176795959473, -37.95199966430664, 50.86000061035156, -32.21391296386719, 0.720588207244873], "max": [-13.66533374786377, 12.172222137451172, 43.09529495239258, 31.18400001525879, 79.33077239990234, 13.126087188720703, 96.76470947265625], "mean": [-26.275428771972656, -22.060876846313477, 27.857364654541016, -11.390870094299316, 63.92755889892578, -5.432754039764404, 41.16709899902344], "std": [9.238456726074219, 26.191177368164062, 6.992003440856934, 16.70745277404785, 7.49485969543457, 11.842440605163574, 34.3857536315918], "count": [356]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.12156862745098039]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3747493668300653]], [[0.3638714256535948]], [[0.38623989991830066]]], "std": [[[0.17651092129238782]], [[0.15583548536233105]], [[0.16831160105706816]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08235294117647059]], [[0.12549019607843137]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5229006086601308]], [[0.43842446486928105]], [[0.42712372753267974]]], "std": [[[0.2691859789484384]], [[0.19432785243512607]], [[0.22167870668554088]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.833333333333334], "mean": [5.916666666666667], "std": [3.425598082411628], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [356]}, "index": {"min": [1688], "max": [2043], "mean": [1865.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [356]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [-35.48533248901367, -79.04000091552734, 3.2647058963775635, -30.16900062561035, 51.53538513183594, -8.738261222839355, 0.0], "max": [-14.054666519165039, 15.577777862548828, 40.570587158203125, 9.442999839782715, 77.78307342529297, 5.2634782791137695, 90.07353210449219], "mean": [-25.928253173828125, -25.723363876342773, 23.327457427978516, -17.08986473083496, 62.212711334228516, 0.7297102808952332, 44.326663970947266], "std": [8.743172645568848, 29.275503158569336, 13.137619018554688, 6.6962480545043945, 9.992911338806152, 3.295318841934204, 33.991085052490234], "count": [414]}, "observation.state": {"min": [-35.50400161743164, -79.0655517578125, 3.2129411697387695, -30.30299949645996, 46.963077545166016, -8.715652465820312, 0.720588207244873], "max": [-14.029333114624023, 15.661110877990723, 40.762351989746094, 9.178000450134277, 78.32923126220703, 5.321739196777344, 87.60294342041016], "mean": [-26.137163162231445, -25.39446449279785, 23.240800857543945, -17.08965301513672, 62.0687255859375, 0.7520620822906494, 53.50142288208008], "std": [8.664953231811523, 28.943838119506836, 13.062641143798828, 6.810950756072998, 10.108539581298828, 3.2913095951080322, 25.42618751525879], "count": [414]}, "observation.images.top": {"min": [[[0.047058823529411764]], [[0.12156862745098039]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37278483251633987]], [[0.36267626225490196]], [[0.3860146098856209]]], "std": [[[0.1766920677490832]], [[0.156608421496994]], [[0.1714455378429705]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09803921568627451]], [[0.12156862745098039]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49659857026143794]], [[0.4425443729575163]], [[0.4466029493464052]]], "std": [[[0.2513263963949441]], [[0.20241349899529604]], [[0.22393640368443984]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.766666666666667], "mean": [6.883333333333333], "std": [3.9837052360092366], "count": [414]}, "frame_index": {"min": [0], "max": [413], "mean": [206.5], "std": [119.5111570802771], "count": [414]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [414]}, "index": {"min": [2044], "max": [2457], "mean": [2250.5], "std": [119.5111570802771], "count": [414]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [414]}}}
8
+ {"episode_index": 7, "stats": {"action": {"min": [-41.03466796875, -53.42222213745117, 8.527058601379395, -32.86399841308594, 51.40615463256836, -13.597391128540039, 0.0], "max": [-15.979999542236328, 10.90333366394043, 33.750587463378906, 9.930999755859375, 81.61538696289062, 10.179130554199219, 97.79412078857422], "mean": [-27.22425651550293, -19.594558715820312, 24.329204559326172, -11.299602508544922, 66.86345672607422, -2.2747414112091064, 42.56599807739258], "std": [9.333585739135742, 26.01019859313965, 11.467705726623535, 10.148048400878906, 8.08099365234375, 7.3483195304870605, 41.11103057861328], "count": [305]}, "observation.state": {"min": [-41.03533172607422, -53.581111907958984, 8.561176300048828, -32.770999908447266, 51.52000045776367, -13.633913040161133, 0.720588207244873], "max": [-15.952666282653809, 11.050000190734863, 33.72352981567383, 9.619000434875488, 82.23999786376953, 10.149564743041992, 93.88235473632812], "mean": [-27.47642707824707, -19.28371810913086, 24.326017379760742, -11.145045280456543, 66.8066635131836, -2.4824423789978027, 52.40721893310547], "std": [9.239141464233398, 26.015277862548828, 11.448824882507324, 9.97084903717041, 8.243830680847168, 7.173916339874268, 31.9320068359375], "count": [305]}, "observation.images.top": {"min": [[[0.058823529411764705]], [[0.09803921568627451]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38005263071895423]], [[0.36898130310457516]], [[0.3924533149509804]]], "std": [[[0.18084426449889507]], [[0.16057561578099405]], [[0.17429891933315528]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08235294117647059]], [[0.13725490196078433]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500041045751634]], [[0.44442147875816995]], [[0.439822283496732]]], "std": [[[0.2596446545315214]], [[0.20365802738553695]], [[0.22291833075633136]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.133333333333333], "mean": [5.066666666666666], "std": [2.934848093740685], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [305]}, "index": {"min": [2458], "max": [2762], "mean": [2610.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [305]}}}
9
+ {"episode_index": 8, "stats": {"action": {"min": [-35.94533157348633, -59.65999984741211, -11.090588569641113, -26.32200050354004, 65.4000015258789, -7.413913249969482, 0.0], "max": [-15.408666610717773, 26.91111183166504, 40.02470397949219, 7.804999828338623, 100.0, 4.020869731903076, 87.39705657958984], "mean": [-25.092937469482422, -8.811680793762207, 5.303008079528809, -13.341766357421875, 84.10714721679688, -1.7860907316207886, 45.71531295776367], "std": [9.18513011932373, 28.199872970581055, 14.915450096130371, 9.814330101013184, 10.324702262878418, 3.9627788066864014, 41.29937744140625], "count": [262]}, "observation.state": {"min": [-35.95800018310547, -59.7511100769043, -11.15882396697998, -26.371999740600586, 65.15538787841797, -7.426086902618408, 0.720588207244873], "max": [-15.386666297912598, 27.049999237060547, 39.44941329956055, 7.75600004196167, 100.0, 4.0652174949646, 85.85294342041016], "mean": [-25.29840087890625, -8.452937126159668, 4.2467827796936035, -13.04416561126709, 84.25297546386719, -1.8538166284561157, 59.98091506958008], "std": [9.158175468444824, 27.94415855407715, 13.330713272094727, 9.756523132324219, 10.222585678100586, 3.950131416320801, 29.057931900024414], "count": [262]}, "observation.images.top": {"min": [[[0.09803921568627451]], [[0.11764705882352941]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3751729881535948]], [[0.3653226858660131]], [[0.3887199428104575]]], "std": [[[0.1733384884527599]], [[0.15361049717000375]], [[0.16725153954292613]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09411764705882353]], [[0.12941176470588237]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5175182781862746]], [[0.4520604432189542]], [[0.44664605800653595]]], "std": [[[0.26257409654729114]], [[0.20282408328507853]], [[0.22522969353141487]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.7], "mean": [4.3500000000000005], "std": [2.5210778118363053], "count": [262]}, "frame_index": {"min": [0], "max": [261], "mean": [130.5], "std": [75.63233435508916], "count": [262]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [262]}, "index": {"min": [2763], "max": [3024], "mean": [2893.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [262]}}}
10
+ {"episode_index": 9, "stats": {"action": {"min": [-32.49399948120117, -60.231109619140625, 7.9882354736328125, -33.15299987792969, 47.40461349487305, -12.38869571685791, 0.0], "max": [-15.470666885375977, 14.069999694824219, 37.69293975830078, 2.0789999961853027, 77.81999969482422, 7.938261032104492, 93.98529052734375], "mean": [-24.239805221557617, -18.52008628845215, 23.647964477539062, -19.532318115234375, 64.49109649658203, -1.2144829034805298, 34.21849060058594], "std": [7.956359386444092, 28.427734375, 13.868537902832031, 10.082352638244629, 8.959807395935059, 5.935954570770264, 35.55986404418945], "count": [218]}, "observation.state": {"min": [-32.51333236694336, -60.220001220703125, 7.998823642730713, -32.88399887084961, 47.20461654663086, -12.425217628479004, 0.720588207244873], "max": [-15.440666198730469, 14.034444808959961, 37.688236236572266, 1.7339999675750732, 78.10307312011719, 7.904347896575928, 88.94117736816406], "mean": [-24.423707962036133, -18.79507064819336, 23.64314842224121, -19.673213958740234, 64.56758117675781, -1.2465845346450806, 49.10344696044922], "std": [7.96330451965332, 28.327117919921875, 13.82227897644043, 9.56637191772461, 8.9677734375, 5.782599449157715, 25.400880813598633], "count": [218]}, "observation.images.top": {"min": [[[0.11764705882352941]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37832207720588235]], [[0.3681349244281046]], [[0.39170761029411766]]], "std": [[[0.17838534062537117]], [[0.15873579546130273]], [[0.17210943235107765]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08235294117647059]], [[0.12549019607843137]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5055149407679739]], [[0.44313156862745096]], [[0.43877331699346406]]], "std": [[[0.26156331677963857]], [[0.2038835350946687]], [[0.22427592026003076]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.233333333333333], "mean": [3.616666666666667], "std": [2.0976839079751217], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [218]}, "index": {"min": [3025], "max": [3242], "mean": [3133.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [218]}}}
11
+ {"episode_index": 10, "stats": {"action": {"min": [-32.02000045776367, -54.41777801513672, -4.305882453918457, -39.61899948120117, 50.141536712646484, -4.880000114440918, 0.0], "max": [-13.68066692352295, 19.468889236450195, 40.8282356262207, 1.3899999856948853, 90.07384490966797, 14.395651817321777, 85.54412078857422], "mean": [-25.374370574951172, -14.652798652648926, 19.208253860473633, -18.692075729370117, 72.14744567871094, 3.071550130844116, 35.193023681640625], "std": [7.348974227905273, 26.080490112304688, 17.32767677307129, 8.702880859375, 12.419837951660156, 4.549925327301025, 32.063507080078125], "count": [256]}, "observation.state": {"min": [-32.01466751098633, -54.554443359375, -4.325882434844971, -39.60200119018555, 49.619998931884766, -4.805217266082764, 0.720588207244873], "max": [-13.650666236877441, 19.46666717529297, 40.9152946472168, 1.440999984741211, 90.33846282958984, 14.48086929321289, 81.22058868408203], "mean": [-25.31654167175293, -14.014267921447754, 17.637752532958984, -18.618574142456055, 72.03679656982422, 3.0692410469055176, 45.03356170654297], "std": [7.274554252624512, 25.768522262573242, 16.723833084106445, 8.669158935546875, 12.443016052246094, 4.461717128753662, 23.72437286376953], "count": [256]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.10980392156862745]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37616972426470585]], [[0.365831460375817]], [[0.38852482434640523]]], "std": [[[0.17650093379859133]], [[0.15700704055235368]], [[0.1701167319472341]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09803921568627451]], [[0.12549019607843137]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4841507046568628]], [[0.4289983680555556]], [[0.4267523672385621]]], "std": [[[0.2575673213226791]], [[0.20001758657054133]], [[0.22070530865023377]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.5], "mean": [4.25], "std": [2.4633423545166346], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [256]}, "index": {"min": [3243], "max": [3498], "mean": [3370.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [256]}}}
12
+ {"episode_index": 11, "stats": {"action": {"min": [-36.97999954223633, -66.15333557128906, 4.621176242828369, -31.423999786376953, 51.6476936340332, -7.045217514038086, 0.0], "max": [-14.81933307647705, 15.417778015136719, 41.83529281616211, -4.078000068664551, 72.76307678222656, 7.420000076293945, 98.92646789550781], "mean": [-26.059097290039062, -17.45619010925293, 23.450780868530273, -18.732009887695312, 61.047245025634766, 0.0035714278928935528, 41.58245849609375], "std": [10.555496215820312, 26.60080337524414, 11.524571418762207, 7.924844264984131, 6.019940376281738, 4.513041973114014, 39.46727752685547], "count": [214]}, "observation.state": {"min": [-37.012001037597656, -66.23332977294922, 4.522353172302246, -31.57200050354004, 49.61538314819336, -7.032174110412598, 0.720588207244873], "max": [-14.807999610900879, 15.408888816833496, 41.798824310302734, -4.039000034332275, 72.9800033569336, 7.340000152587891, 92.54412078857422], "mean": [-26.451522827148438, -16.662527084350586, 23.109907150268555, -18.445566177368164, 61.013877868652344, -0.12586067616939545, 53.30864715576172], "std": [10.475131034851074, 25.931838989257812, 11.115402221679688, 7.9541144371032715, 6.333314418792725, 4.5298967361450195, 29.41082763671875], "count": [214]}, "observation.images.top": {"min": [[[0.058823529411764705]], [[0.12156862745098039]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35643742034313725]], [[0.34736585171568624]], [[0.3684497181372549]]], "std": [[[0.170802067915046]], [[0.14936189756318774]], [[0.1608754374278175]]], "count": [100]}, "observation.images.hand": {"min": [[[0.07450980392156863]], [[0.12941176470588237]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5024794750816993]], [[0.4425440400326798]], [[0.4382625633169935]]], "std": [[[0.2592289541974126]], [[0.20094211303534149]], [[0.2212393897212996]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.1], "mean": [3.5500000000000003], "std": [2.0591934774998144], "count": [214]}, "frame_index": {"min": [0], "max": [213], "mean": [106.5], "std": [61.775804324994425], "count": [214]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [214]}, "index": {"min": [3499], "max": [3712], "mean": [3605.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [214]}}}
13
+ {"episode_index": 12, "stats": {"action": {"min": [-33.17733383178711, -69.76222229003906, -12.402353286743164, -41.71799850463867, 44.793846130371094, -24.00782585144043, 0.0], "max": [-14.838666915893555, 12.286666870117188, 50.442352294921875, 4.810999870300293, 87.58000183105469, 8.690434455871582, 81.52941131591797], "mean": [-27.06385612487793, -29.53009033203125, 31.825132369995117, -17.823320388793945, 58.66737365722656, -5.610363483428955, 39.694698333740234], "std": [7.864484786987305, 32.54018020629883, 18.9740047454834, 17.14807891845703, 11.898955345153809, 13.260318756103516, 32.23696517944336], "count": [266]}, "observation.state": {"min": [-33.16866683959961, -70.18000030517578, -12.455293655395508, -41.79399871826172, 44.130767822265625, -24.058259963989258, 0.720588207244873], "max": [-14.802000045776367, 12.435555458068848, 50.508235931396484, 13.184000015258789, 87.61846160888672, 8.637391090393066, 78.44117736816406], "mean": [-27.20879364013672, -29.32579231262207, 30.526525497436523, -17.680173873901367, 58.74217224121094, -5.830043315887451, 47.72559356689453], "std": [7.8268585205078125, 32.452056884765625, 18.8558292388916, 17.43560791015625, 11.970013618469238, 13.303881645202637, 24.452434539794922], "count": [266]}, "observation.images.top": {"min": [[[0.10196078431372549]], [[0.10196078431372549]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3775307455065359]], [[0.36654737336601306]], [[0.3888991074346405]]], "std": [[[0.17937831910295673]], [[0.15817188852491385]], [[0.17091493041407899]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09019607843137255]], [[0.12549019607843137]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5104617381535947]], [[0.44683301062091507]], [[0.4420000857843137]]], "std": [[[0.2575371121028762]], [[0.19757447491280514]], [[0.2181737026236773]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.833333333333334], "mean": [4.416666666666666], "std": [2.5595681059289843], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [266]}, "index": {"min": [3713], "max": [3978], "mean": [3845.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [266]}}}
14
+ {"episode_index": 13, "stats": {"action": {"min": [-35.279335021972656, -72.67778015136719, 1.0505882501602173, -35.24399948120117, 20.247692108154297, -2.8026087284088135, 0.0], "max": [-15.407333374023438, 19.051111221313477, 61.12588119506836, -6.181000232696533, 82.24153900146484, 15.646086692810059, 95.22058868408203], "mean": [-24.788394927978516, -21.257787704467773, 29.648818969726562, -20.488019943237305, 57.9871711730957, 4.509121894836426, 36.50278091430664], "std": [6.585754871368408, 34.7070426940918, 21.457876205444336, 7.530251979827881, 19.275146484375, 5.530322551727295, 41.20625305175781], "count": [289]}, "observation.state": {"min": [-35.270668029785156, -72.74222564697266, 1.0211764574050903, -35.36600112915039, 20.18000030517578, -2.7347826957702637, 0.720588207244873], "max": [-15.38599967956543, 19.036666870117188, 61.19529342651367, -6.22599983215332, 83.0846176147461, 15.706087112426758, 93.36764526367188], "mean": [-24.870155334472656, -20.63890838623047, 28.963590621948242, -20.5048828125, 57.87106704711914, 4.469075679779053, 43.65596389770508], "std": [6.642004489898682, 34.297935485839844, 20.94382667541504, 7.428676605224609, 19.429540634155273, 5.446197509765625, 35.052734375], "count": [289]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.12156862745098039]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3744809027777778]], [[0.3642210968137255]], [[0.38786287173202616]]], "std": [[[0.17376318619866268]], [[0.15349993387645794]], [[0.16773902271084035]]], "count": [100]}, "observation.images.hand": {"min": [[[0.0784313725490196]], [[0.12549019607843137]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508451995506536]], [[0.439596779003268]], [[0.43246732230392154]]], "std": [[[0.2647784800865195]], [[0.20086639890770522]], [[0.222783671302303]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.6], "mean": [4.8], "std": [2.780887148615228], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [289]}, "index": {"min": [3979], "max": [4267], "mean": [4123.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [289]}}}
15
+ {"episode_index": 14, "stats": {"action": {"min": [-27.826000213623047, -59.88888931274414, 15.251764297485352, -41.50899887084961, 31.06307601928711, -7.976521968841553, 0.0], "max": [-15.135333061218262, 11.378889083862305, 51.138824462890625, -1.437999963760376, 70.09076690673828, 29.4721736907959, 69.17646789550781], "mean": [-24.01032257080078, -21.54170036315918, 32.30394744873047, -16.72835350036621, 54.763126373291016, 0.29735517501831055, 20.026437759399414], "std": [5.28574800491333, 26.069217681884766, 12.407564163208008, 9.9918212890625, 12.299559593200684, 10.923294067382812, 27.91825294494629], "count": [247]}, "observation.state": {"min": [-27.847333908081055, -60.0, 15.303529739379883, -41.492000579833984, 31.02923011779785, -8.006087303161621, 0.720588207244873], "max": [-15.128000259399414, 11.45555591583252, 51.22823715209961, -1.7289999723434448, 70.46615600585938, 32.06260681152344, 67.01470947265625], "mean": [-24.024660110473633, -20.715890884399414, 32.091941833496094, -17.93184471130371, 54.81360626220703, 1.1224669218063354, 26.377117156982422], "std": [5.285109043121338, 25.557151794433594, 12.236932754516602, 10.079399108886719, 12.094931602478027, 11.812068939208984, 23.83956527709961], "count": [247]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.10196078431372549]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37718347222222226]], [[0.36722628267973856]], [[0.39136464460784315]]], "std": [[[0.1791048877735031]], [[0.15956471117872476]], [[0.17395317576216673]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09411764705882353]], [[0.12941176470588237]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017676756535947]], [[0.43779264093137255]], [[0.4318713010620915]]], "std": [[[0.2638632523459311]], [[0.20049933881691234]], [[0.2213061489822698]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.2], "mean": [4.1000000000000005], "std": [2.3767391293301183], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [247]}, "index": {"min": [4268], "max": [4514], "mean": [4391.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [247]}}}
16
+ {"episode_index": 15, "stats": {"action": {"min": [-30.198667526245117, -59.813331604003906, 13.924705505371094, -39.137001037597656, 36.3446159362793, -12.0600004196167, 0.0], "max": [-15.965999603271484, 13.652222633361816, 50.58353042602539, 7.269000053405762, 64.41230773925781, 19.384347915649414, 89.35294342041016], "mean": [-22.277320861816406, -16.298236846923828, 33.1910285949707, -13.954597473144531, 51.85227584838867, 1.3156970739364624, 45.092201232910156], "std": [5.584308624267578, 25.13385772705078, 13.183098793029785, 13.453376770019531, 6.804908275604248, 10.274953842163086, 40.695106506347656], "count": [236]}, "observation.state": {"min": [-30.231332778930664, -59.887779235839844, 13.929411888122559, -39.14500045776367, 36.161537170410156, -12.058260917663574, 0.720588207244873], "max": [-15.935999870300293, 13.698888778686523, 50.64823532104492, 1.6109999418258667, 64.68000030517578, 19.297391891479492, 84.82353210449219], "mean": [-22.36295509338379, -15.779645919799805, 32.49216842651367, -14.510796546936035, 52.24413299560547, 1.5230917930603027, 57.00282287597656], "std": [5.574985027313232, 24.70734405517578, 12.8563232421875, 12.740758895874023, 6.75949764251709, 10.34117317199707, 28.5474853515625], "count": [236]}, "observation.images.top": {"min": [[[0.03137254901960784]], [[0.12941176470588237]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3780553778594771]], [[0.3685716237745098]], [[0.39289873161764705]]], "std": [[[0.17792465825642284]], [[0.16005219486308472]], [[0.17407049979570485]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09411764705882353]], [[0.12549019607843137]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5326174897875817]], [[0.4475603431372549]], [[0.43422497753267975]]], "std": [[[0.2751470765067421]], [[0.19643439979702315]], [[0.2201320158093975]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.833333333333333], "mean": [3.9166666666666665], "std": [2.270890672058971], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [236]}, "index": {"min": [4515], "max": [4750], "mean": [4632.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [236]}}}
17
+ {"episode_index": 16, "stats": {"action": {"min": [-29.04800033569336, -50.779998779296875, 30.020000457763672, -52.1870002746582, 17.216922760009766, -21.466957092285156, 0.0], "max": [-15.51533317565918, 10.174444198608398, 51.35529327392578, 5.257999897003174, 79.26923370361328, 22.29652214050293, 87.60294342041016], "mean": [-20.584257125854492, -20.928871154785156, 41.3028678894043, -17.89085578918457, 50.983699798583984, -2.0856218338012695, 39.72638702392578], "std": [5.402155876159668, 24.987686157226562, 5.480201721191406, 17.62261199951172, 19.00055503845215, 13.844970703125, 38.30122375488281], "count": [300]}, "observation.state": {"min": [-29.06800079345703, -50.8033332824707, 30.005882263183594, -52.01599884033203, 17.007692337036133, -21.56260871887207, 0.720588207244873], "max": [-15.500666618347168, 10.126667022705078, 51.350589752197266, 5.184999942779541, 79.92768859863281, 22.354782104492188, 84.92646789550781], "mean": [-20.63585090637207, -21.149486541748047, 41.08287048339844, -18.971343994140625, 51.07613754272461, -1.8156033754348755, 43.27513122558594], "std": [5.3922224044799805, 25.008987426757812, 5.453682899475098, 17.08863067626953, 19.180667877197266, 13.307217597961426, 31.417869567871094], "count": [300]}, "observation.images.top": {"min": [[[0.11372549019607843]], [[0.12156862745098039]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3768459538398693]], [[0.3665690298202614]], [[0.39037214460784314]]], "std": [[[0.18086645611813743]], [[0.1600692923690346]], [[0.17301503149426692]]], "count": [100]}, "observation.images.hand": {"min": [[[0.10980392156862745]], [[0.13333333333333333]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4827066809640523]], [[0.43536290236928105]], [[0.44277121527777774]]], "std": [[[0.2551331649815075]], [[0.2039470771089721]], [[0.2239870855177267]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [300]}, "index": {"min": [4751], "max": [5050], "mean": [4900.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
18
+ {"episode_index": 17, "stats": {"action": {"min": [-36.290000915527344, -51.45000076293945, 22.11294174194336, -13.347999572753906, 41.56307601928711, -34.06434631347656, 0.0], "max": [-21.29400062561035, 14.066666603088379, 50.43529510498047, 23.993000030517578, 75.67538452148438, -9.115652084350586, 100.0], "mean": [-30.986574172973633, -16.66852378845215, 32.75738525390625, 5.3713459968566895, 52.40913391113281, -19.296382904052734, 26.614219665527344], "std": [5.746789932250977, 24.826221466064453, 9.791004180908203, 12.177013397216797, 8.319303512573242, 9.316679000854492, 42.30348587036133], "count": [309]}, "observation.state": {"min": [-36.321998596191406, -51.54111099243164, 22.147058486938477, -13.28499984741211, 41.72153854370117, -34.065216064453125, 0.720588207244873], "max": [-21.28733253479004, 14.0, 50.47529602050781, 24.007999420166016, 76.02153778076172, -9.05652141571045, 98.20587921142578], "mean": [-30.94739532470703, -16.452068328857422, 32.57825469970703, 4.92669153213501, 52.781333923339844, -19.03870391845703, 38.831790924072266], "std": [5.733610153198242, 24.744054794311523, 9.635482788085938, 11.92085075378418, 8.677671432495117, 9.198216438293457, 36.72492980957031], "count": [309]}, "observation.images.top": {"min": [[[0.09411764705882353]], [[0.11372549019607843]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3785453594771242]], [[0.3699114338235294]], [[0.3936768892973856]]], "std": [[[0.18729231438205904]], [[0.16931366598014358]], [[0.1811421132882026]]], "count": [100]}, "observation.images.hand": {"min": [[[0.07058823529411765]], [[0.13725490196078433]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49669877450980393]], [[0.4333796466503268]], [[0.4297639562908497]]], "std": [[[0.2647229237629422]], [[0.19792722639650895]], [[0.22127570868500615]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.266666666666667], "mean": [5.133333333333333], "std": [2.973338315890195], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [309]}, "index": {"min": [5051], "max": [5359], "mean": [5205.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [309]}}}
19
+ {"episode_index": 18, "stats": {"action": {"min": [-39.647335052490234, -58.00222396850586, 25.668235778808594, 4.627999782562256, 6.475384712219238, -51.046085357666016, 0.0], "max": [-20.721332550048828, 11.628889083862305, 67.21411895751953, 40.27399826049805, 81.63384246826172, -22.396522521972656, 90.69117736816406], "mean": [-34.47281265258789, -25.141448974609375, 44.70600128173828, 12.79039192199707, 42.859615325927734, -28.46691131591797, 22.951091766357422], "std": [6.402082443237305, 27.433439254760742, 15.265283584594727, 7.488616466522217, 18.32790184020996, 5.638012409210205, 36.87118148803711], "count": [322]}, "observation.state": {"min": [-39.68000030517578, -58.01333236694336, 25.631765365600586, 4.59499979019165, 6.795384407043457, -51.18260955810547, 0.720588207244873], "max": [-20.676000595092773, 11.667778015136719, 67.27059173583984, 39.12099838256836, 79.57846069335938, -22.42608642578125, 87.80882263183594], "mean": [-34.44840621948242, -25.096521377563477, 44.44594192504883, 12.779257774353027, 42.9862174987793, -28.48724937438965, 33.45493698120117], "std": [6.383525371551514, 27.408281326293945, 15.090554237365723, 7.412944793701172, 18.5606632232666, 5.573063850402832, 33.01462173461914], "count": [322]}, "observation.images.top": {"min": [[[0.06274509803921569]], [[0.11764705882352941]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3844790645424837]], [[0.37651001633986925]], [[0.4011253513071895]]], "std": [[[0.19319880345869522]], [[0.17640197971674715]], [[0.1874425003583244]]], "count": [100]}, "observation.images.hand": {"min": [[[0.054901960784313725]], [[0.12549019607843137]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5052392013888889]], [[0.4395934722222222]], [[0.4467912357026144]]], "std": [[[0.25911142773170165]], [[0.19801922768913632]], [[0.23027562084483888]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.7], "mean": [5.35], "std": [3.0984315028378115], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [322]}, "index": {"min": [5360], "max": [5681], "mean": [5520.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [322]}}}
20
+ {"episode_index": 19, "stats": {"action": {"min": [-37.42466735839844, -68.38666534423828, 35.31529235839844, -35.909000396728516, 1.440000057220459, -23.6200008392334, 0.0], "max": [-19.3799991607666, 12.94111156463623, 63.13058853149414, 16.964000701904297, 57.61076736450195, 7.805217266082764, 92.54412078857422], "mean": [-31.24993896484375, -32.78805923461914, 53.353553771972656, -7.488097667694092, 29.388824462890625, -9.301460266113281, 20.440000534057617], "std": [6.084488868713379, 29.57044219970703, 10.8438138961792, 15.830924034118652, 16.976503372192383, 10.459088325500488, 33.79243087768555], "count": [350]}, "observation.state": {"min": [-37.46666717529297, -68.39888763427734, 35.31764602661133, -35.88800048828125, -0.5861538648605347, -23.641738891601562, 0.720588207244873], "max": [-19.37733268737793, 12.5, 63.19411849975586, 16.9689998626709, 57.63230895996094, 7.849565029144287, 89.25], "mean": [-31.227764129638672, -32.9380989074707, 53.2798957824707, -7.831495761871338, 29.308364868164062, -9.059535026550293, 29.08620262145996], "std": [6.058379650115967, 29.693506240844727, 10.808866500854492, 15.770370483398438, 16.838485717773438, 10.249011039733887, 31.169647216796875], "count": [350]}, "observation.images.top": {"min": [[[0.07450980392156863]], [[0.11764705882352941]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38622474673202617]], [[0.3767413316993464]], [[0.40128133374183006]]], "std": [[[0.19380521795105024]], [[0.17504710489938216]], [[0.18682195045753205]]], "count": [100]}, "observation.images.hand": {"min": [[[0.06666666666666667]], [[0.12549019607843137]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49794151143790855]], [[0.4495637581699346]], [[0.45630533700980397]]], "std": [[[0.2506242192938118]], [[0.19781868291380264]], [[0.21786277718024868]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.633333333333333], "mean": [5.816666666666667], "std": [3.3678628238097823], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [350]}, "index": {"min": [5682], "max": [6031], "mean": [5856.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [350]}}}
21
+ {"episode_index": 20, "stats": {"action": {"min": [-36.94733428955078, -71.64111328125, 28.17764663696289, -8.59000015258789, 11.91076946258545, -48.321739196777344, 0.0], "max": [-19.014667510986328, 12.747777938842773, 73.54940795898438, 35.665000915527344, 79.0923080444336, -12.572174072265625, 99.02941131591797], "mean": [-31.36678695678711, -34.171138763427734, 54.38468933105469, 1.5489490032196045, 31.096235275268555, -19.93132781982422, 13.851195335388184], "std": [6.551511287689209, 33.93192672729492, 18.084028244018555, 10.972698211669922, 12.155607223510742, 8.117154121398926, 29.345630645751953], "count": [303]}, "observation.state": {"min": [-36.94933319091797, -71.6844482421875, 28.168235778808594, -8.545000076293945, 13.290769577026367, -48.26956558227539, 0.720588207244873], "max": [-18.988666534423828, 12.74666690826416, 73.57646942138672, 33.354000091552734, 78.87538146972656, -12.553913116455078, 92.44117736816406], "mean": [-31.4509334564209, -34.23200607299805, 54.094093322753906, 1.4501030445098877, 31.94153594970703, -20.14820671081543, 24.68315315246582], "std": [6.557101249694824, 33.58860778808594, 18.113916397094727, 10.762340545654297, 12.99685001373291, 8.325676918029785, 28.275896072387695], "count": [303]}, "observation.images.top": {"min": [[[0.10980392156862745]], [[0.13725490196078433]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38446716299019607]], [[0.3751212479575164]], [[0.40017144607843136]]], "std": [[[0.18909030950861666]], [[0.17016193008740174]], [[0.18273116575881498]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09411764705882353]], [[0.11372549019607843]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4881465114379085]], [[0.42399602941176473]], [[0.42657554125816993]]], "std": [[[0.2565354573686448]], [[0.1878559371490029]], [[0.21531856222694]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.066666666666666], "mean": [5.033333333333333], "std": [2.9156029806440964], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [303]}, "index": {"min": [6032], "max": [6334], "mean": [6183.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [303]}}}
22
+ {"episode_index": 21, "stats": {"action": {"min": [-38.12533187866211, -66.97777557373047, 46.168235778808594, -23.666000366210938, -8.138461112976074, -10.995652198791504, 0.0], "max": [-17.055999755859375, 10.276666641235352, 68.58000183105469, -6.665999889373779, 43.653846740722656, 2.206956624984741, 95.01470947265625], "mean": [-28.884862899780273, -24.337980270385742, 55.015254974365234, -14.230415344238281, 18.98060417175293, -6.78328800201416, 29.7104434967041], "std": [6.465709209442139, 28.917818069458008, 9.19113540649414, 5.649746894836426, 18.326139450073242, 4.958113193511963, 40.078128814697266], "count": [302]}, "observation.state": {"min": [-38.112667083740234, -67.01777648925781, 46.16470718383789, -23.64299964904785, -8.343076705932617, -11.093043327331543, 0.720588207244873], "max": [-17.058000564575195, 10.347777366638184, 68.56706237792969, -6.677000045776367, 45.07230758666992, 2.1539130210876465, 93.47058868408203], "mean": [-28.748149871826172, -25.353837966918945, 54.927772521972656, -14.13647747039795, 18.888389587402344, -6.880232810974121, 31.022136688232422], "std": [6.3371262550354, 28.966550827026367, 9.115950584411621, 5.6729021072387695, 18.374534606933594, 4.860667705535889, 35.941890716552734], "count": [302]}, "observation.images.top": {"min": [[[0.11764705882352941]], [[0.12941176470588237]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858724530228758]], [[0.3761478676470588]], [[0.40041761029411765]]], "std": [[[0.1938220543210192]], [[0.17470597783520544]], [[0.1857689127541765]]], "count": [100]}, "observation.images.hand": {"min": [[[0.07058823529411765]], [[0.12941176470588237]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5190443178104575]], [[0.46285732230392157]], [[0.47202194648692813]]], "std": [[[0.2553365511136839]], [[0.2009523727604842]], [[0.23046242546252588]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.033333333333333], "mean": [5.016666666666667], "std": [2.9059804235786277], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [302]}, "index": {"min": [6335], "max": [6636], "mean": [6485.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [302]}}}
23
+ {"episode_index": 22, "stats": {"action": {"min": [-36.7760009765625, -65.836669921875, 37.591766357421875, -7.446000099182129, -11.784615516662598, -33.119998931884766, 0.0], "max": [-17.80666732788086, 21.38222312927246, 84.24705505371094, 22.030000686645508, 35.15230941772461, -10.322608947753906, 92.44117736816406], "mean": [-30.85832977294922, -27.692941665649414, 58.134029388427734, 8.389813423156738, 10.620539665222168, -24.709531784057617, 38.181678771972656], "std": [6.518977642059326, 31.751752853393555, 19.324922561645508, 8.791186332702637, 13.962878227233887, 8.30443000793457, 34.969791412353516], "count": [316]}, "observation.state": {"min": [-36.77799987792969, -65.93777465820312, 37.56235122680664, -7.480000019073486, -11.790769577026367, -33.15739059448242, 0.720588207244873], "max": [-17.788665771484375, 21.29222297668457, 84.28941345214844, 21.950000762939453, 35.261539459228516, -10.266956329345703, 87.60294342041016], "mean": [-30.844377517700195, -27.681610107421875, 58.223575592041016, 8.512557983398438, 10.502195358276367, -24.899187088012695, 45.80950927734375], "std": [6.50167179107666, 31.296459197998047, 19.42770004272461, 8.830650329589844, 14.220409393310547, 8.173049926757812, 27.240516662597656], "count": [316]}, "observation.images.top": {"min": [[[0.07058823529411765]], [[0.11764705882352941]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.388434170751634]], [[0.37871189338235295]], [[0.40211405228758174]]], "std": [[[0.1983426260027931]], [[0.17892207989605827]], [[0.18901982614270427]]], "count": [100]}, "observation.images.hand": {"min": [[[0.07450980392156863]], [[0.13333333333333333]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5126162050653595]], [[0.4644935416666667]], [[0.4818271425653595]]], "std": [[[0.2449251502462304]], [[0.20248621203478212]], [[0.23182672351080932]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.5], "mean": [5.25], "std": [3.040696192212128], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [316]}, "index": {"min": [6637], "max": [6952], "mean": [6794.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [316]}}}
24
+ {"episode_index": 23, "stats": {"action": {"min": [-35.14066696166992, -67.12777709960938, 32.14823532104492, -29.273000717163086, 0.5415384769439697, -13.043478012084961, 0.0], "max": [-16.907333374023438, 19.068889617919922, 77.2305908203125, -3.6059999465942383, 47.61692428588867, 10.50782585144043, 91.4117660522461], "mean": [-30.030282974243164, -25.02403450012207, 50.468631744384766, -16.073646545410156, 26.454669952392578, -3.872882843017578, 29.51275634765625], "std": [7.379746437072754, 31.834447860717773, 19.112754821777344, 7.199786186218262, 10.434946060180664, 8.682782173156738, 39.742431640625], "count": [233]}, "observation.state": {"min": [-35.18266677856445, -67.16777801513672, 32.20705795288086, -29.19099998474121, 0.0, -13.043478012084961, 0.720588207244873], "max": [-16.90399932861328, 19.057777404785156, 77.23411560058594, -3.628000020980835, 47.61384582519531, 10.55652141571045, 87.9117660522461], "mean": [-30.09767723083496, -24.550575256347656, 50.3973274230957, -15.968748092651367, 26.40630531311035, -3.9997990131378174, 38.82335662841797], "std": [7.310368537902832, 31.05715560913086, 19.139362335205078, 7.052125453948975, 10.87226390838623, 8.55885124206543, 33.7535400390625], "count": [233]}, "observation.images.top": {"min": [[[0.08235294117647059]], [[0.12549019607843137]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3814940073529412]], [[0.372384056372549]], [[0.39513801879084964]]], "std": [[[0.1936047630711108]], [[0.17508542047826292]], [[0.18508707394387533]]], "count": [100]}, "observation.images.hand": {"min": [[[0.06274509803921569]], [[0.11372549019607843]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5022723223039216]], [[0.4462306740196078]], [[0.4543343954248366]]], "std": [[[0.255664490239237]], [[0.19857317691766815]], [[0.22444306270045616]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.733333333333333], "mean": [3.866666666666667], "std": [2.242022896106698], "count": [233]}, "frame_index": {"min": [0], "max": [232], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [233]}, "index": {"min": [6953], "max": [7185], "mean": [7069.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [233]}}}
25
+ {"episode_index": 24, "stats": {"action": {"min": [-30.474666595458984, -70.9022216796875, 17.94352912902832, -28.597999572753906, 24.301538467407227, -37.97478103637695, 0.0], "max": [-18.25933265686035, 16.925556182861328, 69.92117309570312, 37.63800048828125, 77.0, 18.74695587158203, 97.5882339477539], "mean": [-27.353240966796875, -25.86762046813965, 44.12434005737305, -9.785767555236816, 45.254478454589844, -3.458749294281006, 21.998641967773438], "std": [4.558549404144287, 29.91762924194336, 20.303478240966797, 18.216554641723633, 9.244009017944336, 15.928926467895508, 35.96619415283203], "count": [281]}, "observation.state": {"min": [-30.469999313354492, -70.93888854980469, 17.989412307739258, -28.584999084472656, 24.09384536743164, -37.97217559814453, 0.720588207244873], "max": [-18.226667404174805, 16.422222137451172, 69.89058685302734, 33.90999984741211, 77.63538360595703, 18.728694915771484, 91.0], "mean": [-27.394554138183594, -26.467897415161133, 44.13676834106445, -9.589157104492188, 45.34642791748047, -4.662946701049805, 33.08882522583008], "std": [4.535831451416016, 30.349767684936523, 20.339048385620117, 17.660289764404297, 9.843127250671387, 14.971999168395996, 32.020999908447266], "count": [281]}, "observation.images.top": {"min": [[[0.054901960784313725]], [[0.11372549019607843]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3832685437091503]], [[0.3737963725490196]], [[0.39678742442810455]]], "std": [[[0.1880216543717889]], [[0.17053691889118539]], [[0.1820032863294416]]], "count": [100]}, "observation.images.hand": {"min": [[[0.06666666666666667]], [[0.11764705882352941]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952621772875817]], [[0.4454938623366013]], [[0.4598165910947712]]], "std": [[[0.25057032251059985]], [[0.20518775506498063]], [[0.2328264161429797]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.333333333333334], "mean": [4.666666666666667], "std": [2.703906638756433], "count": [281]}, "frame_index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [281]}, "index": {"min": [7186], "max": [7466], "mean": [7326.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}}}
26
+ {"episode_index": 25, "stats": {"action": {"min": [-29.44933319091797, -75.77444458007812, 35.427059173583984, -10.767000198364258, 0.8030769228935242, -17.397390365600586, 0.0], "max": [-15.826666831970215, 8.956666946411133, 61.88823699951172, 8.5600004196167, 67.69999694824219, -4.974782466888428, 100.0], "mean": [-25.380630493164062, -16.658161163330078, 46.755767822265625, 1.3090952634811401, 25.28907012939453, -15.586906433105469, 38.12114715576172], "std": [5.088363170623779, 23.169715881347656, 9.064628601074219, 5.421092510223389, 20.23264503479004, 2.6750383377075195, 37.834205627441406], "count": [199]}, "observation.state": {"min": [-29.46733283996582, -75.80000305175781, 35.45411682128906, -32.02799987792969, -0.9815384745597839, -17.45391273498535, 0.720588207244873], "max": [-15.767333030700684, 8.842222213745117, 61.9094123840332, 7.318999767303467, 67.42922973632812, 15.333043098449707, 97.89705657958984], "mean": [-25.352331161499023, -14.998238563537598, 46.63399887084961, -1.411647915840149, 23.943584442138672, -13.576955795288086, 51.072811126708984], "std": [5.082463264465332, 20.539365768432617, 8.872699737548828, 8.38758659362793, 19.112443923950195, 7.168365001678467, 25.173030853271484], "count": [199]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.10980392156862745]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.368767806372549]], [[0.3617415400326797]], [[0.384029993872549]]], "std": [[[0.18815474772264665]], [[0.17097909976574605]], [[0.18303012390913012]]], "count": [100]}, "observation.images.hand": {"min": [[[0.10196078431372549]], [[0.1411764705882353]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5119430147058823]], [[0.4481631045751634]], [[0.4549300408496732]]], "std": [[[0.2539075426795039]], [[0.19840631219016866]], [[0.22642800751199738]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.6], "mean": [3.3000000000000003], "std": [1.9148542155126762], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [199]}, "index": {"min": [7467], "max": [7665], "mean": [7566.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}}}
27
+ {"episode_index": 26, "stats": {"action": {"min": [-38.50733184814453, -63.7488899230957, 13.260000228881836, 6.4070000648498535, 41.887691497802734, -57.16608810424805, 0.0], "max": [-21.606666564941406, 10.968889236450195, 61.15529251098633, 33.28200149536133, 93.21846008300781, -23.51565170288086, 100.0], "mean": [-30.751543045043945, -11.323643684387207, 30.284208297729492, 18.466049194335938, 61.7327995300293, -33.56402587890625, 48.82318878173828], "std": [6.240253925323486, 22.26470947265625, 17.94475555419922, 7.3693461418151855, 12.639445304870605, 9.054540634155273, 38.36415100097656], "count": [258]}, "observation.state": {"min": [-38.49533462524414, -61.459999084472656, 13.301176071166992, 6.695000171661377, 42.13230895996094, -57.00086975097656, 0.720588207244873], "max": [-21.610000610351562, 11.025555610656738, 61.19411849975586, 33.290000915527344, 93.03692626953125, -23.423479080200195, 98.20587921142578], "mean": [-30.741037368774414, -10.64360237121582, 29.570472717285156, 17.793806076049805, 61.70954132080078, -32.43710708618164, 64.6144027709961], "std": [6.255564212799072, 21.16227912902832, 16.805580139160156, 6.92398738861084, 12.411481857299805, 7.348130226135254, 24.290584564208984], "count": [258]}, "observation.images.top": {"min": [[[0.12156862745098039]], [[0.10588235294117647]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3780556760620915]], [[0.3693533946078431]], [[0.3924137520424837]]], "std": [[[0.1830740960577347]], [[0.16586527003759738]], [[0.17854969457310427]]], "count": [100]}, "observation.images.hand": {"min": [[[0.10196078431372549]], [[0.1411764705882353]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4936844403594771]], [[0.40731420751633984]], [[0.39728112540849675]]], "std": [[[0.27541377318473953]], [[0.18664741341352578]], [[0.213082032589197]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.566666666666666], "mean": [4.283333333333333], "std": [2.482587509180843], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [258]}, "index": {"min": [7666], "max": [7923], "mean": [7794.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [258]}}}
28
+ {"episode_index": 27, "stats": {"action": {"min": [-23.249332427978516, -76.8499984741211, 31.508235931396484, -40.60300064086914, 21.698461532592773, -28.346086502075195, 0.0], "max": [-17.812665939331055, 8.627778053283691, 60.654117584228516, 17.82900047302246, 90.0999984741211, 19.63652229309082, 96.04412078857422], "mean": [-19.754589080810547, -26.5679988861084, 44.4522705078125, -17.317991256713867, 53.90895462036133, 1.3429778814315796, 51.77248764038086], "std": [2.201573133468628, 28.32887840270996, 8.610054969787598, 19.395774841308594, 18.95416831970215, 17.980634689331055, 41.9410285949707], "count": [223]}, "observation.state": {"min": [-23.222665786743164, -76.95222473144531, 31.455293655395508, -40.63999938964844, 21.669231414794922, -28.3095645904541, 14.720588684082031], "max": [-17.794666290283203, 8.69111156463623, 60.67647171020508, 17.823999404907227, 86.29230499267578, 19.67652130126953, 92.3382339477539], "mean": [-19.75611114501953, -24.7291202545166, 44.20205307006836, -18.410789489746094, 52.9489860534668, 2.080044984817505, 64.23025512695312], "std": [2.1995627880096436, 26.293949127197266, 8.428085327148438, 18.308603286743164, 18.32818603515625, 17.37281608581543, 28.183788299560547], "count": [223]}, "observation.images.top": {"min": [[[0.12549019607843137]], [[0.09411764705882353]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37633253880718953]], [[0.3676822446895425]], [[0.39093054534313726]]], "std": [[[0.18383835695517656]], [[0.16546002516527183]], [[0.17927949153150358]]], "count": [100]}, "observation.images.hand": {"min": [[[0.07450980392156863]], [[0.12156862745098039]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5029784701797385]], [[0.43098131944444446]], [[0.42441656045751636]]], "std": [[[0.2736699820036445]], [[0.1998005148350396]], [[0.22517101882190124]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.4], "mean": [3.7], "std": [2.1457969252574776], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [223]}, "index": {"min": [7924], "max": [8146], "mean": [8035.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [223]}}}
29
+ {"episode_index": 28, "stats": {"action": {"min": [-35.81133270263672, -68.06111145019531, 45.50235366821289, 4.824999809265137, -11.069231033325195, -31.07391357421875, 0.0], "max": [-16.28266716003418, 5.167778015136719, 65.85411834716797, 20.509000778198242, 72.7015380859375, -25.977392196655273, 89.6617660522461], "mean": [-28.5849609375, -28.8290958404541, 53.53834915161133, 11.373872756958008, 23.747316360473633, -28.471332550048828, 40.529579162597656], "std": [7.529165267944336, 27.990257263183594, 6.156463623046875, 4.660729885101318, 27.988121032714844, 1.2079535722732544, 38.15522003173828], "count": [190]}, "observation.state": {"min": [-35.80533218383789, -68.16777801513672, 45.53293991088867, 4.8480000495910645, -11.300000190734863, -31.049564361572266, 0.720588207244873], "max": [-16.271333694458008, 5.187777996063232, 65.92117309570312, 20.766000747680664, 77.04154205322266, -25.95391273498535, 84.82353210449219], "mean": [-28.441272735595703, -28.906484603881836, 53.11339569091797, 11.542391777038574, 23.797401428222656, -28.50711441040039, 53.56949996948242], "std": [7.509468078613281, 27.221797943115234, 5.96150541305542, 4.669867515563965, 28.69428062438965, 1.17097806930542, 26.294864654541016], "count": [190]}, "observation.images.top": {"min": [[[0.12156862745098039]], [[0.12156862745098039]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3776918239379085]], [[0.3688179370915033]], [[0.3924954840686275]]], "std": [[[0.18748135394951962]], [[0.168541144216459]], [[0.18092023513945146]]], "count": [100]}, "observation.images.hand": {"min": [[[0.054901960784313725]], [[0.11372549019607843]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5130415236928104]], [[0.4467644383169935]], [[0.44972665236928105]]], "std": [[[0.2594562316588945]], [[0.19578969429893697]], [[0.22324564990632345]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.15], "std": [1.8282505298782221], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [190]}, "index": {"min": [8147], "max": [8336], "mean": [8241.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}}}
30
+ {"episode_index": 29, "stats": {"action": {"min": [-37.43199920654297, -78.73222351074219, 10.132941246032715, 4.854000091552734, 40.758460998535156, -49.180870056152344, 0.0], "max": [-22.69933319091797, 17.149999618530273, 62.005882263183594, 43.19200134277344, 79.67076873779297, -18.226957321166992, 100.0], "mean": [-31.701549530029297, -29.816015243530273, 35.775699615478516, 17.971418380737305, 61.71209716796875, -31.37598419189453, 24.800874710083008], "std": [4.986942291259766, 33.8650016784668, 20.03339958190918, 8.201252937316895, 9.291787147521973, 8.513836860656738, 35.78902053833008], "count": [244]}, "observation.state": {"min": [-37.45933151245117, -78.78666687011719, 10.055294036865234, 3.2839999198913574, 40.42307662963867, -49.1191291809082, 0.720588207244873], "max": [-22.672666549682617, 16.324443817138672, 62.01176452636719, 42.73899841308594, 80.17384338378906, -18.24173927307129, 94.60294342041016], "mean": [-31.65794563293457, -29.650331497192383, 34.893070220947266, 18.32634735107422, 61.802215576171875, -31.376771926879883, 36.0479621887207], "std": [4.906540393829346, 32.89504623413086, 19.64867401123047, 8.89719295501709, 9.673511505126953, 8.720282554626465, 28.630842208862305], "count": [244]}, "observation.images.top": {"min": [[[0.11764705882352941]], [[0.09803921568627451]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3654122120098039]], [[0.3573311601307189]], [[0.3811775306372549]]], "std": [[[0.1704670211140846]], [[0.1505041591734528]], [[0.1640981739639012]]], "count": [100]}, "observation.images.hand": {"min": [[[0.12156862745098039]], [[0.13725490196078433]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4965744178921569]], [[0.42935283905228755]], [[0.4285921956699346]]], "std": [[[0.2548440160236754]], [[0.19241549909695302]], [[0.2140872194172182]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.1], "mean": [4.05], "std": [2.3478713763747794], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [244]}, "index": {"min": [8337], "max": [8580], "mean": [8458.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}}}
31
+ {"episode_index": 30, "stats": {"action": {"min": [-47.986000061035156, -82.88999938964844, 17.174118041992188, -43.862998962402344, 32.46615219116211, -28.930435180664062, 0.0], "max": [-15.388667106628418, 12.932222366333008, 63.13529586791992, 30.514999389648438, 97.12307739257812, 22.417390823364258, 86.36764526367188], "mean": [-25.172664642333984, -34.4016227722168, 46.024234771728516, -15.94902515411377, 63.6357536315918, -1.6247152090072632, 30.330467224121094], "std": [12.242716789245605, 37.958526611328125, 18.034120559692383, 15.273201942443848, 19.398733139038086, 9.6961088180542, 30.800142288208008], "count": [338]}, "observation.state": {"min": [-48.009334564208984, -82.91555786132812, 17.176469802856445, -43.95899963378906, 32.26461410522461, -27.911304473876953, 0.720588207244873], "max": [-15.373332977294922, 12.942222595214844, 63.136470794677734, 19.979000091552734, 96.73076629638672, 22.501739501953125, 81.22058868408203], "mean": [-25.31527328491211, -32.49102020263672, 45.89875793457031, -16.57578468322754, 64.1763916015625, -1.7051810026168823, 33.24726104736328], "std": [12.102572441101074, 36.81178283691406, 17.99419403076172, 13.486825942993164, 19.021236419677734, 9.455413818359375, 26.857465744018555], "count": [338]}, "observation.images.top": {"min": [[[0.12156862745098039]], [[0.11372549019607843]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3863833312908497]], [[0.3754428635620915]], [[0.3984496303104575]]], "std": [[[0.18910852725072974]], [[0.1686090039997052]], [[0.18118039340934755]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09019607843137255]], [[0.11372549019607843]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.457210522875817]], [[0.41815412581699346]], [[0.42414440767973854]]], "std": [[[0.2526259225009631]], [[0.20366409744050423]], [[0.22227663321270097]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.233333333333333], "mean": [5.616666666666667], "std": [3.2523922819296502], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [338]}, "index": {"min": [8581], "max": [8918], "mean": [8749.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [338]}}}
32
+ {"episode_index": 31, "stats": {"action": {"min": [-30.96933364868164, -77.3677749633789, 11.484705924987793, -30.511999130249023, 25.75692367553711, -47.09652328491211, 0.0], "max": [-17.107999801635742, 16.7277774810791, 65.41999816894531, 39.68600082397461, 69.02769470214844, 9.26347827911377, 100.0], "mean": [-24.650785446166992, -17.93970489501953, 31.5784854888916, -8.78255844116211, 58.07404708862305, -7.315244197845459, 41.00212478637695], "std": [5.0792341232299805, 33.81523513793945, 19.245094299316406, 16.5015869140625, 8.959858894348145, 12.95209789276123, 46.01765441894531], "count": [276]}, "observation.state": {"min": [-30.986000061035156, -77.40555572509766, 11.409411430358887, -28.94099998474121, 26.38153839111328, -46.9443473815918, 0.720588207244873], "max": [-17.077999114990234, 16.773332595825195, 65.45529174804688, 37.67599868774414, 69.00615692138672, 8.175652503967285, 98.20587921142578], "mean": [-24.673351287841797, -18.350061416625977, 31.495580673217773, -6.178787708282471, 57.68790054321289, -9.374226570129395, 57.23128890991211], "std": [5.075897216796875, 32.84130859375, 19.270442962646484, 16.51984405517578, 9.667962074279785, 13.19770336151123, 33.069332122802734], "count": [276]}, "observation.images.top": {"min": [[[0.10980392156862745]], [[0.12156862745098039]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37594038807189545]], [[0.36667670547385617]], [[0.38970721813725495]]], "std": [[[0.17703224906481096]], [[0.1580048017513223]], [[0.17120464582368025]]], "count": [100]}, "observation.images.hand": {"min": [[[0.08235294117647059]], [[0.12941176470588237]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5177230004084967]], [[0.44969029207516337]], [[0.44694998161764704]]], "std": [[[0.26552112304578945]], [[0.20410513857635287]], [[0.22812425776987208]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.166666666666666], "mean": [4.583333333333333], "std": [2.6557938061417232], "count": [276]}, "frame_index": {"min": [0], "max": [275], "mean": [137.5], "std": [79.6738141842517], "count": [276]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [276]}, "index": {"min": [8919], "max": [9194], "mean": [9056.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [276]}}}
33
+ {"episode_index": 32, "stats": {"action": {"min": [-27.520000457763672, -76.27111053466797, 25.47058868408203, -27.670000076293945, 30.464614868164062, -24.03043556213379, 0.0], "max": [-16.351333618164062, 22.961111068725586, 65.12117767333984, 9.633000373840332, 72.63845825195312, -2.318260908126831, 100.0], "mean": [-24.664867401123047, -25.785900115966797, 41.8232421875, -11.170729637145996, 50.850555419921875, -8.334114074707031, 35.59370803833008], "std": [3.9947125911712646, 32.75485610961914, 15.810028076171875, 8.892788887023926, 11.582019805908203, 5.106494426727295, 36.9554443359375], "count": [261]}, "observation.state": {"min": [-27.513334274291992, -76.36444091796875, 25.463529586791992, -27.02199935913086, 29.621538162231445, -23.231304168701172, 0.720588207244873], "max": [-16.31800079345703, 22.064443588256836, 65.162353515625, 3.5820000171661377, 72.82769012451172, -2.351304292678833, 97.48529052734375], "mean": [-24.641887664794922, -23.99224281311035, 41.705711364746094, -11.6083402633667, 50.82572555541992, -8.368736267089844, 49.396339416503906], "std": [3.987253189086914, 31.441082000732422, 15.762362480163574, 8.470958709716797, 11.922478675842285, 5.237298011779785, 27.27117347717285], "count": [261]}, "observation.images.top": {"min": [[[0.09803921568627451]], [[0.11764705882352941]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3804675551470588]], [[0.3719747977941177]], [[0.39550648692810453]]], "std": [[[0.18762576190030625]], [[0.16973824690497838]], [[0.18198912068040465]]], "count": [100]}, "observation.images.hand": {"min": [[[0.09411764705882353]], [[0.12549019607843137]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5245154473039215]], [[0.4577501164215686]], [[0.45792034517973856]]], "std": [[[0.26716968747361136]], [[0.20463727672718499]], [[0.23090469649724366]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.666666666666666], "mean": [4.333333333333333], "std": [2.5114552369905794], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [261]}, "index": {"min": [9195], "max": [9455], "mean": [9325.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [261]}}}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "piper_follower",
4
+ "total_episodes": 33,
5
+ "total_frames": 9456,
6
+ "total_tasks": 1,
7
+ "total_videos": 66,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:33"
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
+ 7
21
+ ],
22
+ "names": [
23
+ "joint1.pos",
24
+ "joint2.pos",
25
+ "joint3.pos",
26
+ "joint4.pos",
27
+ "joint5.pos",
28
+ "joint6.pos",
29
+ "gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "joint1.pos",
39
+ "joint2.pos",
40
+ "joint3.pos",
41
+ "joint4.pos",
42
+ "joint5.pos",
43
+ "joint6.pos",
44
+ "gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.top": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.hand": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up a keyring and put it in the box."}
videos/chunk-000/observation.images.hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068b08059ab5b9df5926d1f43a3d6588ffbf03dcfc4c06db864010979730fd18
3
+ size 4304635
videos/chunk-000/observation.images.hand/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489b13b9e9d6ee5bc873d1e4513dc71d39513b524c99c54e77eede80adf5eb59
3
+ size 3109031
videos/chunk-000/observation.images.hand/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07cd740f78e968f8034ab0964a5f359d373830e727babfc795a9f8e53775a48d
3
+ size 2736513
videos/chunk-000/observation.images.hand/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb9c99979e1ce5ad2396e2ee5563f71f4b5ac0bbff0f627b09945a19df29475
3
+ size 2254120
videos/chunk-000/observation.images.hand/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed95d5d4643209c2c8a6d4a5ad9f1af3c6398b7cf3304319d9ad199919afa912
3
+ size 2727903
videos/chunk-000/observation.images.hand/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783c6441528eb8908e33c67d5a316652e7bb9c41d09f18d22e81880b347f3947
3
+ size 2686562
videos/chunk-000/observation.images.hand/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4bc984e9a571474686fb7ac6edb07cde857590256874d9fdb0ff54f2d5c94d8
3
+ size 3760037
videos/chunk-000/observation.images.hand/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb4c06f17914291067c852c6d1c3f4e12afc3758e9f32eb49ad902f2045c310
3
+ size 2365148
videos/chunk-000/observation.images.hand/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc14a2a730eb0c0626882a5530b5118260a931f2e443cb812662df694886cf88
3
+ size 1937554
videos/chunk-000/observation.images.hand/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82273c71ada3bca32330b16a02ea5b5fe40e91c9da480abad1f61cd986127fb
3
+ size 1738683
videos/chunk-000/observation.images.hand/episode_000010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24fe03c5ee01b664db3a440049efee7b17f90f71a8c3d54d3e569b0247dc681
3
+ size 2007866