add search runs
Browse files- README.md +8 -8
- data/nodes/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet +3 -0
- data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50018.parquet +3 -0
- data/steps/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet +3 -0
- data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50018.parquet +3 -0
- meta/configs/put_mouse_on_pad__bench_demo_office_clean__seed50018.yml +37 -0
- meta/configs/put_phone_on_holder__bench_demo_office_clean__seed50018.yml +37 -0
- meta/searches/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet +3 -0
- meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50018.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
|
|
@@ -75,8 +75,8 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
|
|
| 75 |
| `put_can_in_cabinet` | 18 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 76 |
| `put_cup_on_coaster` | 18 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 77 |
| `put_milktea_on_shelf` | 18 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
-
| `put_mouse_on_pad` |
|
| 79 |
-
| `put_phone_on_holder` |
|
| 80 |
| `put_stapler_next_to_mouse` | 18 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 81 |
|
| 82 |
## Contents
|
|
@@ -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` | 8,
|
| 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` | 7 |
|
| 107 |
-
| `soft_failure` |
|
| 108 |
| `hard_failure` | 15 |
|
| 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 |
+
227 searches · 13 tasks · 8,537 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 | 227 searches |
|
| 47 |
| `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
|
| 48 |
|
| 49 |
```python
|
|
|
|
| 75 |
| `put_can_in_cabinet` | 18 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 76 |
| `put_cup_on_coaster` | 18 | train | study_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 77 |
| `put_milktea_on_shelf` | 18 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 78 |
+
| `put_mouse_on_pad` | 19 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017, 50018 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 79 |
+
| `put_phone_on_holder` | 18 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50018 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 80 |
| `put_stapler_next_to_mouse` | 18 | train | office_clean | 50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, 50010, 50011, 50012, 50013, 50014, 50015, 50016, 50017 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
|
| 81 |
|
| 82 |
## Contents
|
|
|
|
| 92 |
|
| 93 |
| table | rows | files | columns |
|
| 94 |
|---|---|---|---|
|
| 95 |
+
| `nodes` | 8,537 | 227 | 10 |
|
| 96 |
+
| `steps` | 415,500 | 227 | 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` | 729 |
|
| 106 |
| `soft_success` | 7 |
|
| 107 |
+
| `soft_failure` | 384 |
|
| 108 |
| `hard_failure` | 15 |
|
| 109 |
|
| 110 |
## Loading it
|
data/nodes/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd1cb08bfb2ab9445e495f868821059f5d3eb1b58011a18c821338b339c383ac
|
| 3 |
+
size 1756993
|
data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0317f09f4c8d03bfbea4cd5d073fed1aa5e94c5c2a5987069863ed2e89d68b2c
|
| 3 |
+
size 2314044
|
data/steps/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68fd682a777006441b2bc3f08c40047af873f7dc0ade09ace692adb706c00be5
|
| 3 |
+
size 955372
|
data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d606b1ca5b9e726e2cf8577e79fcf47897df728cb38fc9aa44d8fe7a912e8c81
|
| 3 |
+
size 1072571
|
meta/configs/put_mouse_on_pad__bench_demo_office_clean__seed50018.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_mouse_on_pad
|
| 3 |
+
task_config: bench_demo_office_clean
|
| 4 |
+
seed: 50018
|
| 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: 338752742
|
| 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_mouse_on_pad/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__seed50018.yml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene:
|
| 2 |
+
task: put_phone_on_holder
|
| 3 |
+
task_config: bench_demo_office_clean
|
| 4 |
+
seed: 50018
|
| 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: 313764027
|
| 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/put_mouse_on_pad__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:064c1d18ac9f787f86c3a8177c0969776428174fc19f11e0d70f647cfcc324eb
|
| 3 |
+
size 14370
|
meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e3e7afcc44e5666221a7ecc9314f3abab2b0dd9cc194701344930152a40d573
|
| 3 |
+
size 14444
|