add search runs
Browse files- README.md +8 -8
- data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet +3 -0
- data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.parquet +3 -0
- data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet +3 -0
- data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.parquet +3 -0
- meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.yml +37 -0
- meta/configs/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.yml +37 -0
- meta/searches/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet +3 -0
- meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.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
|
|
@@ -71,13 +71,13 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
|
|
| 71 |
| `move_pen_to_box` | 6 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 72 |
| `place_bowl_in_dishrack_ks` | 6 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 73 |
| `put_bottle_in_basket` | 6 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 74 |
-
| `put_bottle_in_fridge` |
|
| 75 |
| `put_can_in_cabinet` | 7 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 76 |
| `put_cup_on_coaster` | 7 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 77 |
| `put_milktea_on_shelf` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
| `put_mouse_on_pad` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 79 |
| `put_phone_on_holder` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 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` | 3,
|
| 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,9 +102,9 @@ it is true, and only those are counted here.
|
|
| 102 |
|
| 103 |
| outcome | branches |
|
| 104 |
|---|---|
|
| 105 |
-
| `hard_success` |
|
| 106 |
| `soft_success` | 2 |
|
| 107 |
-
| `soft_failure` |
|
| 108 |
| `hard_failure` | 7 |
|
| 109 |
|
| 110 |
## Loading it
|
|
|
|
| 28 |
and carried to a finish — the action nobody executed still gets an answer to *would this
|
| 29 |
have worked*.
|
| 30 |
|
| 31 |
+
84 searches · 13 tasks · 3,157 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 | 84 searches |
|
| 47 |
| `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
|
| 48 |
|
| 49 |
```python
|
|
|
|
| 71 |
| `move_pen_to_box` | 6 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 72 |
| `place_bowl_in_dishrack_ks` | 6 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 73 |
| `put_bottle_in_basket` | 6 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 74 |
+
| `put_bottle_in_fridge` | 7 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 75 |
| `put_can_in_cabinet` | 7 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 76 |
| `put_cup_on_coaster` | 7 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 77 |
| `put_milktea_on_shelf` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
| `put_mouse_on_pad` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 79 |
| `put_phone_on_holder` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 80 |
+
| `put_stapler_next_to_mouse` | 7 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 81 |
|
| 82 |
## Contents
|
| 83 |
|
|
|
|
| 92 |
|
| 93 |
| table | rows | files | columns |
|
| 94 |
|---|---|---|---|
|
| 95 |
+
| `nodes` | 3,157 | 84 | 10 |
|
| 96 |
+
| `steps` | 153,650 | 84 | 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` | 282 |
|
| 106 |
| `soft_success` | 2 |
|
| 107 |
+
| `soft_failure` | 129 |
|
| 108 |
| `hard_failure` | 7 |
|
| 109 |
|
| 110 |
## Loading it
|
data/nodes/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6391b86a4fe7c12d0be21c60f55686e45a78f77f4ec709a2ea6711ca5c635c91
|
| 3 |
+
size 1169120
|
data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6a092dbb60bb7e062a7d487d67fee2f74aebadc57a545c7550ba4e1f9bb26ca
|
| 3 |
+
size 1404679
|
data/steps/task=put_bottle_in_fridge/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8bc52b9ef27e1e2adeb92c38e28ac4a5e40a451d808a91744cae1ce99414878
|
| 3 |
+
size 687124
|
data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b013441d67dd33a6094136b0c244c82808ddd414d74c7f279fb064a69216c53
|
| 3 |
+
size 778644
|
meta/configs/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_bottle_in_fridge
|
| 3 |
+
task_config: bench_demo_kitchenl_clean
|
| 4 |
+
seed: 50006
|
| 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: 235704735
|
| 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_stapler_next_to_mouse__bench_demo_office_clean__seed50006.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_stapler_next_to_mouse
|
| 3 |
+
task_config: bench_demo_office_clean
|
| 4 |
+
seed: 50006
|
| 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: 42388715
|
| 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/put_bottle_in_fridge__bench_demo_kitchenl_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46e0a928aaaeabf80493dddc7c3a1e6e19ca0a3f39898e3c3988a487d2745c96
|
| 3 |
+
size 14575
|
meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c301507e75a1dfb6969be379f0b95a6e1c206f01a304f685f89c6ad27f46c5
|
| 3 |
+
size 14636
|