chengyongyeo commited on
Commit
9bdaee4
·
verified ·
1 Parent(s): 8cbaf31

Initial upload of cleaned dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +197 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. meta/episodes.jsonl +29 -0
  31. meta/episodes_stats.jsonl +29 -0
  32. meta/info.json +162 -0
  33. meta/tasks.jsonl +1 -0
  34. videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 +3 -0
  35. videos/chunk-000/observation.images.left_wrist/episode_000001.mp4 +3 -0
  36. videos/chunk-000/observation.images.left_wrist/episode_000002.mp4 +3 -0
  37. videos/chunk-000/observation.images.left_wrist/episode_000003.mp4 +3 -0
  38. videos/chunk-000/observation.images.left_wrist/episode_000004.mp4 +3 -0
  39. videos/chunk-000/observation.images.left_wrist/episode_000005.mp4 +3 -0
  40. videos/chunk-000/observation.images.left_wrist/episode_000006.mp4 +3 -0
  41. videos/chunk-000/observation.images.left_wrist/episode_000007.mp4 +3 -0
  42. videos/chunk-000/observation.images.left_wrist/episode_000008.mp4 +3 -0
  43. videos/chunk-000/observation.images.left_wrist/episode_000009.mp4 +3 -0
  44. videos/chunk-000/observation.images.left_wrist/episode_000010.mp4 +3 -0
  45. videos/chunk-000/observation.images.left_wrist/episode_000011.mp4 +3 -0
  46. videos/chunk-000/observation.images.left_wrist/episode_000012.mp4 +3 -0
  47. videos/chunk-000/observation.images.left_wrist/episode_000013.mp4 +3 -0
  48. videos/chunk-000/observation.images.left_wrist/episode_000014.mp4 +3 -0
  49. videos/chunk-000/observation.images.left_wrist/episode_000015.mp4 +3 -0
  50. videos/chunk-000/observation.images.left_wrist/episode_000016.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "bimanual_parcelot",
29
+ "total_episodes": 29,
30
+ "total_frames": 25609,
31
+ "total_tasks": 1,
32
+ "total_videos": 87,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:29"
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
+ 12
46
+ ],
47
+ "names": [
48
+ "left_shoulder_pan.pos",
49
+ "left_shoulder_lift.pos",
50
+ "left_elbow_flex.pos",
51
+ "left_wrist_flex.pos",
52
+ "left_wrist_roll.pos",
53
+ "left_gripper.pos",
54
+ "right_shoulder_pan.pos",
55
+ "right_shoulder_lift.pos",
56
+ "right_elbow_flex.pos",
57
+ "right_wrist_flex.pos",
58
+ "right_wrist_roll.pos",
59
+ "right_gripper.pos"
60
+ ]
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 12
66
+ ],
67
+ "names": [
68
+ "left_shoulder_pan.pos",
69
+ "left_shoulder_lift.pos",
70
+ "left_elbow_flex.pos",
71
+ "left_wrist_flex.pos",
72
+ "left_wrist_roll.pos",
73
+ "left_gripper.pos",
74
+ "right_shoulder_pan.pos",
75
+ "right_shoulder_lift.pos",
76
+ "right_elbow_flex.pos",
77
+ "right_wrist_flex.pos",
78
+ "right_wrist_roll.pos",
79
+ "right_gripper.pos"
80
+ ]
81
+ },
82
+ "observation.images.top": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 640,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "info": {
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 30,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.left_wrist": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.right_wrist": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "timestamp": {
152
+ "dtype": "float32",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "frame_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "episode_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "task_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ }
186
+ }
187
+ }
188
+ ```
189
+
190
+
191
+ ## Citation
192
+
193
+ **BibTeX:**
194
+
195
+ ```bibtex
196
+ [More Information Needed]
197
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19199d3d246f8993cbba520ee3054294962055dc2be82659a26f691769822664
3
+ size 51315
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6fda8c4deab5ebd367d6bdb0160f4a26f7411463e2868f1ce24aff81a9c46b
3
+ size 57242
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b2aad5bf2ecb75f9dc90d0f57de38c7911c4100d6895fbbd74f0040bde0f38
3
+ size 61314
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c489b7164a45967e1e5a1c6a6a909855c4734bca1ba33a36ccef9c004fe3311c
3
+ size 63543
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e106f7b43b16f7064ddda430095e1fce0a7796c446c9ce200ddfcc3eecbdd4e
3
+ size 59318
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1c09213f4240a5038c84b0fae6087dbbbb4d1921673315a65d58dc1e6123f3
3
+ size 53431
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02499eb8a1fd9f1d66f2d71d9bbf11da4f4765b163aa07aeab93cded8295012e
3
+ size 55855
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a8f7beef714da4b6a8f2eec3dabb3a0c54ab1a1165cbe179613b465e378bec
3
+ size 53154
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c03536670adfc3a0b529965cebf28c72b964200d64943f0e292164db59eccc
3
+ size 52717
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e322fa43c3fed626dd2f18aa4f88d4a4da88edeaf12059454812962644452e
3
+ size 57279
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754060010f46fd7ff94429e92ff80d04fc3fee71c7890dc82c698c4333a9e97e
3
+ size 52669
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe1a787aa4bf3af7eb2704f5b7ff7fa3cae2efb5dc27c7008ee7356e36e7d4f
3
+ size 59423
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93259df82b0ff6874e07be53266c1b66e54db10dd8972207756c4270aa1db4e
3
+ size 63636
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd64659133e50ceea00abb4cd2201cab7f3d63a10cb4d8ebe9e072f4ac994d36
3
+ size 60913
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0899439fbc4dda11b9acee5f519e7d6d421371620d57424468306e96c25bff4a
3
+ size 54971
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1541bf06edaa871fb2d21fc2be34b4b4ebd923738e043bc54821d5fbbba9b553
3
+ size 46444
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1000a41c6a6081cb8c1cb3f2c18ce5dfef4db7d30996e6a1a0ea2846c09542
3
+ size 46917
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4fd0468ac60fddc07a5b4ec133cd46e5401869dd3557947f8b3ec79611d9a9f
3
+ size 45948
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:725412aa9d253d2258c06beeac61617ffc68db58987647a22a3e92882aa716c6
3
+ size 47232
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccafe3dc02104fe880a511b99ac4eadd30b4162ec1708999d5ec16beecfe925
3
+ size 53624
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa922fc923596dec06986f5b14731e79b9765f1990df86e45af595b61f045f93
3
+ size 59500
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ffdb7e86a943e7310b0cc54f202343484eddcb4c1b057d850e2d9f2f5f7d411
3
+ size 46750
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc688b2cb79d1d62681e1685c172b20fbaccbf729874cdbfa839dc2168618d27
3
+ size 54578
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f902104a4174575efc876119392f5930aac8c04fe6515df4f6734945b7cc6df
3
+ size 48345
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b295f9d8b421ad453503f228351c887e563261417d5073c2130cb99f1a507516
3
+ size 50401
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b1c1a8e7acb6fdfff9995742c631a682279e5fcb344268902e0a820fd3f99b
3
+ size 49953
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c142ebf6959fe8bb0e5ef1863e66f20dbf22bf44c28052294c7131f731d1ceb
3
+ size 49077
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dbf3dea9cd0fd661cff7e6f9d1d8bfec50c900b6d41bcdf6a76b25fc8b75282
3
+ size 54690
meta/episodes.jsonl ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 888}
2
+ {"episode_index": 1, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 886}
3
+ {"episode_index": 2, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 884}
4
+ {"episode_index": 3, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 879}
5
+ {"episode_index": 4, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 881}
6
+ {"episode_index": 5, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 888}
7
+ {"episode_index": 6, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 880}
8
+ {"episode_index": 7, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 892}
9
+ {"episode_index": 8, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 883}
10
+ {"episode_index": 9, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 889}
11
+ {"episode_index": 10, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 871}
12
+ {"episode_index": 11, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 884}
13
+ {"episode_index": 12, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 879}
14
+ {"episode_index": 13, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 884}
15
+ {"episode_index": 14, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 880}
16
+ {"episode_index": 15, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 873}
17
+ {"episode_index": 16, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 880}
18
+ {"episode_index": 17, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 875}
19
+ {"episode_index": 18, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 886}
20
+ {"episode_index": 19, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 891}
21
+ {"episode_index": 20, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 878}
22
+ {"episode_index": 21, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 876}
23
+ {"episode_index": 22, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 887}
24
+ {"episode_index": 23, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 890}
25
+ {"episode_index": 24, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 882}
26
+ {"episode_index": 25, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 885}
27
+ {"episode_index": 26, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 890}
28
+ {"episode_index": 27, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 886}
29
+ {"episode_index": 28, "tasks": ["Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."], "length": 882}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-12.140287399291992, -17.41666603088379, -76.10343170166016, 26.41912078857422, -29.02727699279785, 0.5481597781181335, -40.64303207397461, -77.98816680908203, -25.358423233032227, -0.2551020383834839, -24.232969284057617, 0.884303629398346], "max": [35.521583557128906, 60.41666793823242, 63.798484802246094, 98.12206268310547, -7.514153480529785, 51.84025192260742, 15.251442909240723, 6.3510847091674805, 98.2078857421875, 57.99319839477539, 5.56422233581543, 26.750185012817383], "mean": [3.4611518383026123, 14.41780948638916, -4.488417625427246, 65.66238403320312, -12.0829496383667, 42.72275161743164, -3.4614710807800293, -37.78050994873047, 48.133182525634766, 36.80624008178711, -2.4975028038024902, 13.44726276397705], "std": [9.827936172485352, 24.644744873046875, 55.133480072021484, 30.366456985473633, 5.486243724822998, 15.094582557678223, 16.483930587768555, 34.35622024536133, 48.04141616821289, 12.915781021118164, 7.724460124969482, 7.733392238616943], "count": [888]}, "observation.state": {"min": [-11.978569030761719, -16.312660217285156, -73.61359405517578, 26.87074851989746, -28.791208267211914, 2.7197976112365723, -40.333091735839844, -77.37442016601562, -22.331838607788086, 0.7685738801956177, -24.03997802734375, 2.6850032806396484], "max": [34.94068145751953, 60.74766540527344, 63.68515396118164, 97.44898223876953, -7.545787334442139, 51.35989761352539, 14.699493408203125, 6.711692810058594, 98.02690887451172, 57.81383514404297, 5.26038932800293, 26.522592544555664], "mean": [2.8049395084381104, 15.534866333007812, -3.2757463455200195, 65.88805389404297, -12.131875991821289, 42.73744201660156, -3.524609327316284, -36.530792236328125, 48.80844497680664, 36.992156982421875, -2.4981343746185303, 13.745600700378418], "std": [9.882909774780273, 24.659406661987305, 54.21074676513672, 29.994876861572266, 5.5014214515686035, 14.771516799926758, 16.43639373779297, 34.61061477661133, 47.25383758544922, 12.982268333435059, 7.668524265289307, 7.261415958404541], "count": [888]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46807020848462844]], [[0.4715449245541838]], [[0.4355972600459937]]], "std": [[[0.19760779833126108]], [[0.22403474485607833]], [[0.2605754853243207]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4764836210461551]], [[0.46029371923666584]], [[0.45392190778060193]]], "std": [[[0.17307524979016733]], [[0.18192208915713826]], [[0.20628090999344043]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49073592451383846]], [[0.4788333282901638]], [[0.47248549332284356]]], "std": [[[0.16281194207240163]], [[0.1679321967123082]], [[0.19479294382223336]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.566666666666666], "mean": [14.783333333333331], "std": [8.544778565927894], "count": [888]}, "frame_index": {"min": [0], "max": [887], "mean": [443.5], "std": [256.3433569778368], "count": [888]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [888]}, "index": {"min": [0], "max": [887], "mean": [443.5], "std": [256.3433569778368], "count": [888]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [888]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-10.791366577148438, -88.33333587646484, -54.792686462402344, 25.13871192932129, -13.84457015991211, 0.7830853462219238, -51.690025329589844, -81.38066864013672, -56.45161437988281, 8.928571701049805, -23.03692054748535, 0.442151814699173], "max": [39.11870574951172, 44.5, 76.72760009765625, 67.3922348022461, -6.330416679382324, 50.35239028930664, 18.466611862182617, 34.99013900756836, 98.2078857421875, 87.3299331665039, 16.74466896057129, 31.76123809814453], "mean": [7.287490367889404, -17.478370666503906, 36.542781829833984, 37.97511672973633, -8.95687484741211, 21.364316940307617, -5.649308204650879, -22.563627243041992, 20.463289260864258, 53.298606872558594, 2.679159164428711, 13.446913719177246], "std": [12.623780250549316, 32.90056228637695, 34.23206329345703, 11.143355369567871, 2.118539810180664, 20.62958335876465, 17.649389266967773, 46.047271728515625, 63.19668197631836, 26.559972763061523, 7.924376487731934, 12.212324142456055], "count": [886]}, "observation.state": {"min": [-10.524301528930664, -88.10535430908203, -51.699462890625, 26.44557762145996, -13.064713478088379, 2.2137887477874756, -51.33960723876953, -80.8357925415039, -53.36322784423828, 9.564475059509277, -22.777484893798828, 2.6195154190063477], "max": [38.691158294677734, 45.11469650268555, 76.83363342285156, 66.75170135498047, -6.617826461791992, 51.35989761352539, 17.52353286743164, 35.753482818603516, 98.02690887451172, 86.93424224853516, 16.35980987548828, 31.499671936035156], "mean": [7.041271686553955, -16.810985565185547, 38.121089935302734, 38.21666717529297, -9.084676742553711, 22.1336612701416, -5.767884731292725, -21.577674865722656, 21.5317325592041, 53.47646713256836, 2.6819469928741455, 14.176279067993164], "std": [12.700127601623535, 33.0076789855957, 33.99005889892578, 11.013794898986816, 2.068986177444458, 20.20087432861328, 17.643098831176758, 46.399742126464844, 62.78009796142578, 26.445327758789062, 7.931112766265869, 11.549385070800781], "count": [886]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444442055242879]], [[0.4523962846970064]], [[0.42214683440248524]]], "std": [[[0.18772610812580098]], [[0.218676715742366]], [[0.2606705130176723]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616445548898572]], [[0.4454713976640039]], [[0.4357927698600016]]], "std": [[[0.19471899216166472]], [[0.1995669851523606]], [[0.22049580260105817]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508752710703623]], [[0.49878412838900993]], [[0.4913425144234649]]], "std": [[[0.176319604537712]], [[0.17572106144134506]], [[0.19676649257788537]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.525533544724471], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [886]}, "index": {"min": [888], "max": [1773], "mean": [1330.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-7.104316711425781, -7.166666507720947, -97.23584747314453, 30.26034927368164, -6.845085144042969, 1.5661706924438477, -45.836769104003906, -81.45956420898438, -99.10394287109375, -51.020408630371094, -22.10088348388672, 0.7369197010993958], "max": [12.230216026306152, 48.33333206176758, 55.8626823425293, 96.75629425048828, -2.2645394802093506, 35.70869064331055, 16.90024757385254, 72.62327575683594, 98.11827850341797, 99.48979949951172, 14.09256362915039, 33.235076904296875], "mean": [3.911048412322998, 17.564199447631836, -31.629249572753906, 66.6778793334961, -5.982665538787842, 31.291025161743164, -9.777009963989258, -0.3585173785686493, 20.443418502807617, 28.824411392211914, -5.339442729949951, 19.392913818359375], "std": [4.3040771484375, 19.121057510375977, 44.752197265625, 21.476408004760742, 1.1297791004180908, 10.118648529052734, 10.534259796142578, 46.88460159301758, 62.87680435180664, 30.857189178466797, 7.70017147064209, 8.829005241394043], "count": [884]}, "observation.state": {"min": [-7.156525135040283, -7.476635456085205, -94.99105834960938, 30.442176818847656, -6.617826461791992, 2.2137887477874756, -45.40188217163086, -80.8357925415039, -95.87444305419922, -49.70111083984375, -22.251445770263672, 2.6195154190063477], "max": [11.672407150268555, 49.27782440185547, 56.35062789916992, 96.17346954345703, -2.4664225578308105, 35.547122955322266, 14.699493408203125, 73.65977478027344, 97.93721771240234, 98.20665740966797, 14.097843170166016, 33.071380615234375], "mean": [3.7191290855407715, 19.43706512451172, -28.6992244720459, 66.36556243896484, -6.061803817749023, 31.296464920043945, -9.86687183380127, 0.04830847308039665, 22.937782287597656, 28.803743362426758, -5.255452632904053, 19.373838424682617], "std": [4.37731409072876, 20.475078582763672, 44.974151611328125, 21.470373153686523, 1.1217678785324097, 10.1488618850708, 10.467084884643555, 47.509098052978516, 62.01609802246094, 30.2203311920166, 7.636244297027588, 8.596200942993164], "count": [884]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334070796013879]], [[0.43421492223432584]], [[0.4027909341462923]]], "std": [[[0.19701279120251708]], [[0.22247010732484335]], [[0.26068054663792306]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5016135532659566]], [[0.48403281338255466]], [[0.47373310664286294]]], "std": [[[0.1994530106832617]], [[0.20624572395117036]], [[0.23102148170375658]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5146030836460099]], [[0.49467585279996773]], [[0.4768812598341806]]], "std": [[[0.20712169079014264]], [[0.23382992303790245]], [[0.2800493829282777]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [884]}, "index": {"min": [1774], "max": [2657], "mean": [2215.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-11.870503425598145, -24.5, -51.76103591918945, 20.870677947998047, -39.52650451660156, 0.3915426731109619, -47.73289489746094, -18.737672805786133, -54.21146774291992, -1.4455782175064087, -22.88091468811035, 0.0], "max": [43.43525314331055, 26.91666603088379, 70.39678955078125, 97.95134735107422, 4.529078960418701, 59.749412536621094, 31.079967498779297, 42.721893310546875, 61.648746490478516, 94.81292724609375, 12.220488548278809, 33.52984619140625], "mean": [7.366523265838623, -8.691211700439453, 22.663604736328125, 52.47040939331055, -5.664752006530762, 35.68182373046875, -11.100927352905273, 9.65151309967041, -19.673112869262695, 55.404380798339844, -4.261367321014404, 14.218277931213379], "std": [11.340197563171387, 17.946271896362305, 52.249000549316406, 28.275569915771484, 9.597390174865723, 17.21217155456543, 26.730188369750977, 15.336834907531738, 35.02595901489258, 27.9134464263916, 12.034445762634277, 11.814244270324707], "count": [879]}, "observation.state": {"min": [-11.44278621673584, -23.874256134033203, -71.73524475097656, 21.5986385345459, -38.70573806762695, 2.2770397663116455, -47.284576416015625, -18.362178802490234, -95.51569366455078, -0.25619128346443176, -22.56707000732422, 2.6195154190063477], "max": [43.13050079345703, 40.35683822631836, 70.30411529541016, 96.76870727539062, 7.350427150726318, 59.32953643798828, 29.905864715576172, 44.61798095703125, 59.82062911987305, 94.70538330078125, 12.098895072937012, 33.857234954833984], "mean": [7.446754455566406, -7.52629280090332, 22.334735870361328, 52.6456298828125, -5.698200702667236, 35.69766616821289, -11.619902610778809, 11.344136238098145, -19.793930053710938, 55.92763900756836, -4.441221714019775, 14.74250316619873], "std": [11.065746307373047, 18.34910774230957, 52.485633850097656, 28.182714462280273, 9.740108489990234, 16.75642204284668, 26.565711975097656, 15.323684692382812, 33.66777420043945, 28.04935073852539, 12.042901992797852, 11.12607192993164], "count": [879]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416148943997889]], [[0.4258952497665733]], [[0.39953720872406934]]], "std": [[[0.1754833701592758]], [[0.206439206075689]], [[0.2482426227600217]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48993979367109164]], [[0.4669284001644136]], [[0.4505367672431292]]], "std": [[[0.18901014827661014]], [[0.19984417320332074]], [[0.22641245479579955]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516074687664921]], [[0.5005243423456339]], [[0.4889252045020907]]], "std": [[[0.2158792911399206]], [[0.22170231417832864]], [[0.24404026417651453]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [879]}, "index": {"min": [2658], "max": [3536], "mean": [3097.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-11.870503425598145, -87.58333587646484, -34.997772216796875, 28.382415771484375, -22.696861267089844, 0.23492561280727386, -40.64303207397461, -98.97435760498047, -34.856632232666016, 4.506802558898926, -19.24077033996582, 0.442151814699173], "max": [32.37409973144531, 27.83333396911621, 98.75167083740234, 96.75629425048828, -2.985074520111084, 59.12294387817383, 27.535037994384766, 10.059171676635742, 98.47669982910156, 91.32653045654297, 21.060842514038086, 23.94989013671875], "mean": [5.270447254180908, -27.680313110351562, 22.738679885864258, 60.40601348876953, -11.335440635681152, 48.06901931762695, -5.9372992515563965, -38.7957763671875, 34.92866897583008, 46.99904251098633, 1.685491681098938, 14.818276405334473], "std": [8.593390464782715, 30.608318328857422, 34.779510498046875, 19.440231323242188, 5.854648590087891, 21.016847610473633, 20.949642181396484, 35.02138137817383, 44.05086135864258, 22.139110565185547, 9.72957992553711, 9.010990142822266], "count": [881]}, "observation.state": {"min": [-11.748947143554688, -86.91588592529297, -31.663684844970703, 28.741497039794922, -22.44200325012207, 2.4035420417785645, -40.333091735839844, -98.39595031738281, -32.466365814208984, 5.038428783416748, -18.779590606689453, 2.750491142272949], "max": [31.725984573364258, 28.377229690551758, 98.5688705444336, 96.34353637695312, -3.247863292694092, 59.32953643798828, 26.719768524169922, 10.510764122009277, 98.02690887451172, 91.11870574951172, 20.936349868774414, 23.575637817382812], "mean": [4.957968235015869, -26.838916778564453, 24.852264404296875, 60.749454498291016, -11.434195518493652, 48.351776123046875, -6.157983303070068, -37.81059646606445, 36.103782653808594, 47.20681381225586, 1.6550184488296509, 15.172760963439941], "std": [8.547565460205078, 30.51830291748047, 34.063438415527344, 19.377906799316406, 5.8843793869018555, 20.835010528564453, 20.877513885498047, 35.38153839111328, 43.71369934082031, 22.136625289916992, 9.720216751098633, 8.277238845825195], "count": [881]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4323807709678074]], [[0.43899034070149795]], [[0.40839409912515734]]], "std": [[[0.18928123515344517]], [[0.21638393244891]], [[0.2550452949534919]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5041840138229204]], [[0.48391534095522265]], [[0.4696221278366419]]], "std": [[[0.20630191081918123]], [[0.2142184504320733]], [[0.2363888214509503]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5129290839524215]], [[0.4957751999350465]], [[0.4826476652255105]]], "std": [[[0.24679149482899468]], [[0.24746565591614658]], [[0.26539832008160225]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [881]}, "index": {"min": [3537], "max": [4417], "mean": [3977.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-7.553956985473633, -99.0, -52.20686721801758, 23.26077651977539, -15.079773902893066, 1.096319556236267, -44.60016632080078, -98.89546203613281, -74.28315734863281, 17.006803512573242, -15.912636756896973, 0.884303629398346], "max": [42.26618576049805, 43.33333206176758, 98.84083557128906, 78.57447814941406, 2.3160061836242676, 66.562255859375, 21.26957893371582, 18.9743595123291, 97.67024993896484, 99.23469543457031, 4.888195514678955, 24.686809539794922], "mean": [11.482047080993652, -27.85675048828125, 38.6546630859375, 51.993873596191406, -6.381427764892578, 47.22000503540039, -11.058980941772461, -14.675914764404297, 11.372129440307617, 64.52552032470703, -2.5876853466033936, 16.783571243286133], "std": [15.548709869384766, 56.02101135253906, 47.35390090942383, 12.984173774719238, 4.201863765716553, 23.819866180419922, 19.33895492553711, 44.268428802490234, 61.57123947143555, 28.444040298461914, 5.297487735748291, 7.9353227615356445], "count": [888]}, "observation.state": {"min": [-7.386146068572998, -98.13084411621094, -49.2844352722168, 24.5748291015625, -14.822955131530762, 2.6565465927124023, -44.098480224609375, -98.4803695678711, -71.7488784790039, 17.42100715637207, -15.675959587097168, 2.6195154190063477], "max": [41.599693298339844, 37.6380615234375, 98.65831756591797, 78.31632995605469, 2.07570219039917, 66.41366577148438, 20.419984817504883, 19.459688186645508, 97.75785064697266, 98.12126159667969, 4.681746482849121, 24.361494064331055], "mean": [11.415633201599121, -29.148967742919922, 40.08504104614258, 51.523468017578125, -6.398614406585693, 47.28582000732422, -11.177806854248047, -14.754262924194336, 11.806910514831543, 64.20565795898438, -2.5599889755249023, 16.94070816040039], "std": [15.54599380493164, 54.59099578857422, 48.01532745361328, 12.26782512664795, 4.256621837615967, 23.290266036987305, 19.23058319091797, 44.70123291015625, 61.424903869628906, 28.299213409423828, 5.295319557189941, 7.433578968048096], "count": [888]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4329981012466715]], [[0.43997938100137174]], [[0.4097057134067619]]], "std": [[[0.1771208191239078]], [[0.20377522603237688]], [[0.24204785669838558]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48255100535584605]], [[0.4671322218187687]], [[0.45407013409787783]]], "std": [[[0.18436595570524045]], [[0.191963769434725]], [[0.21644363902111502]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.482872671316469]], [[0.46513544062172196]], [[0.45170337211530703]]], "std": [[[0.21185251725588325]], [[0.2082149525074167]], [[0.22421634374844343]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.566666666666666], "mean": [14.783333333333331], "std": [8.544778565927894], "count": [888]}, "frame_index": {"min": [0], "max": [887], "mean": [443.5], "std": [256.3433569778368], "count": [888]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [888]}, "index": {"min": [4418], "max": [5305], "mean": [4861.5], "std": [256.3433569778368], "count": [888]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [888]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [-12.679856300354004, -40.58333206176758, -73.4284439086914, 21.63892364501953, -17.49871253967285, 0.9397024512290955, -41.79719543457031, -96.21302032470703, -16.487455368041992, -1.0204081535339355, -19.76078987121582, 0.442151814699173], "max": [40.107913970947266, 42.91666793823242, 82.43424224853516, 99.14639282226562, 1.9042717218399048, 66.562255859375, 14.344599723815918, -5.246548175811768, 98.11827850341797, 92.51700592041016, 4.056162357330322, 30.803241729736328], "mean": [6.3604841232299805, 12.235357284545898, -25.37596321105957, 80.34598541259766, -5.8893256187438965, 40.35059356689453, -9.92387580871582, -28.85081672668457, 23.620197296142578, 54.24886703491211, -4.588923931121826, 10.426112174987793], "std": [13.341680526733398, 25.261066436767578, 48.84421157836914, 25.767669677734375, 5.640954494476318, 29.942821502685547, 17.20663070678711, 29.46554183959961, 38.36848449707031, 20.287141799926758, 7.691184997558594, 10.532336235046387], "count": [880]}, "observation.state": {"min": [-12.361270904541016, -39.25233459472656, -70.7513427734375, 22.619047164916992, -17.16727638244629, 2.2137887477874756, -41.34685134887695, -95.44111633300781, -13.721973419189453, 0.08539709448814392, -19.46343994140625, 2.6850032806396484], "max": [39.762725830078125, 37.892948150634766, 82.3792495727539, 97.87415313720703, 1.4896215200424194, 66.41366577148438, 13.540912628173828, -6.289573669433594, 97.8475341796875, 92.31426239013672, 3.892688035964966, 30.451866149902344], "mean": [6.016958236694336, 14.096796989440918, -24.6093692779541, 80.41199493408203, -5.845629692077637, 40.79319381713867, -10.080663681030273, -27.615232467651367, 24.638551712036133, 54.21685791015625, -4.590034008026123, 11.262977600097656], "std": [13.527264595031738, 24.854236602783203, 47.55686569213867, 25.17976188659668, 5.5851521492004395, 29.567535400390625, 17.125642776489258, 29.23172950744629, 37.1788215637207, 20.266815185546875, 7.686964988708496, 9.812325477600098], "count": [880]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45856768486380056]], [[0.45771906461860107]], [[0.4233812923720213]]], "std": [[[0.19925749296666315]], [[0.22332766635996137]], [[0.26036704346255723]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4882603862197053]], [[0.46855823615678155]], [[0.45540744884910483]]], "std": [[[0.2057480323397749]], [[0.21857695970807858]], [[0.2502755734278368]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49206743367636907]], [[0.4781788403767304]], [[0.47015478854585313]]], "std": [[[0.18180986474944363]], [[0.18554317812482238]], [[0.20950201962867349]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.467798480780651], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [880]}, "index": {"min": [5306], "max": [6185], "mean": [5745.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [880]}}}
8
+ {"episode_index": 7, "stats": {"action": {"min": [-14.118704795837402, -73.33333587646484, -29.380294799804688, 20.187793731689453, -18.270715713500977, 1.3312450647354126, -48.55729675292969, -96.68639373779297, -21.32616424560547, 13.095237731933594, -15.964638710021973, 0.5895357131958008], "max": [36.780574798583984, 29.16666603088379, 98.66250610351562, 70.97737884521484, -3.8085434436798096, 48.00313186645508, 20.032976150512695, 8.165680885314941, 98.38710021972656, 84.09864044189453, 13.780550956726074, 26.013263702392578], "mean": [5.421935558319092, -37.105716705322266, 56.27920150756836, 32.76778030395508, -9.689554214477539, 15.477324485778809, -7.78878116607666, -43.07024383544922, 43.92058563232422, 53.39226150512695, -0.8370459675788879, 15.754229545593262], "std": [10.990653038024902, 32.172462463378906, 38.513423919677734, 11.755823135375977, 4.529464244842529, 12.978585243225098, 16.291452407836914, 40.26588439941406, 49.800048828125, 18.258708953857422, 5.381068706512451, 8.834694862365723], "count": [892]}, "observation.state": {"min": [-13.279754638671875, -72.6423110961914, -26.386404037475586, 21.428571701049805, -17.899877548217773, 2.2770397663116455, -48.15351104736328, -96.11650848388672, -18.20627784729004, 13.834329605102539, -15.781167984008789, 2.6850032806396484], "max": [37.08381271362305, 29.82158088684082, 98.47943115234375, 70.66326904296875, -4.126984119415283, 47.5648307800293, 18.682113647460938, 8.73786449432373, 98.11659240722656, 83.85994720458984, 12.782746315002441, 25.802227020263672], "mean": [5.217334270477295, -35.943016052246094, 56.98399353027344, 32.95768737792969, -9.70487117767334, 15.539714813232422, -7.937187671661377, -41.900062561035156, 44.92932891845703, 53.548301696777344, -0.8241470456123352, 16.017332077026367], "std": [11.00157642364502, 32.1956787109375, 37.95941925048828, 11.627971649169922, 4.539677143096924, 12.721723556518555, 16.181461334228516, 40.99687194824219, 49.14623260498047, 18.227983474731445, 5.336877346038818, 8.329578399658203], "count": [892]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45169397454789684]], [[0.4579366654637315]], [[0.4254659832491279]]], "std": [[[0.17918530760857188]], [[0.2085511854305323]], [[0.25015162200017604]]], "count": [163]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4941021530033281]], [[0.475619126919684]], [[0.46400421277918125]]], "std": [[[0.21176081531373783]], [[0.22186209531951084]], [[0.24980119163592493]]], "count": [163]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4991335245499018]], [[0.482437704248366]], [[0.4691715485785316]]], "std": [[[0.19846301129573757]], [[0.19976773167491532]], [[0.2185481159218666]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [892]}, "index": {"min": [6186], "max": [7077], "mean": [6631.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}}}
9
+ {"episode_index": 8, "stats": {"action": {"min": [-13.129496574401855, -84.66666412353516, -14.40035629272461, 15.236875534057617, -18.939783096313477, 0.8613938689231873, -39.406429290771484, -99.21104431152344, -71.1469497680664, 20.74829864501953, -12.220488548278809, 0.8106116652488708], "max": [45.3237419128418, -16.0, 99.19750213623047, 49.12505340576172, -7.308286190032959, 28.269380569458008, 18.466611862182617, 32.30769348144531, 98.38710021972656, 99.3197250366211, 9.360374450683594, 27.339719772338867], "mean": [6.104308128356934, -51.792335510253906, 67.25350952148438, 31.228137969970703, -10.21492862701416, 17.080942153930664, -7.435688495635986, -30.1051082611084, 15.6179780960083, 66.6942138671875, 0.5444600582122803, 10.623200416564941], "std": [12.907805442810059, 28.47042465209961, 33.93775939941406, 7.886720180511475, 2.9045770168304443, 8.808022499084473, 16.40266227722168, 58.03666687011719, 75.22229766845703, 22.971134185791016, 5.290438652038574, 8.861079216003418], "count": [883]}, "observation.state": {"min": [-13.05013370513916, -84.11215209960938, -11.001789093017578, 15.901360511779785, -18.437118530273438, 2.4667930603027344, -39.10210037231445, -98.5647964477539, -68.07174682617188, 20.324508666992188, -11.783271789550781, 2.6850032806396484], "max": [45.044010162353516, -15.632965087890625, 99.01609802246094, 48.21428680419922, -7.496947288513184, 27.956989288330078, 17.306299209594727, 32.798648834228516, 98.11659240722656, 98.12126159667969, 9.100473403930664, 27.046497344970703], "mean": [5.8132500648498535, -51.30924987792969, 68.72016906738281, 31.31698989868164, -10.19115924835205, 17.11393928527832, -7.531786918640137, -29.50118637084961, 16.50723648071289, 66.6865463256836, 0.510604739189148, 11.062789916992188], "std": [12.999820709228516, 28.425600051879883, 32.94220733642578, 7.681459426879883, 2.9101521968841553, 8.533540725708008, 16.252429962158203, 58.44716262817383, 74.69794464111328, 22.9648380279541, 5.2433271408081055, 8.460981369018555], "count": [883]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4398951470080786]], [[0.4504917133520075]], [[0.4231718185462591]]], "std": [[[0.1756027795264839]], [[0.20769191373031923]], [[0.25085959368635596]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5034680649433687]], [[0.4829248061543458]], [[0.46576521460033293]]], "std": [[[0.22072339504068808]], [[0.22857189372871764]], [[0.2545599082152759]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4923844271404214]], [[0.4771056712540088]], [[0.46631143689359805]]], "std": [[[0.21165899770615612]], [[0.2046952827841827]], [[0.21805499924859845]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.699999999999998], "std": [8.496666012815458], "count": [883]}, "frame_index": {"min": [0], "max": [882], "mean": [441.0], "std": [254.89998038446373], "count": [883]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [883]}, "index": {"min": [7078], "max": [7960], "mean": [7519.0], "std": [254.89998038446373], "count": [883]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [883]}}}
10
+ {"episode_index": 9, "stats": {"action": {"min": [-9.80215835571289, -84.75, -7.267053127288818, 12.249253273010254, -7.617086887359619, 0.8613938689231873, -38.25226593017578, -98.89546203613281, -35.5734748840332, -7.057823181152344, -16.69266700744629, 0.957995593547821], "max": [43.615108489990234, 17.33333396911621, 99.19750213623047, 57.23431396484375, 1.1322697401046753, 41.66014099121094, 25.638912200927734, -3.510848045349121, 98.65591430664062, 96.51360321044922, 12.896515846252441, 34.19307327270508], "mean": [14.306661605834961, -47.510162353515625, 61.362823486328125, 33.0947380065918, -1.5251284837722778, 23.771120071411133, -10.777344703674316, -36.49348449707031, 32.48561096191406, 51.48445129394531, -0.60431307554245, 18.21426773071289], "std": [14.278566360473633, 31.54607582092285, 33.340911865234375, 7.6427764892578125, 2.4224565029144287, 10.361454963684082, 16.87544822692871, 36.92496109008789, 50.057743072509766, 30.48062515258789, 8.61213207244873, 10.265299797058105], "count": [889]}, "observation.state": {"min": [-9.29965591430664, -84.11215209960938, -3.846153736114502, 13.945578575134277, -7.545787334442139, 2.3402910232543945, -37.943519592285156, -98.39595031738281, -33.004486083984375, -5.97779655456543, -16.517621994018555, 2.6850032806396484], "max": [43.2070426940918, 17.41716194152832, 99.01609802246094, 56.292518615722656, 0.9035409092903137, 41.239723205566406, 24.981897354125977, -3.1658928394317627, 98.11659240722656, 96.32792663574219, 12.730141639709473, 33.98821258544922], "mean": [14.056013107299805, -46.95847702026367, 62.54331970214844, 33.47393798828125, -1.6045581102371216, 23.789949417114258, -10.893446922302246, -35.70310974121094, 33.67477798461914, 51.77950668334961, -0.6148631572723389, 18.337190628051758], "std": [14.30302619934082, 32.11653518676758, 32.89857864379883, 7.429128646850586, 2.4404399394989014, 10.052074432373047, 16.81536293029785, 37.459510803222656, 49.561927795410156, 30.260663986206055, 8.54677963256836, 9.878121376037598], "count": [889]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45072558601629953]], [[0.45713280052247235]], [[0.42461998835027837]]], "std": [[[0.17153443012056038]], [[0.2040750642611867]], [[0.25003151012076164]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5199564068425724]], [[0.5043020354232228]], [[0.4936443556846607]]], "std": [[[0.2220443896075705]], [[0.23305987439739256]], [[0.26242097142410264]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086155024509804]], [[0.49469923671629146]], [[0.4850542935023804]]], "std": [[[0.19640312926865192]], [[0.20059676170965499]], [[0.2218028753080948]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.554401076508967], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [889]}, "index": {"min": [7961], "max": [8849], "mean": [8405.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}}}
11
+ {"episode_index": 10, "stats": {"action": {"min": [-12.769783973693848, -81.66666412353516, -14.935354232788086, 3.798548936843872, -10.499227523803711, 1.1746280193328857, -39.15911102294922, -99.52662658691406, -27.060932159423828, 8.163265228271484, -14.456578254699707, 0.5158437490463257], "max": [39.65827178955078, -7.25, 98.84083557128906, 53.05164337158203, 5.7642822265625, 47.22004699707031, 10.799670219421387, 19.526626586914062, 98.74552154541016, 86.9047622680664, 10.036401748657227, 25.276344299316406], "mean": [8.992425918579102, -37.128787994384766, 57.0738410949707, 28.355175018310547, -2.5440967082977295, 23.178388595581055, -11.782161712646484, -36.20171356201172, 33.800174713134766, 57.652732849121094, -2.3633742332458496, 15.512223243713379], "std": [13.471715927124023, 32.39091873168945, 34.670475006103516, 9.679190635681152, 3.9277963638305664, 12.48675537109375, 16.380613327026367, 47.75987243652344, 51.22670364379883, 18.35526466369629, 6.1973185539245605, 8.069525718688965], "count": [871]}, "observation.state": {"min": [-12.59089183807373, -80.96856689453125, -11.538461685180664, 3.5714285373687744, -10.183150291442871, 2.3402910232543945, -38.59522247314453, -98.39595031738281, -23.856502532958984, 9.222886085510254, -14.308259010314941, 2.6850032806396484], "max": [38.53807830810547, -6.287170886993408, 98.65831756591797, 52.21088409423828, 5.5433454513549805, 46.80582046508789, 10.499637603759766, 19.966230392456055, 98.11659240722656, 86.50725555419922, 12.519726753234863, 25.081859588623047], "mean": [8.800435066223145, -36.62742614746094, 58.27482604980469, 28.39296531677246, -2.39788818359375, 23.422393798828125, -11.884383201599121, -34.55596160888672, 34.83837127685547, 57.69924545288086, -2.26092529296875, 15.922064781188965], "std": [13.445867538452148, 32.45010757446289, 33.76136779785156, 9.608457565307617, 3.8807945251464844, 12.256085395812988, 16.27117347717285, 49.01359558105469, 50.679935455322266, 18.256811141967773, 6.254505634307861, 7.550042629241943], "count": [871]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.448821484375]], [[0.45346638710171566]], [[0.4191031594669118]]], "std": [[[0.1787124635796384]], [[0.20548387492602227]], [[0.2420478638945377]]], "count": [160]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027352213541666]], [[0.4889038360396242]], [[0.47870245098039216]]], "std": [[[0.21051269411686568]], [[0.21689001119915266]], [[0.242278188411721]]], "count": [160]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5130973205167484]], [[0.4966815499897876]], [[0.4843363294015523]]], "std": [[[0.21886352857559202]], [[0.21464701130237215]], [[0.2289413590443543]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.381195883908479], "count": [871]}, "frame_index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [871]}, "index": {"min": [8850], "max": [9720], "mean": [9285.0], "std": [251.4358765172544], "count": [871]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}}}
12
+ {"episode_index": 11, "stats": {"action": {"min": [0.6294963955879211, -82.08333587646484, -74.23094177246094, 7.1276140213012695, -3.8600103855133057, 1.096319556236267, -59.02720642089844, -98.97435760498047, -98.83512878417969, 13.945578575134277, -15.444618225097656, 0.2210759073495865], "max": [46.67266082763672, 69.91666412353516, 98.75167083740234, 67.81903839111328, 12.609367370605469, 27.877838134765625, 35.44929885864258, 73.49112701416016, 97.75985717773438, 99.3197250366211, 13.676547050476074, 27.63448715209961], "mean": [14.909849166870117, -64.24864196777344, 62.07587432861328, 45.36566925048828, 0.05938076600432396, 17.73996353149414, -17.188875198364258, 10.289987564086914, -29.637319564819336, 61.914031982421875, -0.8733283281326294, 13.530030250549316], "std": [10.741363525390625, 31.214588165283203, 31.06875228881836, 13.996842384338379, 3.3403725624084473, 9.922433853149414, 22.601896286010742, 48.85468673706055, 59.84170913696289, 28.314807891845703, 7.182882308959961, 10.411026954650879], "count": [884]}, "observation.state": {"min": [0.6505931615829468, -81.64826202392578, -74.06082153320312, 6.972789287567139, -3.7362637519836426, 2.6565465927124023, -58.870384216308594, -98.5647964477539, -96.0538101196289, 15.20068359375, -15.044713020324707, 2.6195154190063477], "max": [46.5748176574707, 68.64910888671875, 98.5688705444336, 67.60204315185547, 12.283272743225098, 27.577482223510742, 34.61259841918945, 74.67285919189453, 97.75785064697266, 98.20665740966797, 13.256180763244629, 27.439424514770508], "mean": [14.614816665649414, -64.38860321044922, 65.16812896728516, 45.350563049316406, -0.09586991369724274, 18.104490280151367, -17.279376983642578, 11.369894981384277, -27.932106018066406, 61.62367248535156, -0.8416621685028076, 14.047172546386719], "std": [10.633828163146973, 30.02436637878418, 29.53468132019043, 13.783268928527832, 3.314483165740967, 9.373244285583496, 22.55462074279785, 49.726444244384766, 60.156532287597656, 27.804893493652344, 7.148346900939941, 9.722098350524902], "count": [884]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4315127970426854]], [[0.4415551634491245]], [[0.4114113562091503]]], "std": [[[0.17926049894105442]], [[0.2071450558682574]], [[0.24392858345181737]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5222063564108772]], [[0.5035391425603164]], [[0.4926995720870653]]], "std": [[[0.21559175348682677]], [[0.22082489132540348]], [[0.243761928647454]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48204158723674656]], [[0.466973483014605]], [[0.4495728309327846]]], "std": [[[0.2714838044806097]], [[0.26740799865743353]], [[0.2836966164512035]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [884]}, "index": {"min": [9721], "max": [10604], "mean": [10162.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}}}
13
+ {"episode_index": 12, "stats": {"action": {"min": [-14.748201370239258, -73.08333587646484, -91.26170349121094, 39.564659118652344, -15.234173774719238, 0.7830853462219238, -26.710634231567383, -87.53451538085938, -98.38710021972656, -16.411563873291016, -13.312532424926758, 0.442151814699173], "max": [18.974821090698242, 43.66666793823242, 66.91930389404297, 97.86598205566406, 1.8013381958007812, 40.79874801635742, 13.272876739501953, 73.88560485839844, 97.04301452636719, 99.5748291015625, 9.152365684509277, 31.3190860748291], "mean": [12.339400291442871, -20.696762084960938, 12.616588592529297, 67.8465576171875, -2.7009239196777344, 30.751359939575195, -7.607941150665283, -5.848992347717285, -1.6504974365234375, 36.88749694824219, -1.3045469522476196, 13.738155364990234], "std": [9.570793151855469, 30.948871612548828, 46.742122650146484, 11.562409400939941, 5.2350006103515625, 11.468079566955566, 8.821792602539062, 48.6458740234375, 68.89775085449219, 30.23149299621582, 5.361748218536377, 9.348982810974121], "count": [879]}, "observation.state": {"min": [-13.662456512451172, -72.8971939086914, -88.64042663574219, 40.39115524291992, -14.725275039672852, 2.5300443172454834, -26.212888717651367, -86.914306640625, -94.52914428710938, -15.542271614074707, -13.045764923095703, 2.6195154190063477], "max": [18.63758087158203, 44.43500518798828, 67.08407592773438, 97.2789077758789, 1.9291819334030151, 40.54396057128906, 11.803041458129883, 74.67285919189453, 98.11659240722656, 98.20665740966797, 9.416096687316895, 31.10674476623535], "mean": [12.229392051696777, -19.14668846130371, 15.0247802734375, 67.95150756835938, -2.516820192337036, 30.731311798095703, -7.827259540557861, -4.791355609893799, 0.4397518038749695, 37.46418762207031, -1.237953543663025, 13.970179557800293], "std": [9.526549339294434, 31.25531005859375, 46.04017639160156, 11.003683090209961, 5.286954879760742, 11.13694953918457, 8.672422409057617, 49.3355827331543, 68.70045471191406, 29.673206329345703, 5.323983192443848, 8.746932029724121], "count": [879]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4432825883976779]], [[0.4701857467624731]], [[0.46910828969268864]]], "std": [[[0.20541714678006154]], [[0.24548190769100095]], [[0.2994148942131201]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5263071172309504]], [[0.5000641999553445]], [[0.48085180702715874]]], "std": [[[0.2030145398242744]], [[0.21305253458404932]], [[0.2413957782403447]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.491655718446799]], [[0.48617085692972845]], [[0.4796473125482077]]], "std": [[[0.2504886007003078]], [[0.25502363386499843]], [[0.2769957055822135]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [879]}, "index": {"min": [10605], "max": [11483], "mean": [11044.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}}}
14
+ {"episode_index": 13, "stats": {"action": {"min": [-9.262589454650879, -99.08333587646484, -91.52920532226562, 36.235595703125, -16.10910987854004, 1.3312450647354126, -51.690025329589844, -98.97435760498047, -99.10394287109375, -3.911564588546753, -15.808631896972656, 0.6632277369499207], "max": [34.26258850097656, 31.66666603088379, 94.20419311523438, 98.20742797851562, 3.3453421592712402, 40.72043991088867, 19.538333892822266, 61.893489837646484, 98.29749298095703, 99.4047622680664, 6.396255970001221, 22.84450912475586], "mean": [14.07251262664795, -69.94574737548828, 54.579856872558594, 66.60745239257812, -3.045907735824585, 34.664512634277344, -8.211349487304688, -19.981046676635742, 4.61861515045166, 52.96076583862305, -4.510700702667236, 13.370635032653809], "std": [9.08929443359375, 48.54779815673828, 58.15534973144531, 11.640929222106934, 4.807192802429199, 8.216409683227539, 12.587656021118164, 60.85158920288086, 81.1269302368164, 29.68141746520996, 5.396672248840332, 7.135426998138428], "count": [884]}, "observation.state": {"min": [-9.07003402709961, -98.81053161621094, -89.53488159179688, 38.60544204711914, -15.75091552734375, 2.2137887477874756, -51.41202163696289, -99.24018859863281, -95.15695190429688, -4.355251789093018, -15.20252513885498, 2.6195154190063477], "max": [34.09873580932617, 32.45539474487305, 94.63327026367188, 97.44898223876953, 3.1013431549072266, 40.417457580566406, 18.754526138305664, 62.937950134277344, 97.8475341796875, 98.29206085205078, 6.259863376617432, 22.52783203125], "mean": [13.841315269470215, -69.35612487792969, 56.52145004272461, 66.61180877685547, -3.1750943660736084, 34.73643493652344, -8.346283912658691, -19.110897064208984, 6.458113670349121, 52.93400573730469, -4.44093132019043, 13.628768920898438], "std": [9.127167701721191, 49.047508239746094, 58.03466033935547, 11.457012176513672, 4.692363262176514, 8.14425277709961, 12.632915496826172, 61.52912521362305, 80.75891876220703, 29.385271072387695, 5.3796067237854, 6.575270175933838], "count": [884]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4546039825909788]], [[0.4904472913136448]], [[0.4956120995723392]]], "std": [[[0.1906221665743806]], [[0.23850625635904193]], [[0.29968360367253644]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.513778878449528]], [[0.49508816973291375]], [[0.4719528198882434]]], "std": [[[0.22097424657011905]], [[0.22726321805935526]], [[0.25245402335445616]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5074860480714919]], [[0.4918042846768337]], [[0.4748946872730574]]], "std": [[[0.2568405494779647]], [[0.2593118095703655]], [[0.28151063307211094]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [884]}, "index": {"min": [11484], "max": [12367], "mean": [11925.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}}}
15
+ {"episode_index": 14, "stats": {"action": {"min": [-18.435251235961914, -98.58333587646484, -79.13508605957031, 37.43064498901367, -25.99073600769043, 0.9397024512290955, -25.061830520629883, -98.89546203613281, -98.38710021972656, -4.506802558898926, -16.38065528869629, 0.0], "max": [13.758993148803711, 46.41666793823242, 93.22335815429688, 77.37942504882812, 4.992280006408691, 40.172279357910156, 8.903545379638672, 44.694278717041016, 94.89247131347656, 92.94217681884766, 9.412376403808594, 33.82461166381836], "mean": [7.553223609924316, -64.1382064819336, 45.60346984863281, 65.70256042480469, -2.9299213886260986, 29.257503509521484, -8.729214668273926, -2.1063344478607178, -9.969766616821289, 47.40155029296875, -5.065863609313965, 14.025557518005371], "std": [9.130878448486328, 54.37359619140625, 65.94794464111328, 5.841513633728027, 10.01661491394043, 10.38451862335205, 9.840713500976562, 50.98296356201172, 69.69833374023438, 28.9268741607666, 7.636898040771484, 10.501866340637207], "count": [880]}, "observation.state": {"min": [-17.412935256958008, -98.30076599121094, -73.79248809814453, 38.775508880615234, -25.66544532775879, 2.5932953357696533, -24.764663696289062, -99.24018859863281, -95.06726837158203, -3.9282665252685547, -16.149394989013672, 2.6195154190063477], "max": [13.892078399658203, 47.068817138671875, 93.38103485107422, 75.6802749633789, 4.664224624633789, 39.72169494628906, 7.096306800842285, 45.293373107910156, 96.95067596435547, 92.74124908447266, 9.100473403930664, 33.5297966003418], "mean": [7.563448905944824, -64.4839096069336, 48.55249786376953, 65.76519012451172, -2.9806325435638428, 29.26722526550293, -8.942541122436523, -1.597682237625122, -6.625436782836914, 47.491825103759766, -5.097679615020752, 14.439160346984863], "std": [9.121883392333984, 54.09958267211914, 65.39886474609375, 5.755993366241455, 9.933917045593262, 10.06017017364502, 9.815369606018066, 52.038414001464844, 69.64762878417969, 28.761625289916992, 7.585655689239502, 9.812211990356445], "count": [880]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4556355524093696]], [[0.4861008961555637]], [[0.4870262516238379]]], "std": [[[0.19622215067003362]], [[0.24190131853363375]], [[0.30065016107141224]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5217686551069703]], [[0.5063335807148948]], [[0.4949026407664515]]], "std": [[[0.22904925798147394]], [[0.2353868239028934]], [[0.2611204974932922]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47643245849064264]], [[0.46179642781025454]], [[0.44531487993748226]]], "std": [[[0.23465989320379005]], [[0.24107988086180715]], [[0.26752522078068947]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.467798480780651], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [880]}, "index": {"min": [12368], "max": [13247], "mean": [12807.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [880]}}}
16
+ {"episode_index": 15, "stats": {"action": {"min": [-12.589927673339844, -99.83333587646484, -76.28176879882812, 52.88092041015625, -10.499227523803711, 0.7047768235206604, -24.237428665161133, -100.0, -11.6487455368042, 14.540816307067871, -5.3042120933532715, 0.2947678565979004], "max": [34.6223030090332, 37.08333206176758, 93.22335815429688, 98.3781509399414, -0.15440040826797485, 54.26781463623047, 23.577905654907227, -17.554241180419922, 95.07168579101562, 91.58163452148438, 7.59230375289917, 26.602800369262695], "mean": [9.872559547424316, -70.92028045654297, 57.57658004760742, 68.61416625976562, -3.751377820968628, 40.80187225341797, -1.5318853855133057, -69.79186248779297, 60.583099365234375, 68.89595031738281, 1.079115390777588, 15.402137756347656], "std": [7.9525604248046875, 47.27735900878906, 56.135284423828125, 7.529385089874268, 3.036855697631836, 17.43984603881836, 10.58370304107666, 35.55815887451172, 41.7692756652832, 16.592588424682617, 3.259829044342041, 7.573912620544434], "count": [873]}, "observation.state": {"min": [-12.361270904541016, -97.8759536743164, -73.61359405517578, 54.081634521484375, -10.183150291442871, 2.3402910232543945, -23.895727157592773, -99.49345397949219, -7.085201740264893, 15.371477127075195, -4.997369766235352, 2.881466865539551], "max": [34.40489959716797, 37.4681396484375, 93.38103485107422, 97.61904907226562, -0.46398046612739563, 54.01644515991211, 22.519912719726562, -17.349092483520508, 97.13004302978516, 91.0333023071289, 7.417149066925049, 26.391616821289062], "mean": [9.647849082946777, -70.70646667480469, 58.87827682495117, 68.63538360595703, -3.79240345954895, 40.73287582397461, -1.5664355754852295, -69.46027374267578, 62.28411102294922, 68.70500183105469, 1.0532801151275635, 15.536502838134766], "std": [7.888982772827148, 47.807167053222656, 55.44646072387695, 7.297582626342773, 3.057382583618164, 17.123016357421875, 10.59561824798584, 36.2952766418457, 41.51576232910156, 16.348133087158203, 3.1890993118286133, 7.1374335289001465], "count": [873]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45250786483864375]], [[0.49021410845588237]], [[0.4989556015114379]]], "std": [[[0.1797517184802003]], [[0.22553157001632282]], [[0.28812585073071123]]], "count": [160]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5138028492647059]], [[0.49200703125]], [[0.4700891224979575]]], "std": [[[0.21463421858072618]], [[0.22041807002726566]], [[0.2456988371427996]]], "count": [160]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5098644046160131]], [[0.48540980009191176]], [[0.46261932827818625]]], "std": [[[0.17784095847854806]], [[0.19261484899947873]], [[0.22304306776866836]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [29.066666666666666], "mean": [14.533333333333331], "std": [8.400440905536293], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [873]}, "index": {"min": [13248], "max": [14120], "mean": [13684.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}}}
17
+ {"episode_index": 16, "stats": {"action": {"min": [-9.442445755004883, -99.83333587646484, -62.63932418823242, 52.624839782714844, -9.521358489990234, 1.5661706924438477, -20.197856903076172, -100.0, -74.73118591308594, 34.013607025146484, -7.64430570602417, 0.884303629398346], "max": [15.377697944641113, 51.91666793823242, 91.97503662109375, 99.3171157836914, 0.4117344319820404, 54.26781463623047, 12.036273956298828, 13.530571937561035, 94.17562866210938, 99.3197250366211, 8.268330574035645, 24.981576919555664], "mean": [9.759991645812988, -64.44727325439453, 51.372581481933594, 71.12499237060547, -2.5346508026123047, 43.61027526855469, -1.1988509893417358, -57.52922439575195, 39.096744537353516, 73.32635498046875, -1.251358151435852, 14.103981971740723], "std": [7.3744940757751465, 53.331119537353516, 63.18326950073242, 8.017873764038086, 3.5694241523742676, 14.124465942382812, 8.070002555847168, 50.48579025268555, 67.93836212158203, 15.585522651672363, 3.0958163738250732, 6.534422397613525], "count": [880]}, "observation.state": {"min": [-9.223114967346191, -98.38572692871094, -62.6118049621582, 54.336734771728516, -9.157508850097656, 2.3402910232543945, -20.05792808532715, -99.49345397949219, -72.82511138916016, 34.92741394042969, -7.469752788543701, 2.6850032806396484], "max": [14.887103080749512, 51.74171447753906, 92.39714050292969, 97.87415313720703, 0.12210012227296829, 54.01644515991211, 11.585807800292969, 13.972140312194824, 94.43946075439453, 98.20665740966797, 8.048395156860352, 24.688932418823242], "mean": [9.734503746032715, -64.28677368164062, 52.606170654296875, 71.1312255859375, -2.633873224258423, 43.72441864013672, -1.1853107213974, -57.07463455200195, 40.030941009521484, 73.2181396484375, -1.2009766101837158, 14.34813117980957], "std": [7.426149368286133, 53.958717346191406, 62.94842529296875, 7.795750141143799, 3.4378914833068848, 13.87520980834961, 8.006062507629395, 51.51662826538086, 67.25945281982422, 15.216588973999023, 3.064415216445923, 5.919825077056885], "count": [880]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44453928546056104]], [[0.47567495838915275]], [[0.4758700371452929]]], "std": [[[0.18721651350699853]], [[0.22944888780600547]], [[0.2875138746899699]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916493943591929]], [[0.4689476768968457]], [[0.45003742058417573]]], "std": [[[0.1970613024706214]], [[0.20465034192289447]], [[0.23268850313819825]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5006579220456299]], [[0.48345102606259893]], [[0.46755514325295333]]], "std": [[[0.16775840176861326]], [[0.1783437354873368]], [[0.20547570717808006]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.467798480780651], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [880]}, "index": {"min": [14121], "max": [15000], "mean": [14560.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [880]}}}
18
+ {"episode_index": 17, "stats": {"action": {"min": [-14.928057670593262, -99.66666412353516, -98.5733413696289, 56.89287185668945, -13.741636276245117, 0.7830853462219238, -10.222588539123535, -100.0, -56.27239990234375, 23.639455795288086, -6.708268165588379, 0.5158437490463257], "max": [20.323741912841797, 50.83333206176758, 92.95586395263672, 98.20742797851562, 0.5146680474281311, 46.98512268066406, 19.04369354248047, -2.642997980117798, 93.45877838134766, 99.23469543457031, 0.5200207829475403, 28.81355857849121], "mean": [7.0867719650268555, -62.300750732421875, 48.900943756103516, 70.83399200439453, -6.251038551330566, 38.31489181518555, -1.250546932220459, -61.82537841796875, 45.09212112426758, 74.74494934082031, -3.0552196502685547, 18.53306007385254], "std": [8.295226097106934, 54.523990631103516, 67.35993957519531, 8.973098754882812, 4.356025218963623, 15.896571159362793, 6.888534069061279, 45.005191802978516, 59.36408996582031, 17.920616149902344, 1.828089952468872, 7.2344651222229], "count": [875]}, "observation.state": {"min": [-14.810562133789062, -98.55564880371094, -95.9749526977539, 58.50340270996094, -13.406593322753906, 2.4667930603027344, -10.065170288085938, -99.3246078491211, -53.901344299316406, 24.338172912597656, -6.417675018310547, 2.881466865539551], "max": [19.862226486206055, 51.48683166503906, 93.2021484375, 97.44898223876953, 0.3174603283405304, 46.55281448364258, 16.43736457824707, -2.2372310161590576, 93.45291137695312, 98.29206085205078, 0.31562334299087524, 28.552717208862305], "mean": [6.900742053985596, -62.04329299926758, 49.90055465698242, 71.34153747558594, -6.3445844650268555, 38.360660552978516, -1.3213609457015991, -61.30440139770508, 45.89054489135742, 74.11388397216797, -2.995368242263794, 18.732776641845703], "std": [8.33680248260498, 55.03639602661133, 66.68389892578125, 8.6116943359375, 4.321393966674805, 15.63140869140625, 6.601405143737793, 45.61137771606445, 58.74892044067383, 17.641387939453125, 1.8373748064041138, 6.653683662414551], "count": [875]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42071110855800653]], [[0.446576171875]], [[0.44140192248774507]]], "std": [[[0.2002822544084722]], [[0.23698814432667595]], [[0.28823057495742255]]], "count": [160]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48939775326797386]], [[0.465696866064134]], [[0.44181319955065357]]], "std": [[[0.20402522992503788]], [[0.21212235684361802]], [[0.23844960359955975]]], "count": [160]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5074191431781045]], [[0.48274362745098043]], [[0.46298658088235295]]], "std": [[[0.1814285470093144]], [[0.18620052957683303]], [[0.2092248135246416]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [875]}, "index": {"min": [15001], "max": [15875], "mean": [15438.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}}}
19
+ {"episode_index": 18, "stats": {"action": {"min": [-20.593524932861328, -99.83333587646484, -53.722694396972656, 49.72257614135742, -8.64642333984375, 0.46985122561454773, -21.022258758544922, -100.0, -66.12903594970703, 48.38435363769531, -6.032241344451904, 0.6632277369499207], "max": [12.949640274047852, 20.41666603088379, 93.04502868652344, 99.3171157836914, -1.492537260055542, 63.19498825073242, 20.69249725341797, 11.71597671508789, 94.9820785522461, 99.3197250366211, 8.164326667785645, 30.066322326660156], "mean": [2.045121908187866, -69.53510284423828, 60.96381378173828, 65.10533905029297, -4.674330711364746, 47.76678466796875, -4.718930721282959, -62.975711822509766, 42.631858825683594, 77.21089935302734, -1.862739086151123, 21.52077865600586], "std": [6.449760913848877, 43.5081901550293, 48.346073150634766, 7.143308639526367, 2.8040268421173096, 19.581750869750977, 8.359029769897461, 45.769718170166016, 62.81711196899414, 13.959525108337402, 3.2329182624816895, 9.450536727905273], "count": [886]}, "observation.state": {"min": [-20.321470260620117, -97.5361099243164, -51.43112564086914, 51.10544204711914, -8.229548454284668, 2.846299886703491, -20.34757423400879, -99.49345397949219, -62.95964050292969, 49.18872833251953, -5.786427974700928, 2.750491142272949], "max": [11.90202808380127, 20.81563377380371, 93.2021484375, 97.7040786743164, -1.7338217496871948, 62.87160110473633, 19.91310691833496, 12.283663749694824, 94.52914428710938, 98.29206085205078, 7.837979793548584, 29.73150062561035], "mean": [2.0049257278442383, -69.33840942382812, 61.94753646850586, 65.73884582519531, -4.814835071563721, 47.77547073364258, -4.733668327331543, -62.64814376831055, 44.08870315551758, 76.44996643066406, -1.9288489818572998, 21.76201629638672], "std": [6.410982131958008, 43.9892578125, 47.48814010620117, 7.041027545928955, 2.666663408279419, 19.22927474975586, 8.217955589294434, 46.5182991027832, 62.36717987060547, 13.771135330200195, 3.1648247241973877, 8.897286415100098], "count": [886]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44965139342774146]], [[0.48601455963043655]], [[0.49331043103969985]]], "std": [[[0.1795332764516449]], [[0.22412986519255604]], [[0.28540343578047456]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5105808470507545]], [[0.48632372609537644]], [[0.46723597368474135]]], "std": [[[0.19549879417674468]], [[0.20665707712637194]], [[0.23793989053614684]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5197105712398128]], [[0.49818944540264665]], [[0.4825194426793351]]], "std": [[[0.17005685332912074]], [[0.18107863539746755]], [[0.2081977067651965]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.525533544724471], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [886]}, "index": {"min": [15876], "max": [16761], "mean": [16318.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}}}
20
+ {"episode_index": 19, "stats": {"action": {"min": [-16.187049865722656, -99.83333587646484, -79.84841918945312, 43.74733352661133, -11.83736515045166, 1.4095536470413208, -28.112117767333984, -98.97435760498047, -7.974910259246826, -25.085033416748047, -18.980758666992188, 1.1053794622421265], "max": [21.67266273498535, 41.75, 92.95586395263672, 99.7439193725586, 2.6248068809509277, 63.19498825073242, 4.781533241271973, 19.053255081176758, 96.86380004882812, 85.79931640625, 0.2080083191394806, 28.445098876953125], "mean": [8.221184730529785, -71.60932159423828, 61.31261444091797, 65.63199615478516, -1.3454082012176514, 33.36410140991211, -11.192925453186035, -56.23199462890625, 55.414100646972656, 43.40018081665039, -4.106872081756592, 17.85700035095215], "std": [9.463068008422852, 47.18832015991211, 55.087799072265625, 8.918387413024902, 5.286492824554443, 16.2207088470459, 7.514078617095947, 42.827816009521484, 37.50872802734375, 34.230247497558594, 3.28281831741333, 8.728407859802246], "count": [891]}, "observation.state": {"min": [-16.11174964904785, -98.0458755493164, -77.10196685791016, 45.06802749633789, -11.550671577453613, 2.2137887477874756, -27.7335262298584, -99.4090347290039, -4.753363132476807, -24.167377471923828, -18.411361694335938, 2.6850032806396484], "max": [21.31649398803711, 42.56584548950195, 93.2021484375, 97.87415313720703, 2.5152626037597656, 62.87160110473633, 4.489500522613525, 19.29084014892578, 96.77130126953125, 85.5678939819336, -0.05260389298200607, 28.1597900390625], "mean": [8.131376266479492, -71.3438949584961, 62.20514678955078, 65.80021667480469, -1.4257158041000366, 33.38490295410156, -11.26220417022705, -55.43886947631836, 57.12821960449219, 43.406044006347656, -4.0665717124938965, 18.11460304260254], "std": [9.542298316955566, 47.75493240356445, 54.37479019165039, 8.734586715698242, 5.278927803039551, 16.178625106811523, 7.44881534576416, 43.51607131958008, 36.714515686035156, 33.86738204956055, 3.2720155715942383, 8.28984546661377], "count": [891]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4512979733048639]], [[0.4844963047335499]], [[0.48892869225911223]]], "std": [[[0.18239067553933092]], [[0.22635135617454727]], [[0.2866205941947256]]], "count": [163]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5063870143149284]], [[0.48217616985444484]], [[0.4578367391435102]]], "std": [[[0.22162150472844716]], [[0.23178406287113323]], [[0.2622697468348343]]], "count": [163]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499124038904928]], [[0.4814817730261839]], [[0.46517785772284376]]], "std": [[[0.2183868738484694]], [[0.22725594599896368]], [[0.25382494775548053]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.666666666666668], "mean": [14.833333333333334], "std": [8.573646097630075], "count": [891]}, "frame_index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [891]}, "index": {"min": [16762], "max": [17652], "mean": [17207.0], "std": [257.20938292890224], "count": [891]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [891]}}}
21
+ {"episode_index": 20, "stats": {"action": {"min": [-13.758993148803711, -96.91666412353516, -4.413731575012207, 17.968416213989258, -46.577457427978516, 0.5481597781181335, -16.735366821289062, -100.0, -53.94265365600586, -13.690476417541504, -16.848674774169922, 1.2527633905410767], "max": [16.72661781311035, -1.5833333730697632, 92.06420135498047, 73.11139678955078, 4.683479309082031, 39.154266357421875, 29.925804138183594, 8.402366638183594, 97.93907165527344, 98.9795913696289, 11.02444076538086, 24.318349838256836], "mean": [5.913660049438477, -51.70103454589844, 43.592220306396484, 53.24210739135742, -10.380640983581543, 25.79323387145996, 6.234943389892578, -28.87038803100586, 4.876058101654053, 63.406394958496094, -2.9974584579467773, 11.465075492858887], "std": [10.806731224060059, 40.0526008605957, 37.72621154785156, 16.779935836791992, 16.21161460876465, 14.047332763671875, 15.165386199951172, 40.280452728271484, 58.163177490234375, 31.067907333374023, 6.584234237670898, 9.946112632751465], "count": [878]}, "observation.state": {"min": [-11.978569030761719, -97.4511489868164, -1.5205724239349365, 17.77210807800293, -46.373626708984375, 2.2137887477874756, -16.509775161743164, -98.81806945800781, -51.56950759887695, -12.8949613571167, -16.517621994018555, 2.881466865539551], "max": [17.106773376464844, -1.3593882322311401, 92.30769348144531, 72.78911590576172, 4.468864440917969, 38.709678649902344, 28.312816619873047, 8.90671157836914, 97.57847595214844, 98.20665740966797, 10.783798217773438, 24.09954071044922], "mean": [5.936479568481445, -51.75380325317383, 45.610172271728516, 53.95158386230469, -10.338279724121094, 25.973119735717773, 5.793978214263916, -28.14882469177246, 6.884344100952148, 63.64008331298828, -3.0050768852233887, 12.088748931884766], "std": [10.677849769592285, 40.424625396728516, 37.896785736083984, 16.477436065673828, 16.21029281616211, 13.747376441955566, 15.001575469970703, 40.73513412475586, 58.04184341430664, 30.890039443969727, 6.53537130355835, 9.162822723388672], "count": [878]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.404206468456948]], [[0.44179768882190557]], [[0.4510976776580198]]], "std": [[[0.2054177617041112]], [[0.2497716921300289]], [[0.30617663642317405]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.518402600170503]], [[0.5059439801282832]], [[0.49608896728981444]]], "std": [[[0.22924080563370744]], [[0.2395450272133344]], [[0.26801502106169905]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5038043846161653]], [[0.4910400161876345]], [[0.4753960337758292]]], "std": [[[0.22860098961842457]], [[0.23331083026811064]], [[0.2571053522868397]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.233333333333334], "mean": [14.616666666666664], "std": [8.448553459353594], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [878]}, "index": {"min": [17653], "max": [18530], "mean": [18091.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [878]}}}
22
+ {"episode_index": 21, "stats": {"action": {"min": [-13.30935287475586, -99.25, -66.38430786132812, 46.2227897644043, -9.624292373657227, 1.0180109739303589, -19.785655975341797, -99.21104431152344, -67.5627212524414, 21.51360511779785, -10.296411514282227, 0.884303629398346], "max": [15.467625617980957, 44.16666793823242, 93.93669128417969, 99.40247344970703, -1.1837364435195923, 39.70242691040039, 24.48474884033203, 4.536489009857178, 93.81720733642578, 99.23469543457031, -2.4960999488830566, 28.666175842285156], "mean": [5.5742902755737305, -75.88398742675781, 63.55698013305664, 65.30775451660156, -5.040492057800293, 34.47138977050781, -3.739956855773926, -63.35452651977539, 47.37782287597656, 73.50650024414062, -4.4393415451049805, 20.7318115234375], "std": [5.435442924499512, 42.8819465637207, 48.773067474365234, 7.171053886413574, 3.4264073371887207, 11.900810241699219, 9.079785346984863, 45.06662368774414, 59.7934455871582, 19.761234283447266, 2.5585098266601562, 8.485665321350098], "count": [876]}, "observation.state": {"min": [-12.743972778320312, -98.38572692871094, -63.77459716796875, 47.78911590576172, -9.30402946472168, 2.6565465927124023, -19.478639602661133, -99.4090347290039, -65.2914810180664, 22.54483413696289, -10.152551651000977, 2.9469547271728516], "max": [14.351320266723633, 44.43500518798828, 94.09660339355469, 97.87415313720703, -1.4407814741134644, 39.40544128417969, 23.67849349975586, 5.107640266418457, 93.9013442993164, 98.29206085205078, -2.7354023456573486, 28.35625457763672], "mean": [5.209034442901611, -75.36980438232422, 64.81935119628906, 65.29457092285156, -5.111269950866699, 34.65505599975586, -3.779036521911621, -63.01093292236328, 48.032230377197266, 72.91295623779297, -4.403507709503174, 20.97563362121582], "std": [5.305940628051758, 43.29794692993164, 48.280601501464844, 6.919384479522705, 3.2954773902893066, 11.518495559692383, 8.992575645446777, 45.85969924926758, 59.30999755859375, 19.36781120300293, 2.534987211227417, 7.869513034820557], "count": [876]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46252402899565626]], [[0.48561611456176673]], [[0.47593548288880766]]], "std": [[[0.18377622955468473]], [[0.22338810109103932]], [[0.27942189364415093]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5069500784009257]], [[0.4849904104757845]], [[0.46179706339057364]]], "std": [[[0.21732240579474185]], [[0.2245228262141432]], [[0.25210354950040686]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5131212055474363]], [[0.49002293417366943]], [[0.4718837547700239]]], "std": [[[0.16246044360181833]], [[0.1754778061952227]], [[0.2043557041580061]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.166666666666668], "mean": [14.583333333333334], "std": [8.429308437869667], "count": [876]}, "frame_index": {"min": [0], "max": [875], "mean": [437.5], "std": [252.87925313608997], "count": [876]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [876]}, "index": {"min": [18531], "max": [19406], "mean": [18968.5], "std": [252.87925313608997], "count": [876]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [876]}}}
23
+ {"episode_index": 22, "stats": {"action": {"min": [-12.230216026306152, -99.66666412353516, -77.70842742919922, 40.16218566894531, -8.594956398010254, 0.8613938689231873, -19.785655975341797, -99.60552215576172, -27.060932159423828, -26.020408630371094, -21.008840560913086, 0.442151814699173], "max": [17.356115341186523, 49.16666793823242, 92.59919738769531, 99.57319641113281, 2.933607816696167, 38.606109619140625, 14.262160301208496, 22.287967681884766, 98.38710021972656, 84.52381134033203, -0.1040041595697403, 31.834930419921875], "mean": [5.456990718841553, -67.85973358154297, 58.420963287353516, 62.597068786621094, -1.5548583269119263, 22.898517608642578, -8.931857109069824, -46.743804931640625, 43.830528259277344, 43.027069091796875, -6.774545669555664, 18.885509490966797], "std": [5.804407119750977, 37.28931427001953, 43.2214241027832, 8.61844253540039, 4.053691864013672, 11.981037139892578, 6.788904190063477, 44.815364837646484, 43.489707946777344, 32.91863250732422, 5.4102888107299805, 9.753931999206543], "count": [887]}, "observation.state": {"min": [-12.131649017333984, -98.21580505371094, -74.95527648925781, 41.75170135498047, -8.229548454284668, 2.5300443172454834, -19.62346076965332, -99.24018859863281, -23.94618797302246, -23.740392684936523, -20.410310745239258, 2.6850032806396484], "max": [16.647531509399414, 49.787593841552734, 92.84436798095703, 97.95918273925781, 2.710622787475586, 38.89942932128906, 14.047791481018066, 22.752216339111328, 98.02690887451172, 84.2015380859375, -0.26301947236061096, 31.499671936035156], "mean": [5.3634490966796875, -67.74726867675781, 59.30607604980469, 62.92253875732422, -1.5884004831314087, 22.953828811645508, -8.960463523864746, -45.94326400756836, 45.21696472167969, 43.43841552734375, -6.779415130615234, 19.20024871826172], "std": [5.818545341491699, 37.919464111328125, 42.5678825378418, 8.440230369567871, 4.097517967224121, 11.951018333435059, 6.793650150299072, 45.27003860473633, 42.79458999633789, 32.76413345336914, 5.391444206237793, 9.212491035461426], "count": [887]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44970204450092793]], [[0.47305397073953037]], [[0.46384348145122245]]], "std": [[[0.19731848816559952]], [[0.23471198878729482]], [[0.2851747544991418]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5164805560598724]], [[0.48724626679375455]], [[0.4619391806362463]]], "std": [[[0.23032085545104855]], [[0.23756734527971946]], [[0.2658312757959388]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5024786093964335]], [[0.4856112611454047]], [[0.4728928919047043]]], "std": [[[0.21918646679561163]], [[0.22370993220439084]], [[0.24686302273123292]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.533333333333335], "mean": [14.766666666666666], "std": [8.535156055333076], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [887]}, "index": {"min": [19407], "max": [20293], "mean": [19850.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}}}
24
+ {"episode_index": 23, "stats": {"action": {"min": [-9.80215835571289, -100.0, -9.139545440673828, 26.50448226928711, -12.918168067932129, 1.1746280193328857, -12.283594131469727, -100.0, -31.720430374145508, -38.095237731933594, -24.440977096557617, 0.884303629398346], "max": [14.38848876953125, 11.083333015441895, 92.68836212158203, 77.9769515991211, -0.2058672159910202, 46.2020378112793, 19.703214645385742, 27.968441009521484, 95.07168579101562, 92.68707275390625, 0.7280291318893433, 24.539424896240234], "mean": [7.916973114013672, -81.0895004272461, 75.81755065917969, 60.54600524902344, -4.404722213745117, 36.0517692565918, -4.697876930236816, -64.27775573730469, 60.54711151123047, 51.940452575683594, -5.042205810546875, 15.572073936462402], "std": [4.9539079666137695, 33.86196517944336, 32.03032684326172, 11.972219467163086, 3.999091148376465, 13.082510948181152, 6.847717761993408, 42.19003677368164, 39.9853401184082, 35.94681930541992, 6.1802144050598145, 5.688368320465088], "count": [890]}, "observation.state": {"min": [-9.529276847839355, -97.8759536743164, -5.54561710357666, 28.316326141357422, -12.527472496032715, 2.6565465927124023, -12.165098190307617, -99.4090347290039, -28.878923416137695, -37.23313522338867, -24.09258270263672, 2.750491142272949], "max": [14.427860260009766, 11.46983814239502, 92.84436798095703, 76.95578002929688, -0.46398046612739563, 45.66729736328125, 18.899349212646484, 28.408611297607422, 95.24663543701172, 92.399658203125, 0.5260389447212219, 24.296005249023438], "mean": [7.660884857177734, -80.82788848876953, 76.79803466796875, 60.727256774902344, -4.561244964599609, 36.13360595703125, -4.830030918121338, -63.763240814208984, 61.87437057495117, 51.694671630859375, -5.009646415710449, 15.761987686157227], "std": [4.943481922149658, 34.10378646850586, 31.192081451416016, 11.832212448120117, 3.8903164863586426, 12.602651596069336, 6.7567009925842285, 43.040199279785156, 39.645416259765625, 35.45558547973633, 6.188917636871338, 5.191335201263428], "count": [890]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4587453211994675]], [[0.4851551329379488]], [[0.4765664639312515]]], "std": [[[0.17942008563117665]], [[0.22054052198678517]], [[0.27870340735961097]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4980090297950456]], [[0.47081460678407167]], [[0.44496826585572496]]], "std": [[[0.2090620236408705]], [[0.2173579192384538]], [[0.24640128369537578]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516731378096506]], [[0.4975710834745421]], [[0.4824924516360042]]], "std": [[[0.19123021409245003]], [[0.20123326348720438]], [[0.22655537560085245]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.633333333333333], "mean": [14.816666666666665], "std": [8.564023587076345], "count": [890]}, "frame_index": {"min": [0], "max": [889], "mean": [444.5], "std": [256.92070761229036], "count": [890]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [890]}, "index": {"min": [20294], "max": [21183], "mean": [20738.5], "std": [256.92070761229036], "count": [890]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [890]}}}
25
+ {"episode_index": 24, "stats": {"action": {"min": [-15.107913970947266, -99.66666412353516, -62.282657623291016, 40.845069885253906, -28.8214111328125, 0.5481597781181335, -18.54905128479004, -99.13214874267578, -3.1362006664276123, -7.397959232330322, -18.200727462768555, 0.5158437490463257], "max": [23.201438903808594, 38.16666793823242, 93.31253051757812, 99.57319641113281, -1.8528048992156982, 44.40093994140625, 20.9398193359375, 12.50493049621582, 98.47669982910156, 84.7789077758789, 12.428497314453125, 20.854825973510742], "mean": [5.072469234466553, -63.025291442871094, 53.82611846923828, 60.59553146362305, -8.462234497070312, 28.513702392578125, 2.9027082920074463, -58.24722671508789, 48.718727111816406, 54.043949127197266, 0.7216596603393555, 13.098362922668457], "std": [8.039958000183105, 44.415958404541016, 48.43964385986328, 12.475504875183105, 8.45532512664795, 14.302444458007812, 10.1131591796875, 39.07866287231445, 42.01719284057617, 25.427980422973633, 8.381265640258789, 7.728544235229492], "count": [882]}, "observation.state": {"min": [-14.2747802734375, -98.13084411621094, -59.74955368041992, 42.091835021972656, -28.4981689453125, 2.1505377292633057, -18.175235748291016, -99.4090347290039, 0.5381165742874146, -6.490179538726807, -17.569700241088867, 2.6850032806396484], "max": [22.541139602661133, 38.7425651550293, 93.55992889404297, 97.44898223876953, -2.07570219039917, 43.95951843261719, 20.05792808532715, 12.790206909179688, 97.93721771240234, 84.62852478027344, 12.414518356323242, 20.49770736694336], "mean": [4.897965908050537, -62.66244125366211, 55.20329284667969, 60.96352005004883, -8.555259704589844, 28.609933853149414, 2.7237186431884766, -57.459102630615234, 49.959014892578125, 54.11920166015625, 0.7038899064064026, 13.461604118347168], "std": [7.985003471374512, 44.99319839477539, 47.45777130126953, 12.143421173095703, 8.402199745178223, 13.982686042785645, 9.954608917236328, 39.88801574707031, 41.36219787597656, 25.026918411254883, 8.411446571350098, 7.010698318481445], "count": [882]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4338854382332643]], [[0.4632939007124589]], [[0.4613431778508505]]], "std": [[[0.18795173352435438]], [[0.22715951849820062]], [[0.2812353074688368]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5090395100069014]], [[0.48679615505622537]], [[0.4672424466163277]]], "std": [[[0.22080071339270263]], [[0.22880741906358923]], [[0.2565594257595037]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4985279376243251]], [[0.4838486938253562]], [[0.4689074196707669]]], "std": [[[0.1859473290403161]], [[0.18965879252116494]], [[0.2125383773081338]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [882]}, "index": {"min": [21184], "max": [22065], "mean": [21624.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}}}
26
+ {"episode_index": 25, "stats": {"action": {"min": [-5.485611438751221, -99.58333587646484, -86.44672393798828, 43.14980697631836, -10.241893768310547, 1.252936601638794, -18.713932037353516, -98.97435760498047, -41.84587860107422, -14.115646362304688, -13.572543144226074, 0.5895357131958008], "max": [23.5611515045166, 51.33333206176758, 94.11502075195312, 99.57319641113281, -2.5218734741210938, 39.075958251953125, 16.817806243896484, 27.49506950378418, 97.58064270019531, 89.3707504272461, 7.332293510437012, 25.276344299316406], "mean": [6.29275369644165, -67.08089447021484, 57.0342903137207, 65.1128921508789, -5.6695990562438965, 20.814014434814453, -4.232101917266846, -45.776214599609375, 41.46221923828125, 46.709129333496094, -2.2857985496520996, 12.355481147766113], "std": [5.82505989074707, 49.60181427001953, 58.10211181640625, 8.636716842651367, 2.8851401805877686, 12.537057876586914, 8.653227806091309, 52.312599182128906, 55.8946418762207, 31.04906463623047, 5.3312153816223145, 8.17769718170166], "count": [885]}, "observation.state": {"min": [-5.625717639923096, -98.13084411621094, -84.0787124633789, 44.812923431396484, -9.89011001586914, 2.5300443172454834, -18.39246940612793, -98.9024887084961, -39.01345443725586, -14.602903366088867, -13.36138916015625, 2.6850032806396484], "max": [23.076923370361328, 51.99660110473633, 94.00715637207031, 98.04421997070312, -2.759462833404541, 38.77293014526367, 15.930484771728516, 28.239763259887695, 97.4887924194336, 88.98377227783203, 7.154129505157471, 25.016372680664062], "mean": [5.993175029754639, -66.79063415527344, 58.52604675292969, 65.20101928710938, -5.739455223083496, 20.948244094848633, -4.300928115844727, -44.72329330444336, 42.479896545410156, 46.90778350830078, -2.2811105251312256, 12.660568237304688], "std": [5.796829700469971, 50.316951751708984, 57.61968994140625, 8.299529075622559, 2.813344717025757, 12.297719955444336, 8.649798393249512, 53.03901290893555, 55.021785736083984, 31.05323028564453, 5.347355365753174, 7.750874042510986], "count": [885]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44315951293068667]], [[0.46772465555152104]], [[0.4592136412692649]]], "std": [[[0.19573992051488068]], [[0.232698747303232]], [[0.280409100197444]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5106274598059388]], [[0.48073754337125796]], [[0.45529705403251836]]], "std": [[[0.22628939054783836]], [[0.23201917361505958]], [[0.2572893676540593]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4932479423868313]], [[0.47763238446098605]], [[0.46212668315783106]]], "std": [[[0.2187762078645336]], [[0.22080770685664133]], [[0.24451581941142522]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.466666666666665], "mean": [14.733333333333333], "std": [8.515911034102032], "count": [885]}, "frame_index": {"min": [0], "max": [884], "mean": [442.0], "std": [255.47733102306097], "count": [885]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [885]}, "index": {"min": [22066], "max": [22950], "mean": [22508.0], "std": [255.47733102306097], "count": [885]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [885]}}}
27
+ {"episode_index": 26, "stats": {"action": {"min": [-14.298561096191406, -99.83333587646484, -67.27597045898438, 27.187366485595703, -7.565619945526123, 0.23492561280727386, -11.624072074890137, -100.0, -30.73476791381836, 7.482993125915527, -12.896515846252441, 0.3684598505496979], "max": [13.758993148803711, 37.16666793823242, 98.66250610351562, 98.46350860595703, -1.1837364435195923, 47.92482376098633, 30.750205993652344, 11.873766899108887, 97.58064270019531, 98.1292495727539, 0.8840353488922119, 30.876934051513672], "mean": [9.439231872558594, -82.12409210205078, 75.55814361572266, 56.79966354370117, -4.279932975769043, 13.227998733520508, -0.042884767055511475, -72.00316619873047, 62.00654983520508, 58.45994567871094, -4.781327247619629, 8.874947547912598], "std": [5.926692962646484, 32.4553108215332, 38.80692672729492, 12.782524108886719, 2.5228281021118164, 14.229219436645508, 8.833808898925781, 39.797828674316406, 50.214866638183594, 16.470449447631836, 3.31673264503479, 9.679929733276367], "count": [890]}, "observation.state": {"min": [-14.2747802734375, -98.47068786621094, -64.93738555908203, 29.16666603088379, -7.252747058868408, 2.1505377292633057, -11.440984725952148, -99.49345397949219, -28.251121520996094, 8.28351879119873, -12.624934196472168, 2.6850032806396484], "max": [13.432835578918457, 37.6380615234375, 98.5688705444336, 97.61904907226562, -1.5384615659713745, 47.5648307800293, 29.25416374206543, 12.199239730834961, 97.57847595214844, 97.77967834472656, 0.6838505864143372, 30.713817596435547], "mean": [9.137578010559082, -82.10016632080078, 76.47209167480469, 56.91753005981445, -4.402135372161865, 13.465388298034668, -0.10609559714794159, -71.3488540649414, 62.91377639770508, 58.74623489379883, -4.772822856903076, 9.614405632019043], "std": [5.836405277252197, 33.07511901855469, 38.435020446777344, 12.470834732055664, 2.4514119625091553, 13.870797157287598, 8.66193962097168, 40.35761260986328, 49.38616180419922, 16.414127349853516, 3.336049795150757, 9.032323837280273], "count": [890]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332235447934318]], [[0.45605141889574763]], [[0.4470401877572016]]], "std": [[[0.19192625584656822]], [[0.22670583972655983]], [[0.27411898135593254]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.504291717098362]], [[0.47729545660856937]], [[0.4536056733135641]]], "std": [[[0.23302039091095791]], [[0.2379789539902933]], [[0.2629940628086178]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012797332667634]], [[0.4809219746025982]], [[0.46498586021342697]]], "std": [[[0.17048451300056786]], [[0.18066122086223235]], [[0.20998496455158305]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.633333333333333], "mean": [14.816666666666665], "std": [8.564023587076345], "count": [890]}, "frame_index": {"min": [0], "max": [889], "mean": [444.5], "std": [256.92070761229036], "count": [890]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [890]}, "index": {"min": [22951], "max": [23840], "mean": [23395.5], "std": [256.92070761229036], "count": [890]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [890]}}}
28
+ {"episode_index": 27, "stats": {"action": {"min": [-16.636690139770508, -99.75, -93.58002471923828, 44.43021774291992, -7.668553829193115, 0.7830853462219238, -9.727947235107422, -100.0, -59.67741775512695, -19.64285659790039, -22.36089515686035, 0.5895357131958008], "max": [20.863309860229492, 56.08333206176758, 93.75836181640625, 98.97566986083984, 3.2938754558563232, 32.18480682373047, 15.58120346069336, 50.29585647583008, 94.9820785522461, 99.23469543457031, 7.1762871742248535, 28.9609432220459], "mean": [6.754118919372559, -65.23499298095703, 54.99230194091797, 63.29279708862305, -0.568746030330658, 16.02348518371582, -4.094653129577637, -20.49248695373535, 17.519840240478516, 39.56532287597656, -4.0506367683410645, 16.767250061035156], "std": [8.126747131347656, 53.129886627197266, 63.85538864135742, 9.224691390991211, 4.148897171020508, 10.108059883117676, 5.46083927154541, 49.51478576660156, 52.858299255371094, 45.35650634765625, 6.136369705200195, 9.907631874084473], "count": [886]}, "observation.state": {"min": [-15.575965881347656, -98.47068786621094, -91.14490509033203, 45.663265228271484, -7.350427150726318, 2.1505377292633057, -9.847936630249023, -99.577880859375, -57.39910125732422, -18.78736114501953, -22.09363555908203, 2.6850032806396484], "max": [19.785686492919922, 56.499576568603516, 94.09660339355469, 97.87415313720703, 3.1013431549072266, 31.878557205200195, 13.758146286010742, 50.6120719909668, 95.24663543701172, 98.29206085205078, 6.83850622177124, 28.683692932128906], "mean": [6.561910152435303, -64.56055450439453, 56.11323547363281, 63.48059844970703, -0.6253889203071594, 15.912747383117676, -4.2469987869262695, -19.269588470458984, 18.723915100097656, 39.630126953125, -4.058378219604492, 16.94007110595703], "std": [8.085033416748047, 53.915924072265625, 63.28057861328125, 8.924277305603027, 4.144289970397949, 9.871054649353027, 5.274921894073486, 50.07185363769531, 52.507354736328125, 45.111515045166016, 6.045603275299072, 9.340723037719727], "count": [886]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46672776214395223]], [[0.49026022880860165]], [[0.48073369165052854]]], "std": [[[0.19333566879078282]], [[0.23225210008609956]], [[0.2814652447603061]]], "count": [162]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5081296018921972]], [[0.47853446375978376]], [[0.45729426768135234]]], "std": [[[0.23199723336274006]], [[0.23828928747217276]], [[0.26548239616559605]]], "count": [162]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5061514589889453]], [[0.49115416591019123]], [[0.4752465908173969]]], "std": [[[0.2614678075107526]], [[0.2658403738681845]], [[0.28708453025842445]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.525533544724471], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [886]}, "index": {"min": [23841], "max": [24726], "mean": [24283.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}}}
29
+ {"episode_index": 28, "stats": {"action": {"min": [-10.161870956420898, -99.0, -86.09005737304688, 58.002559661865234, -42.717445373535156, 0.626468300819397, -19.455894470214844, -99.13214874267578, -66.66666412353516, 15.901360511779785, -5.720228672027588, 0.2947678565979004], "max": [17.356115341186523, 43.58333206176758, 92.95586395263672, 98.63423156738281, -2.5218734741210938, 43.931087493896484, 35.61418151855469, 14.55621337890625, 93.81720733642578, 99.23469543457031, 14.820592880249023, 31.171701431274414], "mean": [6.58054256439209, -45.346717834472656, 27.531953811645508, 70.69991302490234, -13.230751991271973, 28.206188201904297, 2.647237539291382, -37.57645797729492, 13.935447692871094, 70.38601684570312, -0.6631108522415161, 16.31279754638672], "std": [8.524664878845215, 55.3585205078125, 67.9721450805664, 10.471353530883789, 9.808551788330078, 13.11217975616455, 11.659781455993652, 51.627193450927734, 70.27327728271484, 19.090579986572266, 5.4174041748046875, 11.523582458496094], "count": [882]}, "observation.state": {"min": [-9.682357788085938, -98.98046112060547, -83.45259094238281, 59.09864044189453, -42.368743896484375, 2.2137887477874756, -19.188993453979492, -99.49345397949219, -63.856502532958984, 16.140050888061523, -5.470804691314697, 2.6195154190063477], "max": [16.877153396606445, 43.92523193359375, 93.2021484375, 97.7040786743164, -2.759462833404541, 44.086021423339844, 33.81607437133789, 14.985225677490234, 94.26008605957031, 98.20665740966797, 14.623882293701172, 30.910282135009766], "mean": [6.430500030517578, -44.808902740478516, 28.913726806640625, 71.02423095703125, -13.202595710754395, 28.368221282958984, 2.60514235496521, -37.0593147277832, 15.273567199707031, 70.51974487304688, -0.6288055181503296, 16.91789436340332], "std": [8.336977005004883, 55.920162200927734, 67.55660247802734, 10.09237003326416, 9.805830955505371, 12.97720718383789, 11.569075584411621, 52.05305862426758, 69.6692123413086, 19.060874938964844, 5.3684492111206055, 10.799843788146973], "count": [882]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4154435652884342]], [[0.45159044016157185]], [[0.4624192407035278]]], "std": [[[0.19157934124373008]], [[0.23452772723216095]], [[0.2926919489377554]]], "count": [161]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.538276893547274]], [[0.5146767319246539]], [[0.5031883677383997]]], "std": [[[0.22865623544799535]], [[0.2398910010193224]], [[0.27153861570364524]]], "count": [161]}, "observation.images.right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5010937233589088]], [[0.4876224500669833]], [[0.4797486235436203]]], "std": [[[0.19395962407357265]], [[0.20167746334175743]], [[0.22403383374694302]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [882]}, "index": {"min": [24727], "max": [25608], "mean": [25167.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}}}
meta/info.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "bimanual_parcelot",
4
+ "total_episodes": 28,
5
+ "total_frames": 24727,
6
+ "total_tasks": 1,
7
+ "total_videos": 84,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:28"
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
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan.pos",
24
+ "left_shoulder_lift.pos",
25
+ "left_elbow_flex.pos",
26
+ "left_wrist_flex.pos",
27
+ "left_wrist_roll.pos",
28
+ "left_gripper.pos",
29
+ "right_shoulder_pan.pos",
30
+ "right_shoulder_lift.pos",
31
+ "right_elbow_flex.pos",
32
+ "right_wrist_flex.pos",
33
+ "right_wrist_roll.pos",
34
+ "right_gripper.pos"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan.pos",
44
+ "left_shoulder_lift.pos",
45
+ "left_elbow_flex.pos",
46
+ "left_wrist_flex.pos",
47
+ "left_wrist_roll.pos",
48
+ "left_gripper.pos",
49
+ "right_shoulder_pan.pos",
50
+ "right_shoulder_lift.pos",
51
+ "right_elbow_flex.pos",
52
+ "right_wrist_flex.pos",
53
+ "right_wrist_roll.pos",
54
+ "right_gripper.pos"
55
+ ]
56
+ },
57
+ "observation.images.top": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channels"
68
+ ],
69
+ "info": {
70
+ "video.height": 480,
71
+ "video.width": 640,
72
+ "video.codec": "av1",
73
+ "video.pix_fmt": "yuv420p",
74
+ "video.is_depth_map": false,
75
+ "video.fps": 30,
76
+ "video.channels": 3,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.images.left_wrist": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.height": 480,
94
+ "video.width": 640,
95
+ "video.codec": "av1",
96
+ "video.pix_fmt": "yuv420p",
97
+ "video.is_depth_map": false,
98
+ "video.fps": 30,
99
+ "video.channels": 3,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "observation.images.right_wrist": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "timestamp": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "frame_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "episode_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "task_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ }
161
+ }
162
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick a white parcel with the left hand from the black box. Give it to the right hand. The right hand should pick up the white parcel and put it into the white box on the right. Phase 1: Pick from Black Box (Left Arm). 1. Approach Parcel: The left arm moves from the home position to a pre-grasp pose directly above the white parcel in the black box. The right arm can remain at the home position or move to a neutral ready pose in anticipation of the hand-off. 2. Grasp Parcel: The left gripper opens fully. The left arm lowers vertically to make contact with the parcel. The left gripper closes firmly to secure the parcel. 3. Lift Parcel: The left arm lifts the parcel vertically, clearing the walls of the black box. It then moves the parcel towards a central, pre-defined hand-off point in front of the robot. Phase 2: Coordinated Hand-off (Left to Right). 4. Prepare for Transfer: The left arm holds the parcel stationary at the hand-off point, oriented for an easy grasp by the right hand. The right arm moves from its ready position to approach the parcel held by the left arm. The right gripper opens fully in preparation for the grasp. 5. Execute Transfer: The right arm moves in to grasp the parcel. The right gripper closes firmly. For a moment, both grippers are holding the parcel. The left gripper opens, releasing the parcel. The transfer is now complete. Phase 3: Place in White Box (Right Arm). 6. Move to Place Location: The right arm, now holding the parcel, moves away from the hand-off point and towards the white box on the right. The left arm moves back to the home or a neutral ready position. The right arm positions the parcel over the white box in a pre-place pose. 7. Place Parcel: The right arm lowers the parcel into the white box. The right gripper opens fully to release the parcel. 8. Return to Home: The right arm lifts out of the box and returns to the home position. Both arms are now back at the starting home position."}
videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230fbe6e37322ef75037640c281d62e2c65d9ec75753236a39440571b904c60a
3
+ size 5288049
videos/chunk-000/observation.images.left_wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63b93dadfa20c8ed3a080f68cdeccf5ce451d5c03350de86268e145769b62ab
3
+ size 4854222
videos/chunk-000/observation.images.left_wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ac789085d83617b7f4eb6063fd213fc903696bec31c0e79d351e5e236dc606
3
+ size 5744419
videos/chunk-000/observation.images.left_wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0170f08282f69ee37207c9fe3adb955c3768278d6e2051a1bd5c8dbcb6c700
3
+ size 4695034
videos/chunk-000/observation.images.left_wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1d94b28a8fe9aacb67e0966451107d9f4f61101c3fabaf5bf42b39e24fb9cd8
3
+ size 5241762
videos/chunk-000/observation.images.left_wrist/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2d8eefb19fc160341f4f187799be424f93f6bfa36b8cd42ddb92ea4d4d30ab
3
+ size 4996782
videos/chunk-000/observation.images.left_wrist/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a9888bf0f7f266675803a0ad19785c90f005687a107419d29889c0a2a5acf6b
3
+ size 5432808
videos/chunk-000/observation.images.left_wrist/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1884075486b711b83b4cd2a9831439372f704e3bcef4a52ae8c241a989ed131
3
+ size 5676805
videos/chunk-000/observation.images.left_wrist/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8102af5cdb30204ae76d2efc35f45d581001d6eaab3945a43f58445b55b70e5
3
+ size 5994133
videos/chunk-000/observation.images.left_wrist/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9590203ec9c4b3b9ffc38aff2c9867ff9c0c4e3b0657d6ddc177040b42fc4fde
3
+ size 5999843
videos/chunk-000/observation.images.left_wrist/episode_000010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afcc00cb091015e3afc7842a6c97d7f4b0aa4f8d504d6d75c82b71453f5000d2
3
+ size 5235489
videos/chunk-000/observation.images.left_wrist/episode_000011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c81c7bef8bb55772a871c1a2c48f308f28d7bd674dfa16126ee579374e4055a
3
+ size 5760038
videos/chunk-000/observation.images.left_wrist/episode_000012.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69170b16e5b89a487c3b2535ac61c168263c03354e9529c0873bd0765ecf2df
3
+ size 5942758
videos/chunk-000/observation.images.left_wrist/episode_000013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ff454ceb085f8e7d4089a660e5020044632220ccf0689c8b5620aec06f3a55
3
+ size 6284164
videos/chunk-000/observation.images.left_wrist/episode_000014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3452d35790ac7d8f572f83fb5e26026e9b6995a698ddeeed04c5f7209950b0
3
+ size 6432144
videos/chunk-000/observation.images.left_wrist/episode_000015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc9d985241ef11bd7268411f467bf0fd913564baaefe93ccffe51c8fe6473bf
3
+ size 6103267
videos/chunk-000/observation.images.left_wrist/episode_000016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dedd055c685a8c86002e886484f9c786dfdf531d053186c187ed5a08cd0f51a5
3
+ size 6047380