mahgoobi commited on
Commit
318fc70
·
verified ·
1 Parent(s): e6dac8b

add search runs

Browse files
Files changed (41) hide show
  1. README.md +16 -16
  2. data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet +3 -0
  3. data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet +3 -0
  4. data/nodes/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50025.parquet +3 -0
  5. data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  6. data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  7. data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet +3 -0
  8. data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  9. data/nodes/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet +3 -0
  10. data/nodes/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet +3 -0
  11. data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet +3 -0
  12. data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet +3 -0
  13. data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet +3 -0
  14. data/steps/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50025.parquet +3 -0
  15. data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  16. data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  17. data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet +3 -0
  18. data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  19. data/steps/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet +3 -0
  20. data/steps/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet +3 -0
  21. data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet +3 -0
  22. meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.yml +37 -0
  23. meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.yml +37 -0
  24. meta/configs/move_pen_to_box__bench_demo_study_clean__seed50025.yml +37 -0
  25. meta/configs/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.yml +37 -0
  26. meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.yml +37 -0
  27. meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.yml +37 -0
  28. meta/configs/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.yml +37 -0
  29. meta/configs/put_cup_on_coaster__bench_demo_study_clean__seed50025.yml +37 -0
  30. meta/configs/put_milktea_on_shelf__bench_demo_office_clean__seed50026.yml +37 -0
  31. meta/configs/put_phone_on_holder__bench_demo_office_clean__seed50025.yml +37 -0
  32. meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet +3 -0
  33. meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet +3 -0
  34. meta/searches/move_pen_to_box__bench_demo_study_clean__seed50025.parquet +3 -0
  35. meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  36. meta/searches/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  37. meta/searches/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet +3 -0
  38. meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet +3 -0
  39. meta/searches/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet +3 -0
  40. meta/searches/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet +3 -0
  41. meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet +3 -0
README.md CHANGED
@@ -28,7 +28,7 @@ A branch the search dropped was cut off mid-episode, so it is resumed from its o
28
  and carried to a finish — the action nobody executed still gets an answer to *would this
29
  have worked*.
30
 
31
- 326 searches · 13 tasks · 12,079 nodes, each with its own
32
  state and image.
33
 
34
  This repo hosts the data. **What it means, how it was produced and how to use it live in
@@ -43,7 +43,7 @@ on the other without having seen it.
43
 
44
  | split | seeds | in this repo |
45
  |---|---|---|
46
- | `train` | collection seeds (50000+) — fans to learn from | 326 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
@@ -66,17 +66,17 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
66
  | task | runs | splits | configs | seeds | benchmark commit |
67
  |---|---|---|---|---|---|
68
  | `drop_apple_in_bin_ks` | 26 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
- | `move_cup_put_pen_in_cup` | 25 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
70
  | `move_hamburger_onto_plate_ks` | 18 | train | kitchens_clean | 50000, 50001, 50003, 50005, 50006, 50007, 50009, 50010, 50011, 50012, 50013, 50015, 50018, 50019, 50020, 50021, 50022, 50023 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
- | `move_pen_to_box` | 25 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 26 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
- | `put_bottle_in_basket` | 25 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
- | `put_bottle_in_fridge` | 25 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
- | `put_can_in_cabinet` | 26 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
- | `put_cup_on_coaster` | 26 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
- | `put_milktea_on_shelf` | 26 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
  | `put_mouse_on_pad` | 27 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
- | `put_phone_on_holder` | 25 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
80
  | `put_stapler_next_to_mouse` | 26 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
81
 
82
  ## Contents
@@ -84,7 +84,7 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
84
  | | |
85
  |---|---|
86
  | tasks | `drop_apple_in_bin_ks`, `move_cup_put_pen_in_cup`, `move_hamburger_onto_plate_ks`, `move_pen_to_box`, `place_bowl_in_dishrack_ks`, `put_bottle_in_basket`, `put_bottle_in_fridge`, `put_can_in_cabinet`, `put_cup_on_coaster`, `put_milktea_on_shelf`, `put_mouse_on_pad`, `put_phone_on_holder`, `put_stapler_next_to_mouse` |
87
- | scene seeds | 50000–50026 |
88
  | search | `branch_once`, fan of 5, horizon 12 |
89
  | policy | `roboresearch_policy` — None @ 0 |
90
  | cameras | countertop_camera, right_camera, left_camera |
@@ -92,8 +92,8 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
92
 
93
  | table | rows | files | columns |
94
  |---|---|---|---|
95
- | `nodes` | 12,079 | 326 | 10 |
96
- | `steps` | 587,650 | 326 | 5 |
97
 
98
  Outcomes, best to worst: `hard_success` solved it cleanly, `soft_success` solved it after
99
  a collision, `soft_failure` missed, `hard_failure` missed and collided. `terminal` says
@@ -102,10 +102,10 @@ it is true, and only those are counted here.
102
 
103
  | outcome | branches |
104
  |---|---|
105
- | `hard_success` | 1,068 |
106
  | `soft_success` | 10 |
107
- | `soft_failure` | 531 |
108
- | `hard_failure` | 21 |
109
 
110
  ## Loading it
111
 
 
28
  and carried to a finish — the action nobody executed still gets an answer to *would this
29
  have worked*.
30
 
31
+ 336 searches · 13 tasks · 12,617 nodes, each with its own
32
  state and image.
33
 
34
  This repo hosts the data. **What it means, how it was produced and how to use it live in
 
43
 
44
  | split | seeds | in this repo |
45
  |---|---|---|
46
+ | `train` | collection seeds (50000+) — fans to learn from | 336 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
 
66
  | task | runs | splits | configs | seeds | benchmark commit |
67
  |---|---|---|---|---|---|
68
  | `drop_apple_in_bin_ks` | 26 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
+ | `move_cup_put_pen_in_cup` | 27 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50027 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
70
  | `move_hamburger_onto_plate_ks` | 18 | train | kitchens_clean | 50000, 50001, 50003, 50005, 50006, 50007, 50009, 50010, 50011, 50012, 50013, 50015, 50018, 50019, 50020, 50021, 50022, 50023 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
+ | `move_pen_to_box` | 26 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 26 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
+ | `put_bottle_in_basket` | 26 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
+ | `put_bottle_in_fridge` | 27 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
+ | `put_can_in_cabinet` | 27 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
+ | `put_cup_on_coaster` | 27 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
+ | `put_milktea_on_shelf` | 27 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
  | `put_mouse_on_pad` | 27 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025, 50026 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
+ | `put_phone_on_holder` | 26 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
80
  | `put_stapler_next_to_mouse` | 26 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018, 50019, 50020, 50021, 50022, 50023, 50024, 50025 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
81
 
82
  ## Contents
 
84
  | | |
85
  |---|---|
86
  | tasks | `drop_apple_in_bin_ks`, `move_cup_put_pen_in_cup`, `move_hamburger_onto_plate_ks`, `move_pen_to_box`, `place_bowl_in_dishrack_ks`, `put_bottle_in_basket`, `put_bottle_in_fridge`, `put_can_in_cabinet`, `put_cup_on_coaster`, `put_milktea_on_shelf`, `put_mouse_on_pad`, `put_phone_on_holder`, `put_stapler_next_to_mouse` |
87
+ | scene seeds | 50000–50027 |
88
  | search | `branch_once`, fan of 5, horizon 12 |
89
  | policy | `roboresearch_policy` — None @ 0 |
90
  | cameras | countertop_camera, right_camera, left_camera |
 
92
 
93
  | table | rows | files | columns |
94
  |---|---|---|---|
95
+ | `nodes` | 12,617 | 336 | 10 |
96
+ | `steps` | 614,050 | 336 | 5 |
97
 
98
  Outcomes, best to worst: `hard_success` solved it cleanly, `soft_success` solved it after
99
  a collision, `soft_failure` missed, `hard_failure` missed and collided. `terminal` says
 
102
 
103
  | outcome | branches |
104
  |---|---|
105
+ | `hard_success` | 1,088 |
106
  | `soft_success` | 10 |
107
+ | `soft_failure` | 560 |
108
+ | `hard_failure` | 22 |
109
 
110
  ## Loading it
111
 
data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f74d6b67b44d679d710833f006bb71607af076d1acf323277ae74566b76a1358
3
+ size 3377262
data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc17ae09a07b39dabf9bcf108e79caa26c0127577c7a800af62464caf4754f77
3
+ size 3957234
data/nodes/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5faf8cf7e52b61e317a783e446c383920ff86537d4cde9314955eebb833e667
3
+ size 576547
data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5627aba1bed522aeec15684568f2683f5ca6580b28763c62c08d525c838a890
3
+ size 885403
data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa0c43b2e6f1c6442766fea8226e94e92185e738e2151c8ce58cf214f6e9311
3
+ size 1708878
data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8231cdc205d231eeb1df794da2e9bb1f25dae146b9c2e45114850df6de08af
3
+ size 1337617
data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115463146770bf0f337f5893caa67bc57ee0d356f05a57744906ee736c7f2546
3
+ size 948492
data/nodes/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff8ff8fec59ca130213310f37d169b6255f28f1b8ddcfc9f619ecf099c918a24
3
+ size 2104745
data/nodes/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ace2bdb094126ec322d09239220a419bdd1f2ab58282b6358166fda56b752e
3
+ size 1232967
data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3ca137b71ed53cb8839e3e541a68376c0987ba9d2f623e072c23af1d8c11b0
3
+ size 1344719
data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675dbf235460e04474413e30c544a69ebb3b43ceeb04566299ec5e465025c4bd
3
+ size 1871069
data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6def91ae70d1c4d0291b4bb1966fea727f0b28360678665db19379f80e1c22d
3
+ size 2182682
data/steps/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6020d3fdd0ac23d25a4a734ba572084147a8ed3b0df23be116e2f391901a1274
3
+ size 292795
data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37b301698b7297d9fdb6123a286b5645726ea920c0d1a723be3a066e3b13421
3
+ size 482691
data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:730da673bbbceeb690d2295e02967419b97a79c44905364583d3b27ec70dffd3
3
+ size 1077572
data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029bf2be6b16301d961ea0e6b0c7f14865ae7af5981db41fc03999332491be69
3
+ size 825770
data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6368ef6749c9e4ad34537f41476f80af42af2bbd1968752cf7cb091b437e26ac
3
+ size 547384
data/steps/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055fb3677399ffb87540e42be0c1327e624680d8a779b0dfc761554e08a32fa4
3
+ size 1055806
data/steps/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e6806a9c6aea254d2ef3ce4d6a5aacf7c848774e879b812308f00ec221fcd8
3
+ size 598294
data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7f5095446bb5e726b05530e6a36fd6349e18a7c3a36bd14f11c1f092aace0e
3
+ size 661007
meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_cup_put_pen_in_cup
3
+ task_config: bench_demo_study_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 2355980949
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/move_cup_put_pen_in_cup/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_cup_put_pen_in_cup
3
+ task_config: bench_demo_study_clean
4
+ seed: 50027
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 2355980951
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/move_cup_put_pen_in_cup/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/move_pen_to_box__bench_demo_study_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_pen_to_box
3
+ task_config: bench_demo_study_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 3977909806
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/move_pen_to_box/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_bottle_in_basket
3
+ task_config: bench_demo_kitchenl_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 3735260242
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_bottle_in_basket/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_bottle_in_fridge
3
+ task_config: bench_demo_kitchenl_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 235704736
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_bottle_in_fridge/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_bottle_in_fridge
3
+ task_config: bench_demo_kitchenl_clean
4
+ seed: 50026
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 235704739
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_bottle_in_fridge/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_can_in_cabinet
3
+ task_config: bench_demo_kitchenl_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 34018135
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_can_in_cabinet/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_cup_on_coaster__bench_demo_study_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_cup_on_coaster
3
+ task_config: bench_demo_study_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 609402486
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_cup_on_coaster/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_milktea_on_shelf__bench_demo_office_clean__seed50026.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_milktea_on_shelf
3
+ task_config: bench_demo_office_clean
4
+ seed: 50026
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 1521334145
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_milktea_on_shelf/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/configs/put_phone_on_holder__bench_demo_office_clean__seed50025.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_phone_on_holder
3
+ task_config: bench_demo_office_clean
4
+ seed: 50025
5
+ seeds: null
6
+ eval_mode: true
7
+ policy:
8
+ name: roboresearch_policy
9
+ config: /work/mohammed/roboresearch/critic_fans/deploy_fan5.yml
10
+ instruction: null
11
+ instruction_type: unseen
12
+ candidate_opt:
13
+ seed: 313764016
14
+ overrides: {}
15
+ search:
16
+ strategy: branch_once
17
+ k: 5
18
+ depth: -1
19
+ top_m: 1
20
+ stop_on_success: false
21
+ params: {}
22
+ fitness:
23
+ name: oracle
24
+ dist_tiebreak: true
25
+ verify:
26
+ enabled: false
27
+ atol: 1.0e-05
28
+ output:
29
+ plans: /work/mohammed/roboresearch/critic_fans/put_phone_on_holder/plans
30
+ episodes: null
31
+ record:
32
+ dir: /work/mohammed/roboresearch/critic_fans/record
33
+ save_intermediate: false
34
+ cameras: []
35
+ carry_branches: true
36
+ branch_every: 0
37
+ carry_fixed_noise: false
meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e00d9cf6aeabbe419ceb6d9653050e85fefbc8f42d12914930e8369d52a6c18
3
+ size 14600
meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b189358c9da481c9f0eb29bd673f84c483031ff4b06d1f7c976b52bf42824d
3
+ size 14597
meta/searches/move_pen_to_box__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f762ff4046d4b676e4ccb7bfa4a6cc81dd3724e2b9db44ef4ac6ad53455f4a8
3
+ size 14299
meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3718899247f4e0cadcdeddca3ebf6a24ab4211bd56a257d71375eec9e138d5
3
+ size 14608
meta/searches/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3160d01f2e5bf81cd05e62821c403dcc068fdcc679081ce3540797e4fd273103
3
+ size 14574
meta/searches/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22bb95d5b0fa729845a431170af0746e4e532e06c89eb91566839ade2bb0a00
3
+ size 14575
meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11ff1ee844046e6b405d3daed4121ece5af7ae183f923ec0ce3ace69bc47cff
3
+ size 14507
meta/searches/put_cup_on_coaster__bench_demo_study_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca033083839057758b32bceec13499c1711e9d25a5a57b755a14184b41cedaf
3
+ size 14401
meta/searches/put_milktea_on_shelf__bench_demo_office_clean__seed50026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6a339ecf598e2a5ecfd6b0059877c66b160d5e87a865d4128d12b4f7df4156
3
+ size 14567
meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b20504a540d70a665110bd458eed0c8cbbdec38e467ba48ee779d6b381ccb36
3
+ size 14443