add search runs
Browse files- README.md +16 -16
- data/nodes/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet +3 -0
- data/nodes/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet +3 -0
- data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet +3 -0
- data/nodes/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet +3 -0
- data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet +3 -0
- data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.parquet +3 -0
- data/steps/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet +3 -0
- data/steps/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet +3 -0
- data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet +3 -0
- data/steps/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet +3 -0
- data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet +3 -0
- data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.parquet +3 -0
- meta/configs/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.yml +37 -0
- meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.yml +37 -0
- meta/configs/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.yml +37 -0
- meta/configs/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.yml +37 -0
- meta/configs/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.yml +37 -0
- meta/configs/put_cup_on_coaster__bench_demo_study_clean__seed50032.yml +37 -0
- meta/configs/put_phone_on_holder__bench_demo_office_clean__seed50032.yml +37 -0
- meta/configs/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.yml +37 -0
- meta/searches/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet +3 -0
- meta/searches/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet +3 -0
- meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet +3 -0
- meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet +3 -0
- meta/searches/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet +3 -0
- meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet +3 -0
- meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.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 |
-
|
| 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 |
|
| 47 |
| `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
|
| 48 |
|
| 49 |
```python
|
|
@@ -65,19 +65,19 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
|
|
| 65 |
|
| 66 |
| task | runs | splits | configs | seeds | benchmark commit |
|
| 67 |
|---|---|---|---|---|---|
|
| 68 |
-
| `drop_apple_in_bin_ks` |
|
| 69 |
-
| `move_cup_put_pen_in_cup` |
|
| 70 |
| `move_hamburger_onto_plate_ks` | 29 | train | kitchens_clean | 50000, 50001, 50003, 50005, 50006, 50007, 50009, 50010, 50011, 50012, 50013, 50015, 50018, 50019, 50020, 50021, 50022, 50023, 50026, 50027, 50028, 50029, 50030, 50032, 50033, 50034, 50035, 50036, 50037 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 71 |
| `move_pen_to_box` | 32 | 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, 50027, 50028, 50029, 50030, 50031 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 72 |
-
| `place_bowl_in_dishrack_ks` |
|
| 73 |
-
| `put_bottle_in_basket` |
|
| 74 |
| `put_bottle_in_fridge` | 32 | 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, 50027, 50028, 50029, 50030, 50031 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 75 |
-
| `put_can_in_cabinet` |
|
| 76 |
-
| `put_cup_on_coaster` |
|
| 77 |
| `put_milktea_on_shelf` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
| `put_mouse_on_pad` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 79 |
-
| `put_phone_on_holder` |
|
| 80 |
-
| `put_stapler_next_to_mouse` |
|
| 81 |
|
| 82 |
## Contents
|
| 83 |
|
|
@@ -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` | 15,
|
| 96 |
-
| `steps` |
|
| 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,
|
| 106 |
-
| `soft_success` |
|
| 107 |
-
| `soft_failure` |
|
| 108 |
-
| `hard_failure` |
|
| 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 |
+
423 searches · 13 tasks · 15,655 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 | 423 searches |
|
| 47 |
| `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
|
| 48 |
|
| 49 |
```python
|
|
|
|
| 65 |
|
| 66 |
| task | runs | splits | configs | seeds | benchmark commit |
|
| 67 |
|---|---|---|---|---|---|
|
| 68 |
+
| `drop_apple_in_bin_ks` | 33 | 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, 50026, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 69 |
+
| `move_cup_put_pen_in_cup` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 70 |
| `move_hamburger_onto_plate_ks` | 29 | train | kitchens_clean | 50000, 50001, 50003, 50005, 50006, 50007, 50009, 50010, 50011, 50012, 50013, 50015, 50018, 50019, 50020, 50021, 50022, 50023, 50026, 50027, 50028, 50029, 50030, 50032, 50033, 50034, 50035, 50036, 50037 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 71 |
| `move_pen_to_box` | 32 | 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, 50027, 50028, 50029, 50030, 50031 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 72 |
+
| `place_bowl_in_dishrack_ks` | 33 | 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, 50026, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 73 |
+
| `put_bottle_in_basket` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032, 50033 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 74 |
| `put_bottle_in_fridge` | 32 | 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, 50027, 50028, 50029, 50030, 50031 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 75 |
+
| `put_can_in_cabinet` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 76 |
+
| `put_cup_on_coaster` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 77 |
| `put_milktea_on_shelf` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
| `put_mouse_on_pad` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 79 |
+
| `put_phone_on_holder` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 80 |
+
| `put_stapler_next_to_mouse` | 33 | 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, 50027, 50028, 50029, 50030, 50031, 50032 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 81 |
|
| 82 |
## Contents
|
| 83 |
|
|
|
|
| 92 |
|
| 93 |
| table | rows | files | columns |
|
| 94 |
|---|---|---|---|
|
| 95 |
+
| `nodes` | 15,655 | 423 | 10 |
|
| 96 |
+
| `steps` | 761,600 | 423 | 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,386 |
|
| 106 |
+
| `soft_success` | 13 |
|
| 107 |
+
| `soft_failure` | 686 |
|
| 108 |
+
| `hard_failure` | 30 |
|
| 109 |
|
| 110 |
## Loading it
|
| 111 |
|
data/nodes/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40dd10ad22dc4b403e59c33a6a7f7f6e85a740f4e352344a46f4a306c591db6a
|
| 3 |
+
size 609641
|
data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d0043075aabb5feab5ba1084606f54c7f4ac24f6a87512df0729098a3590468
|
| 3 |
+
size 2772717
|
data/nodes/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6d8e7a71756aa8977656ef2f19aec6bd35bd80d5d78a68f92f7dff37c7de711
|
| 3 |
+
size 762291
|
data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90a25f3819ad70e8ddf07688b69505c6f6b7096ad084ac135938afe354c3b79e
|
| 3 |
+
size 889245
|
data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d522a0209b166ca4161c9f9cd71abf9d17eb3bbacefb613444772455edd31e96
|
| 3 |
+
size 884409
|
data/nodes/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0de6cc926fa865fd939f79ce393a5a8d271ec393f3a5de9f6bc3ae447f46ceca
|
| 3 |
+
size 1854744
|
data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b35c93ed5b5a52b2b65c51e155840c60540a26688775bacc8fb7c79372c18802
|
| 3 |
+
size 1674554
|
data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d809fd68b70bb48360b3242bc950d14113ee4e811dabc652f1d86fc0b184dbd
|
| 3 |
+
size 1763009
|
data/steps/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a1aa0bf50892ba274e8b1f266be43c19ace9e2d9f453e2ab019317c034a6b01
|
| 3 |
+
size 300432
|
data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82795ca6b2e428c790f6caa4ac292a7c69e6ebbf119f430c8c0a03861620a6fd
|
| 3 |
+
size 1571409
|
data/steps/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6d02deabecb21137e5f899a441f2220f37289c8e1a751f83d831412987041ac
|
| 3 |
+
size 345477
|
data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ed5f71352303b4c29f715bc17960df6863b1fb15f2066b6734c877f8d223ce7
|
| 3 |
+
size 520626
|
data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:762529495020fc3689ecd37f2a8a2a84a09103e213eee0e0970ad9f901d8d9de
|
| 3 |
+
size 469163
|
data/steps/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2abfed3395dcc19b8981acfcba67420075642016ceb9b416397c2a6e5bde552d
|
| 3 |
+
size 917061
|
data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a0e0b06611e80828f78f64f774d119a2062a840c99cef1bcf63335a3e055ba
|
| 3 |
+
size 842689
|
data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3732d63c343f04cdbeb6342254c38674ec66d3ad5412a792b173a48b564cf283
|
| 3 |
+
size 943685
|
meta/configs/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: drop_apple_in_bin_ks
|
| 3 |
+
task_config: bench_demo_kitchens_clean
|
| 4 |
+
seed: 50032
|
| 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: 2085724805
|
| 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/drop_apple_in_bin_ks/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__seed50032.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: 50032
|
| 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: 2355980940
|
| 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/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: place_bowl_in_dishrack_ks
|
| 3 |
+
task_config: bench_demo_kitchens_clean
|
| 4 |
+
seed: 50032
|
| 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: 1258136432
|
| 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/place_bowl_in_dishrack_ks/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__seed50033.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_bottle_in_basket
|
| 3 |
+
task_config: bench_demo_kitchenl_clean
|
| 4 |
+
seed: 50033
|
| 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: 3735260234
|
| 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_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_can_in_cabinet
|
| 3 |
+
task_config: bench_demo_kitchenl_clean
|
| 4 |
+
seed: 50032
|
| 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: 34018126
|
| 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__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_cup_on_coaster
|
| 3 |
+
task_config: bench_demo_study_clean
|
| 4 |
+
seed: 50032
|
| 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: 609402479
|
| 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_phone_on_holder__bench_demo_office_clean__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_phone_on_holder
|
| 3 |
+
task_config: bench_demo_office_clean
|
| 4 |
+
seed: 50032
|
| 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: 313764009
|
| 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/configs/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_stapler_next_to_mouse
|
| 3 |
+
task_config: bench_demo_office_clean
|
| 4 |
+
seed: 50032
|
| 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: 42388685
|
| 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_stapler_next_to_mouse/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/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14e6250a67239edf74d57c8a8b37d4f9c65e238a09acbe72001d38574913fa1f
|
| 3 |
+
size 14594
|
meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f19c4982e430f5e46f7a4efd97a56483738550f153b5a497121d0b00a20acb5
|
| 3 |
+
size 14598
|
meta/searches/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc865d16c9aa053b78e214669bbb240b66bf132e3746bb132fcf411370146c47
|
| 3 |
+
size 14670
|
meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50033.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63962bba9a0578285cac365f45aa774342fe50ecd0e443f714fd10c443bc1b8c
|
| 3 |
+
size 14609
|
meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be7bffcb75ca8012d9a27b49919a53359ca6956d58c73aee5360553784d9ae42
|
| 3 |
+
size 14508
|
meta/searches/put_cup_on_coaster__bench_demo_study_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:248135941939fd60881d72097b72d3ee13408af8fa088c744185b7d3bb0242e1
|
| 3 |
+
size 14402
|
meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d90802952ca04b7bcd46ff1b0cb4605348f3ad2a441162047b692152ba283e9
|
| 3 |
+
size 14447
|
meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31ea5ad983261bd1fbfd1572a9bdc993ca60120e9b35178a4344c38b0707592
|
| 3 |
+
size 14641
|