mahgoobi commited on
Commit
986d0ad
·
verified ·
1 Parent(s): 5b2f7f4

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
- 47 searches · 13 tasks · 1,798 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 | 47 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
@@ -67,7 +67,7 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
67
  |---|---|---|---|---|---|
68
  | `drop_apple_in_bin_ks` | 4 | train | kitchens_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
  | `move_cup_put_pen_in_cup` | 4 | train | study_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
70
- | `move_hamburger_onto_plate_ks` | 2 | train | kitchens_clean | 50000, 50001 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
71
  | `move_pen_to_box` | 3 | train | study_clean | 50000, 50001, 50002 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 3 | train | kitchens_clean | 50000, 50001, 50002 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
  | `put_bottle_in_basket` | 3 | train | kitchenl_clean | 50000, 50001, 50002 | [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` | 1,798 | 47 | 10 |
96
- | `steps` | 87,550 | 47 | 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` | 154 |
106
  | `soft_success` | 2 |
107
- | `soft_failure` | 75 |
108
  | `hard_failure` | 4 |
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
+ 48 searches · 13 tasks · 1,826 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 | 48 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
 
67
  |---|---|---|---|---|---|
68
  | `drop_apple_in_bin_ks` | 4 | train | kitchens_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
69
  | `move_cup_put_pen_in_cup` | 4 | train | study_clean | 50000, 50001, 50002, 50003 | [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` | 3 | train | study_clean | 50000, 50001, 50002 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
72
  | `place_bowl_in_dishrack_ks` | 3 | train | kitchens_clean | 50000, 50001, 50002 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
73
  | `put_bottle_in_basket` | 3 | train | kitchenl_clean | 50000, 50001, 50002 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
 
92
 
93
  | table | rows | files | columns |
94
  |---|---|---|---|
95
+ | `nodes` | 1,826 | 48 | 10 |
96
+ | `steps` | 88,900 | 48 | 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` | 158 |
106
  | `soft_success` | 2 |
107
+ | `soft_failure` | 76 |
108
  | `hard_failure` | 4 |
109
 
110
  ## Loading it
data/nodes/task=move_hamburger_onto_plate_ks/move_hamburger_onto_plate_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b610e2be47fb55bafb34a528aaa08f7493b74925f10a5bc25b2a78b572402e
3
+ size 1197451
data/steps/task=move_hamburger_onto_plate_ks/move_hamburger_onto_plate_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db475a55a2d988ae6973ead64535c00745ce963eec7cd8ee07399c2671800c5c
3
+ size 511862
meta/configs/move_hamburger_onto_plate_ks__bench_demo_kitchens_clean__seed50003.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_hamburger_onto_plate_ks
3
+ task_config: bench_demo_kitchens_clean
4
+ seed: 50003
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: 4148609591
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_hamburger_onto_plate_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/searches/move_hamburger_onto_plate_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdbc9f5a300880305025414384907c8a227d53b40e18f82ede9cff8eb4a352f
3
+ size 14777