mahgoobi commited on
Commit
f12ea45
·
verified ·
1 Parent(s): 0c163d6

add search runs

Browse files
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
- 12 searches · 12 tasks · 428 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 | 12 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
@@ -70,11 +70,12 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
70
  | `move_hamburger_onto_plate_ks` | 1 | train | kitchens_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
  | `move_pen_to_box` | 1 | train | study_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 1 | train | kitchens_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
 
73
  | `put_bottle_in_fridge` | 1 | train | kitchenl_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
  | `put_can_in_cabinet` | 1 | train | kitchenl_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
  | `put_cup_on_coaster` | 1 | train | study_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
- | `put_milktea_on_shelf` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
- | `put_mouse_on_pad` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
  | `put_phone_on_holder` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
  | `put_stapler_next_to_mouse` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
80
 
@@ -82,8 +83,8 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
82
 
83
  | | |
84
  |---|---|
85
- | 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_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` |
86
- | scene seeds | 50000 |
87
  | search | `branch_once`, fan of 5, horizon 12 |
88
  | policy | `roboresearch_policy` — None @ 0 |
89
  | cameras | countertop_camera, right_camera, left_camera |
@@ -91,8 +92,8 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
91
 
92
  | table | rows | files | columns |
93
  |---|---|---|---|
94
- | `nodes` | 428 | 12 | 10 |
95
- | `steps` | 20,800 | 12 | 5 |
96
 
97
  Outcomes, best to worst: `hard_success` solved it cleanly, `soft_success` solved it after
98
  a collision, `soft_failure` missed, `hard_failure` missed and collided. `terminal` says
@@ -101,9 +102,9 @@ it is true, and only those are counted here.
101
 
102
  | outcome | branches |
103
  |---|---|
104
- | `hard_success` | 40 |
105
  | `soft_success` | 1 |
106
- | `soft_failure` | 19 |
107
 
108
  ## Loading it
109
 
 
28
  and carried to a finish — the action nobody executed still gets an answer to *would this
29
  have worked*.
30
 
31
+ 15 searches · 13 tasks · 505 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 | 15 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
 
70
  | `move_hamburger_onto_plate_ks` | 1 | train | kitchens_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
  | `move_pen_to_box` | 1 | train | study_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 1 | train | kitchens_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
+ | `put_bottle_in_basket` | 1 | train | kitchenl_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
  | `put_bottle_in_fridge` | 1 | train | kitchenl_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
  | `put_can_in_cabinet` | 1 | train | kitchenl_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
  | `put_cup_on_coaster` | 1 | train | study_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
+ | `put_milktea_on_shelf` | 2 | train | office_clean | 50000, 50001 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
+ | `put_mouse_on_pad` | 2 | train | office_clean | 50000, 50001 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
  | `put_phone_on_holder` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
80
  | `put_stapler_next_to_mouse` | 1 | train | office_clean | 50000 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
81
 
 
83
 
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, 50001 |
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` | 505 | 15 | 10 |
96
+ | `steps` | 24,500 | 15 | 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` | 52 |
106
  | `soft_success` | 1 |
107
+ | `soft_failure` | 22 |
108
 
109
  ## Loading it
110
 
data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304c4afebc46ce274f838e8d17f2e2dc07a51660e689025f21dfd8a9fccb3d5c
3
+ size 820058
data/nodes/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efadb234fcd3211943165883eb327eb96d883e3bc79e6c98544a231d3b9bac14
3
+ size 627428
data/nodes/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce98d9ff112924db6352a45ab57ee8094e9a43f2e900a74b6ae5cf97eee3538
3
+ size 1361596
data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530486c5bf268b967d8e63c2b96373ab2ef59c4d56a967970c6be1b36acd3dc5
3
+ size 424299
data/steps/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783410997c1661d88c0320a5c3c6ece7af5b8fe3b8573b09226a49771c95b970
3
+ size 274655
data/steps/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ed3216be8c8a67918e3db1ffc5f9615545a1f4ac9c60707781eeba7e11daeb
3
+ size 626131
meta/configs/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50000.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_bottle_in_basket
3
+ task_config: bench_demo_kitchenl_clean
4
+ seed: 50000
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: 3735260267
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_milktea_on_shelf__bench_demo_office_clean__seed50001.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_milktea_on_shelf
3
+ task_config: bench_demo_office_clean
4
+ seed: 50001
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: 1521334202
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_mouse_on_pad__bench_demo_office_clean__seed50001.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_mouse_on_pad
3
+ task_config: bench_demo_office_clean
4
+ seed: 50001
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: 338752725
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/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b94d870853b53d59b8ca90f6985c9811e953cd8141f5ca8869f3791060de9359
3
+ size 14606
meta/searches/put_milktea_on_shelf__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a2b1436d657c13a38a4018081d2e8b1f6ce40e99e7f96df1fe8b8c5313f5d8
3
+ size 14565
meta/searches/put_mouse_on_pad__bench_demo_office_clean__seed50001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579084c00199e3651550154919d73ea8ae9b77949d15a9ec7fb59b4636036432
3
+ size 14368