mahgoobi commited on
Commit
ec1fc35
·
verified ·
1 Parent(s): b99e661

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
- 58 searches · 13 tasks · 2,209 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 | 58 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
@@ -68,12 +68,12 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
68
  | `drop_apple_in_bin_ks` | 5 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
  | `move_cup_put_pen_in_cup` | 5 | train | study_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
70
  | `move_hamburger_onto_plate_ks` | 3 | train | kitchens_clean | 50000, 50001, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
- | `move_pen_to_box` | 4 | train | study_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
- | `place_bowl_in_dishrack_ks` | 4 | train | kitchens_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
  | `put_bottle_in_basket` | 4 | train | kitchenl_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
  | `put_bottle_in_fridge` | 4 | train | kitchenl_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
  | `put_can_in_cabinet` | 5 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
- | `put_cup_on_coaster` | 4 | train | study_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
  | `put_milktea_on_shelf` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
  | `put_mouse_on_pad` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
  | `put_phone_on_holder` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
@@ -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` | 2,209 | 58 | 10 |
96
- | `steps` | 107,550 | 58 | 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,9 +102,9 @@ it is true, and only those are counted here.
102
 
103
  | outcome | branches |
104
  |---|---|
105
- | `hard_success` | 192 |
106
  | `soft_success` | 2 |
107
- | `soft_failure` | 90 |
108
  | `hard_failure` | 6 |
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
+ 61 searches · 13 tasks · 2,290 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 | 61 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
 
68
  | `drop_apple_in_bin_ks` | 5 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
  | `move_cup_put_pen_in_cup` | 5 | train | study_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
70
  | `move_hamburger_onto_plate_ks` | 3 | train | kitchens_clean | 50000, 50001, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
+ | `move_pen_to_box` | 5 | train | study_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
+ | `place_bowl_in_dishrack_ks` | 5 | train | kitchens_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
  | `put_bottle_in_basket` | 4 | train | kitchenl_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
74
  | `put_bottle_in_fridge` | 4 | train | kitchenl_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
75
  | `put_can_in_cabinet` | 5 | train | kitchenl_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
76
+ | `put_cup_on_coaster` | 5 | train | study_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
77
  | `put_milktea_on_shelf` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
  | `put_mouse_on_pad` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
  | `put_phone_on_holder` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
 
92
 
93
  | table | rows | files | columns |
94
  |---|---|---|---|
95
+ | `nodes` | 2,290 | 61 | 10 |
96
+ | `steps` | 111,450 | 61 | 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` | 204 |
106
  | `soft_success` | 2 |
107
+ | `soft_failure` | 93 |
108
  | `hard_failure` | 6 |
109
 
110
  ## Loading it
data/nodes/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2439fb8ec2f2d2d850fb6fe1ffb4e3d0ae1274f3b653e7cdf3a393f1ea2733bb
3
+ size 1327367
data/nodes/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc9d809da3347dc5570c4c2b15a3079903df928ce8df41cddebe0e0378fd526
3
+ size 732144
data/nodes/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d2898ff983f2352e7e8823532e92a3ebb90cee54dbedcf62c25f80d0476d0
3
+ size 835695
data/steps/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9970e73801e130f2b0c61b9b28e859e342d4384064242cc75f5f62e203b8f5da
3
+ size 622488
data/steps/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff485ea8adf59f20ad747ad14239c6594d0650c5c23dcabe1961ca2c36ca014c
3
+ size 355671
data/steps/task=put_cup_on_coaster/put_cup_on_coaster__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abe64503b49c8f4647cf3fbbcbffc07911b9494101c270459cadf2924be246d
3
+ size 446183
meta/configs/move_pen_to_box__bench_demo_study_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_pen_to_box
3
+ task_config: bench_demo_study_clean
4
+ seed: 50004
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: 3977909779
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/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: place_bowl_in_dishrack_ks
3
+ task_config: bench_demo_kitchens_clean
4
+ seed: 50004
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: 1258136404
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_cup_on_coaster__bench_demo_study_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_cup_on_coaster
3
+ task_config: bench_demo_study_clean
4
+ seed: 50004
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: 609402443
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/searches/move_pen_to_box__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a58eb542e7bb10d1b33c25419d7d3e4ef05905d427285ef31426703d05087e
3
+ size 14302
meta/searches/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3adeba37ccad2cb167edb8c9760ab8a5437bc5c487c30178eb86c4248d2a283
3
+ size 14670
meta/searches/put_cup_on_coaster__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf1ae91fc2c05a4009e8b4818013011a6d6a490ef3e15de270152f2854a8680
3
+ size 14402