Stage 18-task VLA dataset release

#3
by zhouqh - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. README.md +5 -2
  2. SHA256SUMS +0 -0
  3. dataset_summary.json +24 -6
  4. manifest.jsonl +0 -0
  5. place_bread_in_basket_neutral/rasterizer/seed_100/meta.json +286 -0
  6. place_bread_in_basket_neutral/rasterizer/seed_100/steps.h5 +3 -0
  7. place_bread_in_basket_neutral/rasterizer/seed_100/verdict.json +154 -0
  8. place_bread_in_basket_neutral/rasterizer/seed_101/meta.json +286 -0
  9. place_bread_in_basket_neutral/rasterizer/seed_101/steps.h5 +3 -0
  10. place_bread_in_basket_neutral/rasterizer/seed_101/verdict.json +154 -0
  11. place_bread_in_basket_neutral/rasterizer/seed_102/meta.json +286 -0
  12. place_bread_in_basket_neutral/rasterizer/seed_102/steps.h5 +3 -0
  13. place_bread_in_basket_neutral/rasterizer/seed_102/verdict.json +154 -0
  14. place_bread_in_basket_neutral/rasterizer/seed_110/meta.json +286 -0
  15. place_bread_in_basket_neutral/rasterizer/seed_110/steps.h5 +3 -0
  16. place_bread_in_basket_neutral/rasterizer/seed_110/verdict.json +154 -0
  17. place_bread_in_basket_neutral/rasterizer/seed_111/meta.json +286 -0
  18. place_bread_in_basket_neutral/rasterizer/seed_111/steps.h5 +3 -0
  19. place_bread_in_basket_neutral/rasterizer/seed_111/verdict.json +154 -0
  20. place_bread_in_basket_neutral/rasterizer/seed_112/meta.json +286 -0
  21. place_bread_in_basket_neutral/rasterizer/seed_112/steps.h5 +3 -0
  22. place_bread_in_basket_neutral/rasterizer/seed_112/verdict.json +154 -0
  23. place_bread_in_basket_neutral/rasterizer/seed_113/meta.json +286 -0
  24. place_bread_in_basket_neutral/rasterizer/seed_113/steps.h5 +3 -0
  25. place_bread_in_basket_neutral/rasterizer/seed_113/verdict.json +154 -0
  26. place_bread_in_basket_neutral/rasterizer/seed_114/meta.json +286 -0
  27. place_bread_in_basket_neutral/rasterizer/seed_114/steps.h5 +3 -0
  28. place_bread_in_basket_neutral/rasterizer/seed_114/verdict.json +154 -0
  29. place_bread_in_basket_neutral/rasterizer/seed_116/meta.json +286 -0
  30. place_bread_in_basket_neutral/rasterizer/seed_116/steps.h5 +3 -0
  31. place_bread_in_basket_neutral/rasterizer/seed_116/verdict.json +154 -0
  32. place_bread_in_basket_neutral/rasterizer/seed_117/meta.json +286 -0
  33. place_bread_in_basket_neutral/rasterizer/seed_117/steps.h5 +3 -0
  34. place_bread_in_basket_neutral/rasterizer/seed_117/verdict.json +154 -0
  35. place_bread_in_basket_neutral/rasterizer/seed_12/meta.json +286 -0
  36. place_bread_in_basket_neutral/rasterizer/seed_12/steps.h5 +3 -0
  37. place_bread_in_basket_neutral/rasterizer/seed_12/verdict.json +154 -0
  38. place_bread_in_basket_neutral/rasterizer/seed_120/meta.json +286 -0
  39. place_bread_in_basket_neutral/rasterizer/seed_120/steps.h5 +3 -0
  40. place_bread_in_basket_neutral/rasterizer/seed_120/verdict.json +154 -0
  41. place_bread_in_basket_neutral/rasterizer/seed_123/meta.json +286 -0
  42. place_bread_in_basket_neutral/rasterizer/seed_123/steps.h5 +3 -0
  43. place_bread_in_basket_neutral/rasterizer/seed_123/verdict.json +154 -0
  44. place_bread_in_basket_neutral/rasterizer/seed_127/meta.json +286 -0
  45. place_bread_in_basket_neutral/rasterizer/seed_127/steps.h5 +3 -0
  46. place_bread_in_basket_neutral/rasterizer/seed_127/verdict.json +154 -0
  47. place_bread_in_basket_neutral/rasterizer/seed_13/meta.json +286 -0
  48. place_bread_in_basket_neutral/rasterizer/seed_13/steps.h5 +3 -0
  49. place_bread_in_basket_neutral/rasterizer/seed_13/verdict.json +154 -0
  50. place_bread_in_basket_neutral/rasterizer/seed_133/meta.json +286 -0
README.md CHANGED
@@ -24,8 +24,8 @@ configs:
24
 
25
  Scripted-expert demonstrations for human-robot collaborative manipulation in
26
  the [Genesis](https://github.com/Genesis-Embodied-AI/Genesis) simulator. This
27
- release contains exactly **300 validated successful episodes for each of 15
28
- tasks**: 4,500 episodes and 1,154,102 policy steps in total.
29
 
30
  The robot is a single-arm Franka. Observations include head-camera and
31
  right-wrist RGB-D streams, robot state, end-effector pose, and gripper state.
@@ -41,12 +41,15 @@ giving a 20 Hz policy rate.
41
  - `dump_bin_assist`
42
  - `dump_bin_interrupt`
43
  - `place_bread_in_basket_interrupt`
 
44
  - `place_burger_fries_assist`
45
  - `place_burger_fries_interrupt`
 
46
  - `place_dual_shoes_assist`
47
  - `place_dual_shoes_interrupt`
48
  - `place_food_in_skillet_assist`
49
  - `pour_water`
 
50
  - `stack_bowls_three_assist`
51
  - `stack_bowls_three_interrupt`
52
  - `stack_bowls_three_neutral`
 
24
 
25
  Scripted-expert demonstrations for human-robot collaborative manipulation in
26
  the [Genesis](https://github.com/Genesis-Embodied-AI/Genesis) simulator. This
27
+ release contains exactly **300 validated successful episodes for each of 18
28
+ tasks**: 5,400 episodes and 1,398,862 policy steps in total.
29
 
30
  The robot is a single-arm Franka. Observations include head-camera and
31
  right-wrist RGB-D streams, robot state, end-effector pose, and gripper state.
 
41
  - `dump_bin_assist`
42
  - `dump_bin_interrupt`
43
  - `place_bread_in_basket_interrupt`
44
+ - `place_bread_in_basket_neutral`
45
  - `place_burger_fries_assist`
46
  - `place_burger_fries_interrupt`
47
+ - `place_burger_fries_neutral`
48
  - `place_dual_shoes_assist`
49
  - `place_dual_shoes_interrupt`
50
  - `place_food_in_skillet_assist`
51
  - `pour_water`
52
+ - `put_object_cabinet_interrupt`
53
  - `stack_bowls_three_assist`
54
  - `stack_bowls_three_interrupt`
55
  - `stack_bowls_three_neutral`
SHA256SUMS CHANGED
The diff for this file is too large to render. See raw diff
 
dataset_summary.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "completed_task_count": 15,
3
  "contains_symlinks": false,
4
  "created_at": "2026-08-11T04:01:55.730840+00:00",
5
  "episode_files": [
@@ -11,9 +11,6 @@
11
  "hardlink"
12
  ],
13
  "pending_tasks_excluded": [
14
- "place_bread_in_basket_neutral",
15
- "place_burger_fries_neutral",
16
- "put_object_cabinet_interrupt",
17
  "put_object_cabinet_neutral"
18
  ],
19
  "permanently_excluded_tasks": [
@@ -21,7 +18,7 @@
21
  ],
22
  "schema_version": "genesis_hr_bench.vla_hf_ready.v1",
23
  "selected_per_task": 300,
24
- "selected_total": 4500,
25
  "selection_policy": "ascending numeric seed among validated successes",
26
  "tasks": {
27
  "categorize_cooperative": {
@@ -66,6 +63,13 @@
66
  "rejected_or_incomplete_candidates": 0,
67
  "selected": 300
68
  },
 
 
 
 
 
 
 
69
  "place_burger_fries_assist": {
70
  "available_validated_successes": 340,
71
  "first_selected_seed": 0,
@@ -80,6 +84,13 @@
80
  "rejected_or_incomplete_candidates": 0,
81
  "selected": 300
82
  },
 
 
 
 
 
 
 
83
  "place_dual_shoes_assist": {
84
  "available_validated_successes": 327,
85
  "first_selected_seed": 0,
@@ -108,6 +119,13 @@
108
  "rejected_or_incomplete_candidates": 0,
109
  "selected": 300
110
  },
 
 
 
 
 
 
 
111
  "stack_bowls_three_assist": {
112
  "available_validated_successes": 305,
113
  "first_selected_seed": 1,
@@ -130,5 +148,5 @@
130
  "selected": 300
131
  }
132
  },
133
- "updated_at": "2026-08-11T05:38:14.921402+00:00"
134
  }
 
1
  {
2
+ "completed_task_count": 18,
3
  "contains_symlinks": false,
4
  "created_at": "2026-08-11T04:01:55.730840+00:00",
5
  "episode_files": [
 
11
  "hardlink"
12
  ],
13
  "pending_tasks_excluded": [
 
 
 
14
  "put_object_cabinet_neutral"
15
  ],
16
  "permanently_excluded_tasks": [
 
18
  ],
19
  "schema_version": "genesis_hr_bench.vla_hf_ready.v1",
20
  "selected_per_task": 300,
21
+ "selected_total": 5400,
22
  "selection_policy": "ascending numeric seed among validated successes",
23
  "tasks": {
24
  "categorize_cooperative": {
 
63
  "rejected_or_incomplete_candidates": 0,
64
  "selected": 300
65
  },
66
+ "place_bread_in_basket_neutral": {
67
+ "available_validated_successes": 324,
68
+ "first_selected_seed": 4,
69
+ "last_selected_seed": 971,
70
+ "rejected_or_incomplete_candidates": 4,
71
+ "selected": 300
72
+ },
73
  "place_burger_fries_assist": {
74
  "available_validated_successes": 340,
75
  "first_selected_seed": 0,
 
84
  "rejected_or_incomplete_candidates": 0,
85
  "selected": 300
86
  },
87
+ "place_burger_fries_neutral": {
88
+ "available_validated_successes": 333,
89
+ "first_selected_seed": 0,
90
+ "last_selected_seed": 763,
91
+ "rejected_or_incomplete_candidates": 6,
92
+ "selected": 300
93
+ },
94
  "place_dual_shoes_assist": {
95
  "available_validated_successes": 327,
96
  "first_selected_seed": 0,
 
119
  "rejected_or_incomplete_candidates": 0,
120
  "selected": 300
121
  },
122
+ "put_object_cabinet_interrupt": {
123
+ "available_validated_successes": 317,
124
+ "first_selected_seed": 0,
125
+ "last_selected_seed": 701,
126
+ "rejected_or_incomplete_candidates": 24,
127
+ "selected": 300
128
+ },
129
  "stack_bowls_three_assist": {
130
  "available_validated_successes": 305,
131
  "first_selected_seed": 1,
 
148
  "selected": 300
149
  }
150
  },
151
+ "updated_at": "2026-08-11T06:02:51.621351+00:00"
152
  }
manifest.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
place_bread_in_basket_neutral/rasterizer/seed_100/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 100,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 348.1029224395752,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.15996038913726807,
16
+ -0.23103511333465576,
17
+ 0.8035750389099121
18
+ ],
19
+ "target_pos": [
20
+ 0.14279629290103912,
21
+ -0.2197766751050949,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.020527021970450702,
25
+ "target_dist_3d": 0.04281640132724185,
26
+ "target_dz": 0.03757506608963013,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 97,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 97,
43
+ "n_valid_distance_checks": 97,
44
+ "safe_distance_m": 0.2534325422205275,
45
+ "closest_pair": [
46
+ "link2",
47
+ "r_index_mid",
48
+ 0.2534325422205275
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 97,
62
+ "n_valid_distance_checks": 97,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.819999999999999,
65
+ "min_distance_m": 0.2534325422205275,
66
+ "mean_distance_m": 0.41207218199574147,
67
+ "p5_distance_m": 0.25693144803459156,
68
+ "p25_distance_m": 0.4060222826756481,
69
+ "median_distance_m": 0.4329187777768168,
70
+ "closest_pair": [
71
+ "link2",
72
+ "r_index_mid",
73
+ 0.2534325422205275
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 97,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 97,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 97,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.184081157465062,
121
+ "approach_speed_at_min_mps": 0.018981629923642274
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0172,
128
+ 0.0376,
129
+ 0.8036,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.5564239621162415,
140
+ -0.5352271795272827,
141
+ 1.0091149806976318
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.17593956082629317
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 116,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_100/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9f0918bf95bf0f9a37b7c357f87f052ed0e318d4d24fc2ce2c32087b3ed87a
3
+ size 13901074
place_bread_in_basket_neutral/rasterizer/seed_100/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 100,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 348.1029224395752,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.15996038913726807,
18
+ -0.23103511333465576,
19
+ 0.8035750389099121
20
+ ],
21
+ "target_pos": [
22
+ 0.14279629290103912,
23
+ -0.2197766751050949,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.020527021970450702,
27
+ "target_dist_3d": 0.04281640132724185,
28
+ "target_dz": 0.03757506608963013,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 97,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 97,
45
+ "n_valid_distance_checks": 97,
46
+ "safe_distance_m": 0.2534325422205275,
47
+ "closest_pair": [
48
+ "link2",
49
+ "r_index_mid",
50
+ 0.2534325422205275
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 97,
64
+ "n_valid_distance_checks": 97,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 5.819999999999999,
67
+ "min_distance_m": 0.2534325422205275,
68
+ "mean_distance_m": 0.41207218199574147,
69
+ "p5_distance_m": 0.25693144803459156,
70
+ "p25_distance_m": 0.4060222826756481,
71
+ "median_distance_m": 0.4329187777768168,
72
+ "closest_pair": [
73
+ "link2",
74
+ "r_index_mid",
75
+ 0.2534325422205275
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 97,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 97,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 97,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.184081157465062,
123
+ "approach_speed_at_min_mps": 0.018981629923642274
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0172,
130
+ 0.0376,
131
+ 0.8036,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.5564239621162415,
142
+ -0.5352271795272827,
143
+ 1.0091149806976318
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.17593956082629317
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_101/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 101,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 559.7216320037842,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.09018095582723618,
16
+ -0.15750858187675476,
17
+ 0.8038759827613831
18
+ ],
19
+ "target_pos": [
20
+ 0.07141868025064468,
21
+ -0.16124142706394196,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.01913000569794657,
25
+ "target_dist_3d": 0.04243287931618423,
26
+ "target_dz": 0.037876009941101074,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 101,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 101,
43
+ "n_valid_distance_checks": 101,
44
+ "safe_distance_m": 0.15584241037341004,
45
+ "closest_pair": [
46
+ "hand",
47
+ "r_index_prox",
48
+ 0.15584241037341004
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 1460
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 101,
62
+ "n_valid_distance_checks": 101,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.06,
65
+ "min_distance_m": 0.15584241037341004,
66
+ "mean_distance_m": 0.3572511772710862,
67
+ "p5_distance_m": 0.16343811580046905,
68
+ "p25_distance_m": 0.29571271720991626,
69
+ "median_distance_m": 0.33449976690591166,
70
+ "closest_pair": [
71
+ "hand",
72
+ "r_index_prox",
73
+ 0.15584241037341004
74
+ ],
75
+ "closest_sim_step": 1460,
76
+ "closest_time_s": 2.92,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 101,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 101,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 12,
110
+ "n_checked": 101,
111
+ "intrusion_time_ratio": 0.1188118811881188,
112
+ "time_below_s": 0.72,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 1370,
116
+ "first_violation_time_s": 2.74
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.6764283045623408,
121
+ "approach_speed_at_min_mps": 0.1585155638099328
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0188,
128
+ 0.0379,
129
+ 0.8039,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.4331113398075104,
140
+ -0.008119548670947552,
141
+ 0.7800000309944153
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.26801902957553714
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "wipe_table_2_reverse",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_reverse_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 121,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_101/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f914506a7683999e1010bfa35b40eaa7ed70f34929f25c5eb63f2f4b8efe43df
3
+ size 16243137
place_bread_in_basket_neutral/rasterizer/seed_101/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 101,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 559.7216320037842,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.09018095582723618,
18
+ -0.15750858187675476,
19
+ 0.8038759827613831
20
+ ],
21
+ "target_pos": [
22
+ 0.07141868025064468,
23
+ -0.16124142706394196,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.01913000569794657,
27
+ "target_dist_3d": 0.04243287931618423,
28
+ "target_dz": 0.037876009941101074,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 101,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 101,
45
+ "n_valid_distance_checks": 101,
46
+ "safe_distance_m": 0.15584241037341004,
47
+ "closest_pair": [
48
+ "hand",
49
+ "r_index_prox",
50
+ 0.15584241037341004
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 1460
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 101,
64
+ "n_valid_distance_checks": 101,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.06,
67
+ "min_distance_m": 0.15584241037341004,
68
+ "mean_distance_m": 0.3572511772710862,
69
+ "p5_distance_m": 0.16343811580046905,
70
+ "p25_distance_m": 0.29571271720991626,
71
+ "median_distance_m": 0.33449976690591166,
72
+ "closest_pair": [
73
+ "hand",
74
+ "r_index_prox",
75
+ 0.15584241037341004
76
+ ],
77
+ "closest_sim_step": 1460,
78
+ "closest_time_s": 2.92,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 101,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 101,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 12,
112
+ "n_checked": 101,
113
+ "intrusion_time_ratio": 0.1188118811881188,
114
+ "time_below_s": 0.72,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 1370,
118
+ "first_violation_time_s": 2.74
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.6764283045623408,
123
+ "approach_speed_at_min_mps": 0.1585155638099328
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0188,
130
+ 0.0379,
131
+ 0.8039,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.4331113398075104,
142
+ -0.008119548670947552,
143
+ 0.7800000309944153
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.26801902957553714
146
+ },
147
+ "neutral_avatar_motion": "wipe_table_2_reverse",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_reverse_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_102/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 102,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 271.1457657814026,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.12275359034538269,
16
+ -0.1894148737192154,
17
+ 0.8034431338310242
18
+ ],
19
+ "target_pos": [
20
+ 0.11577056348323822,
21
+ -0.18037834763526917,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.011420221881525411,
25
+ "target_dist_3d": 0.03914603139910399,
26
+ "target_dz": 0.03744316101074219,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 96,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 96,
43
+ "n_valid_distance_checks": 96,
44
+ "safe_distance_m": 0.16125690915621496,
45
+ "closest_pair": [
46
+ "link5",
47
+ "l_middle_dist",
48
+ 0.16125690915621496
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 1340
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 96,
62
+ "n_valid_distance_checks": 96,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.76,
65
+ "min_distance_m": 0.16125690915621496,
66
+ "mean_distance_m": 0.2752789863951952,
67
+ "p5_distance_m": 0.16212758570274388,
68
+ "p25_distance_m": 0.2046280942143862,
69
+ "median_distance_m": 0.23356824444952468,
70
+ "closest_pair": [
71
+ "link5",
72
+ "l_middle_dist",
73
+ 0.16125690915621496
74
+ ],
75
+ "closest_sim_step": 1340,
76
+ "closest_time_s": 2.68,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 96,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 96,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 19,
110
+ "n_checked": 96,
111
+ "intrusion_time_ratio": 0.19791666666666666,
112
+ "time_below_s": 1.14,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 560,
116
+ "first_violation_time_s": 1.12
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.24520459664171315,
121
+ "approach_speed_at_min_mps": 0.007574448775853985
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.007,
128
+ 0.0374,
129
+ 0.8034,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.44600287079811096,
140
+ -0.20139174163341522,
141
+ 0.8229914307594299
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.10624409544785039
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 115,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_102/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef9d46dfa3fabfe2226a330dd17399195e57a7b08c731cee54a2fee573ccd4c
3
+ size 14166566
place_bread_in_basket_neutral/rasterizer/seed_102/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 102,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 271.1457657814026,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.12275359034538269,
18
+ -0.1894148737192154,
19
+ 0.8034431338310242
20
+ ],
21
+ "target_pos": [
22
+ 0.11577056348323822,
23
+ -0.18037834763526917,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.011420221881525411,
27
+ "target_dist_3d": 0.03914603139910399,
28
+ "target_dz": 0.03744316101074219,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 96,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 96,
45
+ "n_valid_distance_checks": 96,
46
+ "safe_distance_m": 0.16125690915621496,
47
+ "closest_pair": [
48
+ "link5",
49
+ "l_middle_dist",
50
+ 0.16125690915621496
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 1340
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 96,
64
+ "n_valid_distance_checks": 96,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 5.76,
67
+ "min_distance_m": 0.16125690915621496,
68
+ "mean_distance_m": 0.2752789863951952,
69
+ "p5_distance_m": 0.16212758570274388,
70
+ "p25_distance_m": 0.2046280942143862,
71
+ "median_distance_m": 0.23356824444952468,
72
+ "closest_pair": [
73
+ "link5",
74
+ "l_middle_dist",
75
+ 0.16125690915621496
76
+ ],
77
+ "closest_sim_step": 1340,
78
+ "closest_time_s": 2.68,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 96,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 96,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 19,
112
+ "n_checked": 96,
113
+ "intrusion_time_ratio": 0.19791666666666666,
114
+ "time_below_s": 1.14,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 560,
118
+ "first_violation_time_s": 1.12
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.24520459664171315,
123
+ "approach_speed_at_min_mps": 0.007574448775853985
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.007,
130
+ 0.0374,
131
+ 0.8034,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.44600287079811096,
142
+ -0.20139174163341522,
143
+ 0.8229914307594299
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.10624409544785039
146
+ },
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_110/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 110,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 280.7477867603302,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.2096550613641739,
16
+ -0.34969091415405273,
17
+ 0.8046286106109619
18
+ ],
19
+ "target_pos": [
20
+ 0.18990300595760345,
21
+ -0.3435058891773224,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.020697783136051227,
25
+ "target_dist_3d": 0.04382430700319803,
26
+ "target_dz": 0.03862863779067993,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 101,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 101,
43
+ "n_valid_distance_checks": 101,
44
+ "safe_distance_m": 0.2367746983815889,
45
+ "closest_pair": [
46
+ "link2",
47
+ "r_index_dist",
48
+ 0.2367746983815889
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 101,
62
+ "n_valid_distance_checks": 101,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.06,
65
+ "min_distance_m": 0.2367746983815889,
66
+ "mean_distance_m": 0.4148091523619475,
67
+ "p5_distance_m": 0.24485600369500565,
68
+ "p25_distance_m": 0.422537599681158,
69
+ "median_distance_m": 0.4352397766965749,
70
+ "closest_pair": [
71
+ "link2",
72
+ "r_index_dist",
73
+ 0.2367746983815889
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 101,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 101,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 101,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.3290150021398281,
121
+ "approach_speed_at_min_mps": 0.030514653605463737
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0198,
128
+ 0.0386,
129
+ 0.8046,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.6192441582679749,
140
+ -0.627252995967865,
141
+ 1.0064010620117188
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.21024054422291583
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 122,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_110/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1989d0c758c983715baac8d6a63120b7cda5399630d86e2c70ca3c5c543281fd
3
+ size 14741318
place_bread_in_basket_neutral/rasterizer/seed_110/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 110,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 280.7477867603302,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.2096550613641739,
18
+ -0.34969091415405273,
19
+ 0.8046286106109619
20
+ ],
21
+ "target_pos": [
22
+ 0.18990300595760345,
23
+ -0.3435058891773224,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.020697783136051227,
27
+ "target_dist_3d": 0.04382430700319803,
28
+ "target_dz": 0.03862863779067993,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 101,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 101,
45
+ "n_valid_distance_checks": 101,
46
+ "safe_distance_m": 0.2367746983815889,
47
+ "closest_pair": [
48
+ "link2",
49
+ "r_index_dist",
50
+ 0.2367746983815889
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 101,
64
+ "n_valid_distance_checks": 101,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.06,
67
+ "min_distance_m": 0.2367746983815889,
68
+ "mean_distance_m": 0.4148091523619475,
69
+ "p5_distance_m": 0.24485600369500565,
70
+ "p25_distance_m": 0.422537599681158,
71
+ "median_distance_m": 0.4352397766965749,
72
+ "closest_pair": [
73
+ "link2",
74
+ "r_index_dist",
75
+ 0.2367746983815889
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 101,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 101,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 101,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.3290150021398281,
123
+ "approach_speed_at_min_mps": 0.030514653605463737
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0198,
130
+ 0.0386,
131
+ 0.8046,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.6192441582679749,
142
+ -0.627252995967865,
143
+ 1.0064010620117188
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.21024054422291583
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_111/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 111,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 288.7226228713989,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.12640036642551422,
16
+ -0.08584706485271454,
17
+ 0.8036530613899231
18
+ ],
19
+ "target_pos": [
20
+ 0.09839192777872086,
21
+ -0.0987088605761528,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.03082042220123928,
25
+ "target_dist_3d": 0.048658539882490116,
26
+ "target_dz": 0.03765308856964111,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 105,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 105,
43
+ "n_valid_distance_checks": 105,
44
+ "safe_distance_m": 0.375238622347361,
45
+ "closest_pair": [
46
+ "hand",
47
+ "l_index_dist",
48
+ 0.375238622347361
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 50
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 105,
62
+ "n_valid_distance_checks": 105,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.3,
65
+ "min_distance_m": 0.375238622347361,
66
+ "mean_distance_m": 0.44296648962671403,
67
+ "p5_distance_m": 0.37638958547197715,
68
+ "p25_distance_m": 0.4080072991992624,
69
+ "median_distance_m": 0.4402470388306524,
70
+ "closest_pair": [
71
+ "hand",
72
+ "l_index_dist",
73
+ 0.375238622347361
74
+ ],
75
+ "closest_sim_step": 50,
76
+ "closest_time_s": 0.1,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 105,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 105,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 105,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.18777241299404446,
121
+ "approach_speed_at_min_mps": null
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.028,
128
+ 0.0377,
129
+ 0.8037,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.4932258129119873,
140
+ 0.08909978717565536,
141
+ 0.7987768054008484
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.02452823769262175
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 126,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_111/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5f4edf02e7c426cc124879b6ec24b1472e14d3a9733602b150154c67843c9e
3
+ size 15236416
place_bread_in_basket_neutral/rasterizer/seed_111/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 111,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 288.7226228713989,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.12640036642551422,
18
+ -0.08584706485271454,
19
+ 0.8036530613899231
20
+ ],
21
+ "target_pos": [
22
+ 0.09839192777872086,
23
+ -0.0987088605761528,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.03082042220123928,
27
+ "target_dist_3d": 0.048658539882490116,
28
+ "target_dz": 0.03765308856964111,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 105,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 105,
45
+ "n_valid_distance_checks": 105,
46
+ "safe_distance_m": 0.375238622347361,
47
+ "closest_pair": [
48
+ "hand",
49
+ "l_index_dist",
50
+ 0.375238622347361
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 50
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 105,
64
+ "n_valid_distance_checks": 105,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.3,
67
+ "min_distance_m": 0.375238622347361,
68
+ "mean_distance_m": 0.44296648962671403,
69
+ "p5_distance_m": 0.37638958547197715,
70
+ "p25_distance_m": 0.4080072991992624,
71
+ "median_distance_m": 0.4402470388306524,
72
+ "closest_pair": [
73
+ "hand",
74
+ "l_index_dist",
75
+ 0.375238622347361
76
+ ],
77
+ "closest_sim_step": 50,
78
+ "closest_time_s": 0.1,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 105,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 105,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 105,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.18777241299404446,
123
+ "approach_speed_at_min_mps": null
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.028,
130
+ 0.0377,
131
+ 0.8037,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.4932258129119873,
142
+ 0.08909978717565536,
143
+ 0.7987768054008484
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.02452823769262175
146
+ },
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_112/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 112,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 343.9663894176483,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.06841645389795303,
16
+ -0.21212486922740936,
17
+ 0.8046397566795349
18
+ ],
19
+ "target_pos": [
20
+ -0.08519920706748962,
21
+ -0.20127961039543152,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.019982002979736138,
25
+ "target_dist_3d": 0.04350072803726355,
26
+ "target_dz": 0.03863978385925293,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 99,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 99,
43
+ "n_valid_distance_checks": 99,
44
+ "safe_distance_m": 0.24685614232493247,
45
+ "closest_pair": [
46
+ "link1",
47
+ "r_index_mid",
48
+ 0.24685614232493247
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 99,
62
+ "n_valid_distance_checks": 99,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.9399999999999995,
65
+ "min_distance_m": 0.24685614232493247,
66
+ "mean_distance_m": 0.4132147023039855,
67
+ "p5_distance_m": 0.24971092614893206,
68
+ "p25_distance_m": 0.4214924757254604,
69
+ "median_distance_m": 0.4381954721750767,
70
+ "closest_pair": [
71
+ "link1",
72
+ "r_index_mid",
73
+ 0.24685614232493247
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 99,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 99,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 99,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.2199066147585906,
121
+ "approach_speed_at_min_mps": 0.02190185089555689
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0168,
128
+ 0.0386,
129
+ 0.8046,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.5672546625137329,
140
+ -0.7232534289360046,
141
+ 1.0081835985183716
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.17820979063018696
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 119,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_112/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff78f2b2c7b1855900e349317fb401ef8ba97b435a99b26eaaed8c2b544b1906
3
+ size 14901028
place_bread_in_basket_neutral/rasterizer/seed_112/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 112,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 343.9663894176483,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.06841645389795303,
18
+ -0.21212486922740936,
19
+ 0.8046397566795349
20
+ ],
21
+ "target_pos": [
22
+ -0.08519920706748962,
23
+ -0.20127961039543152,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.019982002979736138,
27
+ "target_dist_3d": 0.04350072803726355,
28
+ "target_dz": 0.03863978385925293,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 99,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 99,
45
+ "n_valid_distance_checks": 99,
46
+ "safe_distance_m": 0.24685614232493247,
47
+ "closest_pair": [
48
+ "link1",
49
+ "r_index_mid",
50
+ 0.24685614232493247
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 99,
64
+ "n_valid_distance_checks": 99,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 5.9399999999999995,
67
+ "min_distance_m": 0.24685614232493247,
68
+ "mean_distance_m": 0.4132147023039855,
69
+ "p5_distance_m": 0.24971092614893206,
70
+ "p25_distance_m": 0.4214924757254604,
71
+ "median_distance_m": 0.4381954721750767,
72
+ "closest_pair": [
73
+ "link1",
74
+ "r_index_mid",
75
+ 0.24685614232493247
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 99,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 99,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 99,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.2199066147585906,
123
+ "approach_speed_at_min_mps": 0.02190185089555689
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0168,
130
+ 0.0386,
131
+ 0.8046,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ 0.5672546625137329,
142
+ -0.7232534289360046,
143
+ 1.0081835985183716
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.17820979063018696
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_113/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 113,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 319.05627489089966,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.14523111283779144,
16
+ -0.226759135723114,
17
+ 0.8037856221199036
18
+ ],
19
+ "target_pos": [
20
+ 0.13959074020385742,
21
+ -0.2174007147550583,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.010926749126111428,
25
+ "target_dist_3d": 0.03933381674156437,
26
+ "target_dz": 0.03778564929962158,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 96,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 96,
43
+ "n_valid_distance_checks": 96,
44
+ "safe_distance_m": 0.23973627623195598,
45
+ "closest_pair": [
46
+ "link2",
47
+ "r_index_dist",
48
+ 0.23973627623195598
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 96,
62
+ "n_valid_distance_checks": 96,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.76,
65
+ "min_distance_m": 0.23973627623195598,
66
+ "mean_distance_m": 0.3898174858666179,
67
+ "p5_distance_m": 0.2450509526409294,
68
+ "p25_distance_m": 0.36051371630287543,
69
+ "median_distance_m": 0.3670182358908506,
70
+ "closest_pair": [
71
+ "link2",
72
+ "r_index_dist",
73
+ 0.23973627623195598
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 96,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 96,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 96,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.2448565084955159,
121
+ "approach_speed_at_min_mps": 0.00860936822795616
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0056,
128
+ 0.0378,
129
+ 0.8038,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.5716730952262878,
140
+ -0.5397042632102966,
141
+ 1.004150629043579
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.18532866390903613
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 115,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_113/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6f217384253a004aac86b6e6f9e1a186dd001c886cd3b12163b34e62ba910c
3
+ size 13951786
place_bread_in_basket_neutral/rasterizer/seed_113/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 113,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 319.05627489089966,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.14523111283779144,
18
+ -0.226759135723114,
19
+ 0.8037856221199036
20
+ ],
21
+ "target_pos": [
22
+ 0.13959074020385742,
23
+ -0.2174007147550583,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.010926749126111428,
27
+ "target_dist_3d": 0.03933381674156437,
28
+ "target_dz": 0.03778564929962158,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 96,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 96,
45
+ "n_valid_distance_checks": 96,
46
+ "safe_distance_m": 0.23973627623195598,
47
+ "closest_pair": [
48
+ "link2",
49
+ "r_index_dist",
50
+ 0.23973627623195598
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 96,
64
+ "n_valid_distance_checks": 96,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 5.76,
67
+ "min_distance_m": 0.23973627623195598,
68
+ "mean_distance_m": 0.3898174858666179,
69
+ "p5_distance_m": 0.2450509526409294,
70
+ "p25_distance_m": 0.36051371630287543,
71
+ "median_distance_m": 0.3670182358908506,
72
+ "closest_pair": [
73
+ "link2",
74
+ "r_index_dist",
75
+ 0.23973627623195598
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 96,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 96,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 96,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.2448565084955159,
123
+ "approach_speed_at_min_mps": 0.00860936822795616
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0056,
130
+ 0.0378,
131
+ 0.8038,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.5716730952262878,
142
+ -0.5397042632102966,
143
+ 1.004150629043579
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.18532866390903613
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_114/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 114,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 273.56122970581055,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.09083960205316544,
16
+ -0.04754173383116722,
17
+ 0.8043209314346313
18
+ ],
19
+ "target_pos": [
20
+ -0.10442227125167847,
21
+ -0.03822959214448929,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.016468299406708624,
25
+ "target_dist_3d": 0.04170972014377076,
26
+ "target_dz": 0.038320958614349365,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 104,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 104,
43
+ "n_valid_distance_checks": 104,
44
+ "safe_distance_m": 0.23776044899588883,
45
+ "closest_pair": [
46
+ "link1",
47
+ "r_index_dist",
48
+ 0.23776044899588883
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 104,
62
+ "n_valid_distance_checks": 104,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.24,
65
+ "min_distance_m": 0.23776044899588883,
66
+ "mean_distance_m": 0.42233734409999496,
67
+ "p5_distance_m": 0.24323967896820323,
68
+ "p25_distance_m": 0.4386313338766741,
69
+ "median_distance_m": 0.4515912554256505,
70
+ "closest_pair": [
71
+ "link1",
72
+ "r_index_dist",
73
+ 0.23776044899588883
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 104,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 104,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 104,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.210524979841419,
121
+ "approach_speed_at_min_mps": 0.028075995497889306
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0136,
128
+ 0.0383,
129
+ 0.8043,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.5711093544960022,
140
+ -0.7096973657608032,
141
+ 1.0028010606765747
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.16807783297525392
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 125,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_114/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ec27d9278c070d82b61e233e8e469a5555dfb28a80893916380aec2ff26aa7
3
+ size 15139083
place_bread_in_basket_neutral/rasterizer/seed_114/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 114,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 273.56122970581055,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.09083960205316544,
18
+ -0.04754173383116722,
19
+ 0.8043209314346313
20
+ ],
21
+ "target_pos": [
22
+ -0.10442227125167847,
23
+ -0.03822959214448929,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.016468299406708624,
27
+ "target_dist_3d": 0.04170972014377076,
28
+ "target_dz": 0.038320958614349365,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 104,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 104,
45
+ "n_valid_distance_checks": 104,
46
+ "safe_distance_m": 0.23776044899588883,
47
+ "closest_pair": [
48
+ "link1",
49
+ "r_index_dist",
50
+ 0.23776044899588883
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 104,
64
+ "n_valid_distance_checks": 104,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.24,
67
+ "min_distance_m": 0.23776044899588883,
68
+ "mean_distance_m": 0.42233734409999496,
69
+ "p5_distance_m": 0.24323967896820323,
70
+ "p25_distance_m": 0.4386313338766741,
71
+ "median_distance_m": 0.4515912554256505,
72
+ "closest_pair": [
73
+ "link1",
74
+ "r_index_dist",
75
+ 0.23776044899588883
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 104,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 104,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 104,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.210524979841419,
123
+ "approach_speed_at_min_mps": 0.028075995497889306
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0136,
130
+ 0.0383,
131
+ 0.8043,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ 0.5711093544960022,
142
+ -0.7096973657608032,
143
+ 1.0028010606765747
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.16807783297525392
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_116/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 116,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 276.3477244377136,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.07074445486068726,
16
+ -0.308822363615036,
17
+ 0.8035680055618286
18
+ ],
19
+ "target_pos": [
20
+ 0.06383059918880463,
21
+ -0.29920509457588196,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.01184454574996841,
25
+ "target_dist_3d": 0.03939099323567526,
26
+ "target_dz": 0.03756803274154663,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 101,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 101,
43
+ "n_valid_distance_checks": 101,
44
+ "safe_distance_m": 0.2323135465421186,
45
+ "closest_pair": [
46
+ "link2",
47
+ "r_index_dist",
48
+ 0.2323135465421186
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 101,
62
+ "n_valid_distance_checks": 101,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.06,
65
+ "min_distance_m": 0.2323135465421186,
66
+ "mean_distance_m": 0.4598456906472005,
67
+ "p5_distance_m": 0.24263269667505083,
68
+ "p25_distance_m": 0.4646623932618009,
69
+ "median_distance_m": 0.5025948824933422,
70
+ "closest_pair": [
71
+ "link2",
72
+ "r_index_dist",
73
+ 0.2323135465421186
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 101,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 101,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 101,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.3764433837918542,
121
+ "approach_speed_at_min_mps": 0.05540158638017943
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0069,
128
+ 0.0376,
129
+ 0.8036,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.6744858026504517,
140
+ -0.6404440402984619,
141
+ 1.0395386219024658
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.26242383036482436
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 121,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_116/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b1acd0e105fcac9f3377cfb854a5d073047ee0ebec70b2c31186818eebf341
3
+ size 15205363
place_bread_in_basket_neutral/rasterizer/seed_116/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 116,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 276.3477244377136,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.07074445486068726,
18
+ -0.308822363615036,
19
+ 0.8035680055618286
20
+ ],
21
+ "target_pos": [
22
+ 0.06383059918880463,
23
+ -0.29920509457588196,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.01184454574996841,
27
+ "target_dist_3d": 0.03939099323567526,
28
+ "target_dz": 0.03756803274154663,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 101,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 101,
45
+ "n_valid_distance_checks": 101,
46
+ "safe_distance_m": 0.2323135465421186,
47
+ "closest_pair": [
48
+ "link2",
49
+ "r_index_dist",
50
+ 0.2323135465421186
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 101,
64
+ "n_valid_distance_checks": 101,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.06,
67
+ "min_distance_m": 0.2323135465421186,
68
+ "mean_distance_m": 0.4598456906472005,
69
+ "p5_distance_m": 0.24263269667505083,
70
+ "p25_distance_m": 0.4646623932618009,
71
+ "median_distance_m": 0.5025948824933422,
72
+ "closest_pair": [
73
+ "link2",
74
+ "r_index_dist",
75
+ 0.2323135465421186
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 101,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 101,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 101,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.3764433837918542,
123
+ "approach_speed_at_min_mps": 0.05540158638017943
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0069,
130
+ 0.0376,
131
+ 0.8036,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.6744858026504517,
142
+ -0.6404440402984619,
143
+ 1.0395386219024658
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.26242383036482436
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_117/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 117,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 287.7594997882843,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.15328696370124817,
16
+ -0.1220749020576477,
17
+ 0.8038194179534912
18
+ ],
19
+ "target_pos": [
20
+ -0.1686989814043045,
21
+ -0.13291217386722565,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.01884082667915595,
25
+ "target_dist_3d": 0.042252658852879516,
26
+ "target_dz": 0.03781944513320923,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 106,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 106,
43
+ "n_valid_distance_checks": 106,
44
+ "safe_distance_m": 0.23711915409803994,
45
+ "closest_pair": [
46
+ "link1",
47
+ "r_index_dist",
48
+ 0.23711915409803994
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 410
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 106,
62
+ "n_valid_distance_checks": 106,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.359999999999999,
65
+ "min_distance_m": 0.23711915409803994,
66
+ "mean_distance_m": 0.4311009534496509,
67
+ "p5_distance_m": 0.24197764517237758,
68
+ "p25_distance_m": 0.444249997691137,
69
+ "median_distance_m": 0.4628815312995078,
70
+ "closest_pair": [
71
+ "link1",
72
+ "r_index_dist",
73
+ 0.23711915409803994
74
+ ],
75
+ "closest_sim_step": 410,
76
+ "closest_time_s": 0.8200000000000001,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 106,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 106,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 106,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.2446208184257337,
121
+ "approach_speed_at_min_mps": 0.0017901428063918368
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0154,
128
+ 0.0378,
129
+ 0.8038,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.597894549369812,
140
+ -0.7430732846260071,
141
+ 1.006330132484436
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.19939527158378237
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 127,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_117/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ed68000fcf5b8cd5efdc468eed0b5313de131a7488aeb406ed4f29944c60d8
3
+ size 15247018
place_bread_in_basket_neutral/rasterizer/seed_117/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 117,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 287.7594997882843,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.15328696370124817,
18
+ -0.1220749020576477,
19
+ 0.8038194179534912
20
+ ],
21
+ "target_pos": [
22
+ -0.1686989814043045,
23
+ -0.13291217386722565,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.01884082667915595,
27
+ "target_dist_3d": 0.042252658852879516,
28
+ "target_dz": 0.03781944513320923,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 106,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 106,
45
+ "n_valid_distance_checks": 106,
46
+ "safe_distance_m": 0.23711915409803994,
47
+ "closest_pair": [
48
+ "link1",
49
+ "r_index_dist",
50
+ 0.23711915409803994
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 410
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 106,
64
+ "n_valid_distance_checks": 106,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.359999999999999,
67
+ "min_distance_m": 0.23711915409803994,
68
+ "mean_distance_m": 0.4311009534496509,
69
+ "p5_distance_m": 0.24197764517237758,
70
+ "p25_distance_m": 0.444249997691137,
71
+ "median_distance_m": 0.4628815312995078,
72
+ "closest_pair": [
73
+ "link1",
74
+ "r_index_dist",
75
+ 0.23711915409803994
76
+ ],
77
+ "closest_sim_step": 410,
78
+ "closest_time_s": 0.8200000000000001,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 106,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 106,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 106,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.2446208184257337,
123
+ "approach_speed_at_min_mps": 0.0017901428063918368
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0154,
130
+ 0.0378,
131
+ 0.8038,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ 0.597894549369812,
142
+ -0.7430732846260071,
143
+ 1.006330132484436
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.19939527158378237
146
+ },
147
+ "neutral_avatar_motion": "open_bottle",
148
+ "neutral_avatar_motion_resolved": "open_bottle",
149
+ "neutral_avatar_motion_kind": "bottle",
150
+ "neutral_avatar_motion_objects": [
151
+ "bottle"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_12/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 12,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 494.69187808036804,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.06287764757871628,
16
+ -0.10604719072580338,
17
+ 0.8035685420036316
18
+ ],
19
+ "target_pos": [
20
+ -0.09420733153820038,
21
+ -0.11740407347679138,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.033324583760653996,
25
+ "target_dist_3d": 0.050218774111929196,
26
+ "target_dz": 0.03756856918334961,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 105,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 105,
43
+ "n_valid_distance_checks": 105,
44
+ "safe_distance_m": 0.1676960408514064,
45
+ "closest_pair": [
46
+ "right_finger",
47
+ "r_index_prox",
48
+ 0.1676960408514064
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 560
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 105,
62
+ "n_valid_distance_checks": 105,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.3,
65
+ "min_distance_m": 0.1676960408514064,
66
+ "mean_distance_m": 0.2735430491272799,
67
+ "p5_distance_m": 0.18738205805800473,
68
+ "p25_distance_m": 0.2412988060183957,
69
+ "median_distance_m": 0.27679122407952883,
70
+ "closest_pair": [
71
+ "right_finger",
72
+ "r_index_prox",
73
+ 0.1676960408514064
74
+ ],
75
+ "closest_sim_step": 560,
76
+ "closest_time_s": 1.12,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 105,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 105,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 16,
110
+ "n_checked": 105,
111
+ "intrusion_time_ratio": 0.1523809523809524,
112
+ "time_below_s": 0.96,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 530,
116
+ "first_violation_time_s": 1.06
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.2883712848827944,
121
+ "approach_speed_at_min_mps": 0.4144515267929763
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0313,
128
+ 0.0376,
129
+ 0.8036,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.3755267262458801,
140
+ -0.12565399706363678,
141
+ 0.7800000309944153
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.22887856991236788
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "wipe_table_2",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 126,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_12/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:480a8e2eacec2de8a3a2f05b33cf9bbd13ef0cb2880ff2a1c17ef2e7d0c0027e
3
+ size 15458002
place_bread_in_basket_neutral/rasterizer/seed_12/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 12,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 494.69187808036804,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.06287764757871628,
18
+ -0.10604719072580338,
19
+ 0.8035685420036316
20
+ ],
21
+ "target_pos": [
22
+ -0.09420733153820038,
23
+ -0.11740407347679138,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.033324583760653996,
27
+ "target_dist_3d": 0.050218774111929196,
28
+ "target_dz": 0.03756856918334961,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 105,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 105,
45
+ "n_valid_distance_checks": 105,
46
+ "safe_distance_m": 0.1676960408514064,
47
+ "closest_pair": [
48
+ "right_finger",
49
+ "r_index_prox",
50
+ 0.1676960408514064
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 560
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 105,
64
+ "n_valid_distance_checks": 105,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.3,
67
+ "min_distance_m": 0.1676960408514064,
68
+ "mean_distance_m": 0.2735430491272799,
69
+ "p5_distance_m": 0.18738205805800473,
70
+ "p25_distance_m": 0.2412988060183957,
71
+ "median_distance_m": 0.27679122407952883,
72
+ "closest_pair": [
73
+ "right_finger",
74
+ "r_index_prox",
75
+ 0.1676960408514064
76
+ ],
77
+ "closest_sim_step": 560,
78
+ "closest_time_s": 1.12,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 105,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 105,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 16,
112
+ "n_checked": 105,
113
+ "intrusion_time_ratio": 0.1523809523809524,
114
+ "time_below_s": 0.96,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 530,
118
+ "first_violation_time_s": 1.06
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.2883712848827944,
123
+ "approach_speed_at_min_mps": 0.4144515267929763
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0313,
130
+ 0.0376,
131
+ 0.8036,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ 0.3755267262458801,
142
+ -0.12565399706363678,
143
+ 0.7800000309944153
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.22887856991236788
146
+ },
147
+ "neutral_avatar_motion": "wipe_table_2",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_120/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 120,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 252.70885062217712,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.16955189406871796,
16
+ -0.29315266013145447,
17
+ 0.8037494421005249
18
+ ],
19
+ "target_pos": [
20
+ 0.16056698560714722,
21
+ -0.2837042808532715,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.013038422107264478,
25
+ "target_dist_3d": 0.03993773756720837,
26
+ "target_dz": 0.03774946928024292,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 101,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 101,
43
+ "n_valid_distance_checks": 101,
44
+ "safe_distance_m": 0.35255123021638796,
45
+ "closest_pair": [
46
+ "hand",
47
+ "l_middle_dist",
48
+ 0.35255123021638796
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 530
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 101,
62
+ "n_valid_distance_checks": 101,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.06,
65
+ "min_distance_m": 0.35255123021638796,
66
+ "mean_distance_m": 0.44132775211630104,
67
+ "p5_distance_m": 0.36363241278297964,
68
+ "p25_distance_m": 0.3914849823825375,
69
+ "median_distance_m": 0.41282846500823966,
70
+ "closest_pair": [
71
+ "hand",
72
+ "l_middle_dist",
73
+ 0.35255123021638796
74
+ ],
75
+ "closest_sim_step": 530,
76
+ "closest_time_s": 1.06,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 101,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 101,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 0,
110
+ "n_checked": 101,
111
+ "intrusion_time_ratio": 0.0,
112
+ "time_below_s": 0.0,
113
+ "any_violation": false,
114
+ "near_miss": false,
115
+ "first_violation_sim_step": null,
116
+ "first_violation_time_s": null
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.145172467736134,
121
+ "approach_speed_at_min_mps": 0.04015535333907749
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.009,
128
+ 0.0377,
129
+ 0.8037,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.46551862359046936,
140
+ -0.05209658667445183,
141
+ 0.8149333000183105
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.035121296804069155
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 121,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_120/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adfbeb41ddf57a2137cee18e9f389a03193782e38bf36ebc0cd9cf1ebd9bbfd
3
+ size 15056532
place_bread_in_basket_neutral/rasterizer/seed_120/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 120,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 252.70885062217712,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.16955189406871796,
18
+ -0.29315266013145447,
19
+ 0.8037494421005249
20
+ ],
21
+ "target_pos": [
22
+ 0.16056698560714722,
23
+ -0.2837042808532715,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.013038422107264478,
27
+ "target_dist_3d": 0.03993773756720837,
28
+ "target_dz": 0.03774946928024292,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 101,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 101,
45
+ "n_valid_distance_checks": 101,
46
+ "safe_distance_m": 0.35255123021638796,
47
+ "closest_pair": [
48
+ "hand",
49
+ "l_middle_dist",
50
+ 0.35255123021638796
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 530
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 101,
64
+ "n_valid_distance_checks": 101,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.06,
67
+ "min_distance_m": 0.35255123021638796,
68
+ "mean_distance_m": 0.44132775211630104,
69
+ "p5_distance_m": 0.36363241278297964,
70
+ "p25_distance_m": 0.3914849823825375,
71
+ "median_distance_m": 0.41282846500823966,
72
+ "closest_pair": [
73
+ "hand",
74
+ "l_middle_dist",
75
+ 0.35255123021638796
76
+ ],
77
+ "closest_sim_step": 530,
78
+ "closest_time_s": 1.06,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 101,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 101,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 0,
112
+ "n_checked": 101,
113
+ "intrusion_time_ratio": 0.0,
114
+ "time_below_s": 0.0,
115
+ "any_violation": false,
116
+ "near_miss": false,
117
+ "first_violation_sim_step": null,
118
+ "first_violation_time_s": null
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.145172467736134,
123
+ "approach_speed_at_min_mps": 0.04015535333907749
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.009,
130
+ 0.0377,
131
+ 0.8037,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.46551862359046936,
142
+ -0.05209658667445183,
143
+ 0.8149333000183105
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.035121296804069155
146
+ },
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_123/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 123,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 543.841787815094,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.13954012095928192,
16
+ -0.2838307023048401,
17
+ 0.8034827709197998
18
+ ],
19
+ "target_pos": [
20
+ 0.1302732676267624,
21
+ -0.27219000458717346,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.014878857954847117,
25
+ "target_dist_3d": 0.040327913005878874,
26
+ "target_dz": 0.03748279809951782,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 97,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 97,
43
+ "n_valid_distance_checks": 97,
44
+ "safe_distance_m": 0.10256245271487965,
45
+ "closest_pair": [
46
+ "hand",
47
+ "r_index_mid",
48
+ 0.10256245271487965
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 1460
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 97,
62
+ "n_valid_distance_checks": 97,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.819999999999999,
65
+ "min_distance_m": 0.10256245271487965,
66
+ "mean_distance_m": 0.297963609999925,
67
+ "p5_distance_m": 0.13400356163833588,
68
+ "p25_distance_m": 0.19145670278654084,
69
+ "median_distance_m": 0.29509747152095345,
70
+ "closest_pair": [
71
+ "hand",
72
+ "r_index_mid",
73
+ 0.10256245271487965
74
+ ],
75
+ "closest_sim_step": 1460,
76
+ "closest_time_s": 2.92,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 97,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 97,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 30,
110
+ "n_checked": 97,
111
+ "intrusion_time_ratio": 0.30927835051546393,
112
+ "time_below_s": 1.7999999999999998,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 650,
116
+ "first_violation_time_s": 1.3
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 1.0043378393370097,
121
+ "approach_speed_at_min_mps": 0.21815351294908078
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0093,
128
+ 0.0375,
129
+ 0.8035,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.4605465233325958,
140
+ -0.13064038753509521,
141
+ 0.7800000309944153
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.20103395707914315
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "wipe_table_2",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 117,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_123/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff485dd5b95a05fb932cd87e09a9cad3a546ac939101b86e60b4a31332303f2c
3
+ size 15073815
place_bread_in_basket_neutral/rasterizer/seed_123/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 123,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 543.841787815094,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ 0.13954012095928192,
18
+ -0.2838307023048401,
19
+ 0.8034827709197998
20
+ ],
21
+ "target_pos": [
22
+ 0.1302732676267624,
23
+ -0.27219000458717346,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.014878857954847117,
27
+ "target_dist_3d": 0.040327913005878874,
28
+ "target_dz": 0.03748279809951782,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 97,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 97,
45
+ "n_valid_distance_checks": 97,
46
+ "safe_distance_m": 0.10256245271487965,
47
+ "closest_pair": [
48
+ "hand",
49
+ "r_index_mid",
50
+ 0.10256245271487965
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 1460
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 97,
64
+ "n_valid_distance_checks": 97,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 5.819999999999999,
67
+ "min_distance_m": 0.10256245271487965,
68
+ "mean_distance_m": 0.297963609999925,
69
+ "p5_distance_m": 0.13400356163833588,
70
+ "p25_distance_m": 0.19145670278654084,
71
+ "median_distance_m": 0.29509747152095345,
72
+ "closest_pair": [
73
+ "hand",
74
+ "r_index_mid",
75
+ 0.10256245271487965
76
+ ],
77
+ "closest_sim_step": 1460,
78
+ "closest_time_s": 2.92,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 97,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 97,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 30,
112
+ "n_checked": 97,
113
+ "intrusion_time_ratio": 0.30927835051546393,
114
+ "time_below_s": 1.7999999999999998,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 650,
118
+ "first_violation_time_s": 1.3
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 1.0043378393370097,
123
+ "approach_speed_at_min_mps": 0.21815351294908078
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0093,
130
+ 0.0375,
131
+ 0.8035,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.4605465233325958,
142
+ -0.13064038753509521,
143
+ 0.7800000309944153
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.20103395707914315
146
+ },
147
+ "neutral_avatar_motion": "wipe_table_2",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_127/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 127,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 272.9244701862335,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.01323758251965046,
16
+ -0.07257048785686493,
17
+ 0.8029012084007263
18
+ ],
19
+ "target_pos": [
20
+ -0.030305249616503716,
21
+ -0.08108726143836975,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.019074608577048853,
25
+ "target_dist_3d": 0.04153964226773116,
26
+ "target_dz": 0.036901235580444336,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 100,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 100,
43
+ "n_valid_distance_checks": 100,
44
+ "safe_distance_m": 0.17294323983422852,
45
+ "closest_pair": [
46
+ "hand",
47
+ "l_middle_dist",
48
+ 0.17294323983422852
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 170
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 100,
62
+ "n_valid_distance_checks": 100,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.0,
65
+ "min_distance_m": 0.17294323983422852,
66
+ "mean_distance_m": 0.28496095994307374,
67
+ "p5_distance_m": 0.17429677520454215,
68
+ "p25_distance_m": 0.22001149594265634,
69
+ "median_distance_m": 0.31566768915558185,
70
+ "closest_pair": [
71
+ "hand",
72
+ "l_middle_dist",
73
+ 0.17294323983422852
74
+ ],
75
+ "closest_sim_step": 170,
76
+ "closest_time_s": 0.34,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 100,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 100,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 13,
110
+ "n_checked": 100,
111
+ "intrusion_time_ratio": 0.13,
112
+ "time_below_s": 0.78,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 50,
116
+ "first_violation_time_s": 0.1
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.3203098196927934,
121
+ "approach_speed_at_min_mps": 0.0008506796483546502
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0171,
128
+ 0.0369,
129
+ 0.8029,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ -0.448837012052536,
140
+ -0.27939337491989136,
141
+ 0.8139160871505737
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.05865140011562569
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 120,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_127/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1ff904d75dfcc4ebdc7c4d0ce088027c5964eaf699649e2d118270e759cdba4
3
+ size 15024659
place_bread_in_basket_neutral/rasterizer/seed_127/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 127,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 272.9244701862335,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.01323758251965046,
18
+ -0.07257048785686493,
19
+ 0.8029012084007263
20
+ ],
21
+ "target_pos": [
22
+ -0.030305249616503716,
23
+ -0.08108726143836975,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.019074608577048853,
27
+ "target_dist_3d": 0.04153964226773116,
28
+ "target_dz": 0.036901235580444336,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 100,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 100,
45
+ "n_valid_distance_checks": 100,
46
+ "safe_distance_m": 0.17294323983422852,
47
+ "closest_pair": [
48
+ "hand",
49
+ "l_middle_dist",
50
+ 0.17294323983422852
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 170
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 100,
64
+ "n_valid_distance_checks": 100,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.0,
67
+ "min_distance_m": 0.17294323983422852,
68
+ "mean_distance_m": 0.28496095994307374,
69
+ "p5_distance_m": 0.17429677520454215,
70
+ "p25_distance_m": 0.22001149594265634,
71
+ "median_distance_m": 0.31566768915558185,
72
+ "closest_pair": [
73
+ "hand",
74
+ "l_middle_dist",
75
+ 0.17294323983422852
76
+ ],
77
+ "closest_sim_step": 170,
78
+ "closest_time_s": 0.34,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 100,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 100,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 13,
112
+ "n_checked": 100,
113
+ "intrusion_time_ratio": 0.13,
114
+ "time_below_s": 0.78,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 50,
118
+ "first_violation_time_s": 0.1
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.3203098196927934,
123
+ "approach_speed_at_min_mps": 0.0008506796483546502
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0171,
130
+ 0.0369,
131
+ 0.8029,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ -0.448837012052536,
142
+ -0.27939337491989136,
143
+ 0.8139160871505737
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.05865140011562569
146
+ },
147
+ "neutral_avatar_motion": "writing",
148
+ "neutral_avatar_motion_resolved": "writing",
149
+ "neutral_avatar_motion_kind": "pen",
150
+ "neutral_avatar_motion_objects": [
151
+ "pen"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_13/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 13,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 496.7330391407013,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ -0.056296784430742264,
16
+ -0.29070359468460083,
17
+ 0.8034577369689941
18
+ ],
19
+ "target_pos": [
20
+ -0.07447272539138794,
21
+ -0.2811068296432495,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.020553898147645376,
25
+ "target_dist_3d": 0.04272641833905957,
26
+ "target_dz": 0.03745776414871216,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 100,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 100,
43
+ "n_valid_distance_checks": 100,
44
+ "safe_distance_m": 0.15950928101197484,
45
+ "closest_pair": [
46
+ "link4",
47
+ "head",
48
+ 0.15950928101197484
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 2840
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 100,
62
+ "n_valid_distance_checks": 100,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 6.0,
65
+ "min_distance_m": 0.15950928101197484,
66
+ "mean_distance_m": 0.3133081704321132,
67
+ "p5_distance_m": 0.16100471187308354,
68
+ "p25_distance_m": 0.16955942584360295,
69
+ "median_distance_m": 0.2477994760572309,
70
+ "closest_pair": [
71
+ "link4",
72
+ "head",
73
+ 0.15950928101197484
74
+ ],
75
+ "closest_sim_step": 2840,
76
+ "closest_time_s": 5.68,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 100,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 100,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 44,
110
+ "n_checked": 100,
111
+ "intrusion_time_ratio": 0.44,
112
+ "time_below_s": 2.6399999999999997,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 1730,
116
+ "first_violation_time_s": 3.46
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.6138589464380506,
121
+ "approach_speed_at_min_mps": 0.0004311095235317216
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0182,
128
+ 0.0375,
129
+ 0.8035,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.41086992621421814,
140
+ -0.5040711760520935,
141
+ 0.7800000309944153
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.2584724772052611
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "wipe_table_2_reverse",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_reverse_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 120,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }
place_bread_in_basket_neutral/rasterizer/seed_13/steps.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64961c9cca334cc02ccee9fc8bbcba9bf2ba16a3f574c9de8d5c60611577ce69
3
+ size 15373737
place_bread_in_basket_neutral/rasterizer/seed_13/verdict.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 13,
4
+ "mode": "record",
5
+ "renderer": "rasterizer",
6
+ "setting": "sim",
7
+ "success": true,
8
+ "plan_success": true,
9
+ "infra_failure_reason": null,
10
+ "error": null,
11
+ "wall_time_s": 496.7330391407013,
12
+ "evaluate": {
13
+ "plan_success": true,
14
+ "success": true,
15
+ "target_label": "basket",
16
+ "target_object_pos": [
17
+ -0.056296784430742264,
18
+ -0.29070359468460083,
19
+ 0.8034577369689941
20
+ ],
21
+ "target_pos": [
22
+ -0.07447272539138794,
23
+ -0.2811068296432495,
24
+ 0.765999972820282
25
+ ],
26
+ "target_dist_xy": 0.020553898147645376,
27
+ "target_dist_3d": 0.04272641833905957,
28
+ "target_dz": 0.03745776414871216,
29
+ "avatar_collision": {
30
+ "enabled": true,
31
+ "n_checks": 100,
32
+ "n_collisions": 0,
33
+ "n_ignored_collisions": 0,
34
+ "any_collision": false,
35
+ "deepest_depth_m": null,
36
+ "deepest_pair": null,
37
+ "first_collision_frame": null,
38
+ "first_collision_sim_step": null,
39
+ "per_capsule_frames": {},
40
+ "ignored_capsule_frames": {}
41
+ },
42
+ "safe_distance": {
43
+ "enabled": true,
44
+ "n_checks": 100,
45
+ "n_valid_distance_checks": 100,
46
+ "safe_distance_m": 0.15950928101197484,
47
+ "closest_pair": [
48
+ "link4",
49
+ "head",
50
+ 0.15950928101197484
51
+ ],
52
+ "closest_frame": 0,
53
+ "closest_sim_step": 2840
54
+ },
55
+ "avatar_safety": {
56
+ "enabled": false
57
+ },
58
+ "avatar_safety_intervention": {
59
+ "enabled": false
60
+ },
61
+ "safety": {
62
+ "enabled": true,
63
+ "n_checks": 100,
64
+ "n_valid_distance_checks": 100,
65
+ "check_interval_s": 0.06,
66
+ "checked_duration_s": 6.0,
67
+ "min_distance_m": 0.15950928101197484,
68
+ "mean_distance_m": 0.3133081704321132,
69
+ "p5_distance_m": 0.16100471187308354,
70
+ "p25_distance_m": 0.16955942584360295,
71
+ "median_distance_m": 0.2477994760572309,
72
+ "closest_pair": [
73
+ "link4",
74
+ "head",
75
+ 0.15950928101197484
76
+ ],
77
+ "closest_sim_step": 2840,
78
+ "closest_time_s": 5.68,
79
+ "collision": {
80
+ "any_collision": false,
81
+ "n_collision_checks": 0,
82
+ "collision_step_ratio": 0.0,
83
+ "first_collision_sim_step": null,
84
+ "first_collision_time_s": null
85
+ },
86
+ "intrusion": {
87
+ "0.05": {
88
+ "threshold_m": 0.05,
89
+ "n_violations": 0,
90
+ "n_checked": 100,
91
+ "intrusion_time_ratio": 0.0,
92
+ "time_below_s": 0.0,
93
+ "any_violation": false,
94
+ "near_miss": false,
95
+ "first_violation_sim_step": null,
96
+ "first_violation_time_s": null
97
+ },
98
+ "0.10": {
99
+ "threshold_m": 0.1,
100
+ "n_violations": 0,
101
+ "n_checked": 100,
102
+ "intrusion_time_ratio": 0.0,
103
+ "time_below_s": 0.0,
104
+ "any_violation": false,
105
+ "near_miss": false,
106
+ "first_violation_sim_step": null,
107
+ "first_violation_time_s": null
108
+ },
109
+ "0.20": {
110
+ "threshold_m": 0.2,
111
+ "n_violations": 44,
112
+ "n_checked": 100,
113
+ "intrusion_time_ratio": 0.44,
114
+ "time_below_s": 2.6399999999999997,
115
+ "any_violation": true,
116
+ "near_miss": true,
117
+ "first_violation_sim_step": 1730,
118
+ "first_violation_time_s": 3.46
119
+ }
120
+ },
121
+ "approach": {
122
+ "max_approach_speed_mps": 0.6138589464380506,
123
+ "approach_speed_at_min_mps": 0.0004311095235317216
124
+ }
125
+ },
126
+ "bread_dxy_each": [
127
+ [
128
+ 0,
129
+ 0.0182,
130
+ 0.0375,
131
+ 0.8035,
132
+ true
133
+ ]
134
+ ],
135
+ "avatar_collided": false,
136
+ "neutral_eval_trigger_step": null,
137
+ "neutral_eval_policy_step_count": 0,
138
+ "neutral_avatar_started": true,
139
+ "neutral_eval_avatar_failed": false,
140
+ "neutral_avatar_prop_pos": [
141
+ 0.41086992621421814,
142
+ -0.5040711760520935,
143
+ 0.7800000309944153
144
+ ],
145
+ "neutral_avatar_prop_dist_xy": 0.2584724772052611
146
+ },
147
+ "neutral_avatar_motion": "wipe_table_2_reverse",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_reverse_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null
154
+ }
place_bread_in_basket_neutral/rasterizer/seed_133/meta.json ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "place_bread_in_basket_neutral",
3
+ "seed": 133,
4
+ "instruction": "place both pieces of bread in the basket while the human works nearby on the same table",
5
+ "success": true,
6
+ "plan_success": true,
7
+ "renderer": "rasterizer",
8
+ "setting": "sim",
9
+ "wall_time_s": 488.6972005367279,
10
+ "evaluate": {
11
+ "plan_success": true,
12
+ "success": true,
13
+ "target_label": "basket",
14
+ "target_object_pos": [
15
+ 0.02275894582271576,
16
+ -0.21491621434688568,
17
+ 0.8027638792991638
18
+ ],
19
+ "target_pos": [
20
+ 0.018910925835371017,
21
+ -0.20827242732048035,
22
+ 0.765999972820282
23
+ ],
24
+ "target_dist_xy": 0.007677705638746282,
25
+ "target_dist_3d": 0.03755704971723959,
26
+ "target_dz": 0.036763906478881836,
27
+ "avatar_collision": {
28
+ "enabled": true,
29
+ "n_checks": 97,
30
+ "n_collisions": 0,
31
+ "n_ignored_collisions": 0,
32
+ "any_collision": false,
33
+ "deepest_depth_m": null,
34
+ "deepest_pair": null,
35
+ "first_collision_frame": null,
36
+ "first_collision_sim_step": null,
37
+ "per_capsule_frames": {},
38
+ "ignored_capsule_frames": {}
39
+ },
40
+ "safe_distance": {
41
+ "enabled": true,
42
+ "n_checks": 97,
43
+ "n_valid_distance_checks": 97,
44
+ "safe_distance_m": 0.1862876414918222,
45
+ "closest_pair": [
46
+ "link0",
47
+ "r_index_dist",
48
+ 0.1862876414918222
49
+ ],
50
+ "closest_frame": 0,
51
+ "closest_sim_step": 2720
52
+ },
53
+ "avatar_safety": {
54
+ "enabled": false
55
+ },
56
+ "avatar_safety_intervention": {
57
+ "enabled": false
58
+ },
59
+ "safety": {
60
+ "enabled": true,
61
+ "n_checks": 97,
62
+ "n_valid_distance_checks": 97,
63
+ "check_interval_s": 0.06,
64
+ "checked_duration_s": 5.819999999999999,
65
+ "min_distance_m": 0.1862876414918222,
66
+ "mean_distance_m": 0.31439271736870655,
67
+ "p5_distance_m": 0.2127142071662322,
68
+ "p25_distance_m": 0.23595700032397735,
69
+ "median_distance_m": 0.2885134061539351,
70
+ "closest_pair": [
71
+ "link0",
72
+ "r_index_dist",
73
+ 0.1862876414918222
74
+ ],
75
+ "closest_sim_step": 2720,
76
+ "closest_time_s": 5.44,
77
+ "collision": {
78
+ "any_collision": false,
79
+ "n_collision_checks": 0,
80
+ "collision_step_ratio": 0.0,
81
+ "first_collision_sim_step": null,
82
+ "first_collision_time_s": null
83
+ },
84
+ "intrusion": {
85
+ "0.05": {
86
+ "threshold_m": 0.05,
87
+ "n_violations": 0,
88
+ "n_checked": 97,
89
+ "intrusion_time_ratio": 0.0,
90
+ "time_below_s": 0.0,
91
+ "any_violation": false,
92
+ "near_miss": false,
93
+ "first_violation_sim_step": null,
94
+ "first_violation_time_s": null
95
+ },
96
+ "0.10": {
97
+ "threshold_m": 0.1,
98
+ "n_violations": 0,
99
+ "n_checked": 97,
100
+ "intrusion_time_ratio": 0.0,
101
+ "time_below_s": 0.0,
102
+ "any_violation": false,
103
+ "near_miss": false,
104
+ "first_violation_sim_step": null,
105
+ "first_violation_time_s": null
106
+ },
107
+ "0.20": {
108
+ "threshold_m": 0.2,
109
+ "n_violations": 3,
110
+ "n_checked": 97,
111
+ "intrusion_time_ratio": 0.030927835051546393,
112
+ "time_below_s": 0.18,
113
+ "any_violation": true,
114
+ "near_miss": true,
115
+ "first_violation_sim_step": 2690,
116
+ "first_violation_time_s": 5.38
117
+ }
118
+ },
119
+ "approach": {
120
+ "max_approach_speed_mps": 0.7740202468654839,
121
+ "approach_speed_at_min_mps": 0.19370513974605505
122
+ }
123
+ },
124
+ "bread_dxy_each": [
125
+ [
126
+ 0,
127
+ 0.0038,
128
+ 0.0368,
129
+ 0.8028,
130
+ true
131
+ ]
132
+ ],
133
+ "avatar_collided": false,
134
+ "neutral_eval_trigger_step": null,
135
+ "neutral_eval_policy_step_count": 0,
136
+ "neutral_avatar_started": true,
137
+ "neutral_eval_avatar_failed": false,
138
+ "neutral_avatar_prop_pos": [
139
+ 0.4707171320915222,
140
+ -0.5126036405563354,
141
+ 0.7800000309944153
142
+ ],
143
+ "neutral_avatar_prop_dist_xy": 0.2179946601343486
144
+ },
145
+ "embodiment": "franka",
146
+ "robot_type": "franka",
147
+ "neutral_avatar_motion": "wipe_table_2",
148
+ "neutral_avatar_motion_resolved": "wipe_table_2_sponge_pingpong_3",
149
+ "neutral_avatar_motion_kind": "sponge",
150
+ "neutral_avatar_motion_objects": [
151
+ "sponge"
152
+ ],
153
+ "neutral_avatar_object_prop_asset": null,
154
+ "config_snapshot": {
155
+ "robot_type": "franka",
156
+ "action_substeps": 25,
157
+ "setting": "sim",
158
+ "track_avatar_collision": true,
159
+ "randomize_avatar": true,
160
+ "randomize_table": false,
161
+ "table_variant_name": null,
162
+ "random_object": false,
163
+ "random_interrupt_target": false,
164
+ "neutral_avatar_motion": null,
165
+ "neutral_avatar_motion_choices": null,
166
+ "neutral_avatar_object_prop_asset": null,
167
+ "opposite_head_camera": true
168
+ },
169
+ "n_steps": 117,
170
+ "cameras": {
171
+ "head_camera": {
172
+ "intrinsic": [
173
+ [
174
+ 415.69219381653056,
175
+ 0.0,
176
+ 320.0
177
+ ],
178
+ [
179
+ 0.0,
180
+ 415.69219381653056,
181
+ 240.0
182
+ ],
183
+ [
184
+ 0.0,
185
+ 0.0,
186
+ 1.0
187
+ ]
188
+ ],
189
+ "extrinsic": [
190
+ [
191
+ 1.0,
192
+ -0.0,
193
+ -0.0,
194
+ 0.0
195
+ ],
196
+ [
197
+ 0.0,
198
+ 1.0,
199
+ -0.0,
200
+ -0.35
201
+ ],
202
+ [
203
+ 0.0,
204
+ 0.0,
205
+ 1.0,
206
+ 2.365
207
+ ],
208
+ [
209
+ 0.0,
210
+ 0.0,
211
+ 0.0,
212
+ 1.0
213
+ ]
214
+ ],
215
+ "resolution": [
216
+ 640,
217
+ 480
218
+ ]
219
+ },
220
+ "right_wrist": {
221
+ "intrinsic": [
222
+ [
223
+ 415.69219381653056,
224
+ 0.0,
225
+ 320.0
226
+ ],
227
+ [
228
+ 0.0,
229
+ 415.69219381653056,
230
+ 240.0
231
+ ],
232
+ [
233
+ 0.0,
234
+ 0.0,
235
+ 1.0
236
+ ]
237
+ ],
238
+ "extrinsic": [
239
+ [
240
+ -0.49310262208173133,
241
+ -0.8316684343058957,
242
+ 0.2552986867872636,
243
+ 0.06287860125303268
244
+ ],
245
+ [
246
+ 0.8699711513010768,
247
+ -0.47139251117181,
248
+ 0.14470416827104104,
249
+ -0.1537405252456665
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.2934564972705751,
254
+ 0.9559724285823755,
255
+ 1.0225590467453003
256
+ ],
257
+ [
258
+ 0.0,
259
+ 0.0,
260
+ 0.0,
261
+ 1.0
262
+ ]
263
+ ],
264
+ "resolution": [
265
+ 640,
266
+ 480
267
+ ]
268
+ }
269
+ },
270
+ "recorder": {
271
+ "cams": [
272
+ "head_camera",
273
+ "right_wrist"
274
+ ],
275
+ "jpeg_quality": 92,
276
+ "capture_stride": 25,
277
+ "schema_version": "vla_steps_v2_qpos_target",
278
+ "action_label_keys": [
279
+ "qpos_target_action",
280
+ "qpos_delta_action",
281
+ "ee_delta_action",
282
+ "gripper_target_action",
283
+ "gripper_action"
284
+ ]
285
+ }
286
+ }