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

add search runs

Browse files
Files changed (41) hide show
  1. README.md +18 -18
  2. data/nodes/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet +3 -0
  3. data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet +3 -0
  4. data/nodes/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50003.parquet +3 -0
  5. data/nodes/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet +3 -0
  6. data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet +3 -0
  7. data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet +3 -0
  8. data/nodes/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet +3 -0
  9. data/nodes/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet +3 -0
  10. data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet +3 -0
  11. data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.parquet +3 -0
  12. data/steps/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet +3 -0
  13. data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet +3 -0
  14. data/steps/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50003.parquet +3 -0
  15. data/steps/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet +3 -0
  16. data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet +3 -0
  17. data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet +3 -0
  18. data/steps/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet +3 -0
  19. data/steps/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet +3 -0
  20. data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet +3 -0
  21. data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.parquet +3 -0
  22. meta/configs/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.yml +37 -0
  23. meta/configs/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.yml +37 -0
  24. meta/configs/move_pen_to_box__bench_demo_study_clean__seed50003.yml +37 -0
  25. meta/configs/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.yml +37 -0
  26. meta/configs/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.yml +37 -0
  27. meta/configs/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.yml +37 -0
  28. meta/configs/put_milktea_on_shelf__bench_demo_office_clean__seed50004.yml +37 -0
  29. meta/configs/put_mouse_on_pad__bench_demo_office_clean__seed50004.yml +37 -0
  30. meta/configs/put_phone_on_holder__bench_demo_office_clean__seed50004.yml +37 -0
  31. meta/configs/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.yml +37 -0
  32. meta/searches/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet +3 -0
  33. meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet +3 -0
  34. meta/searches/move_pen_to_box__bench_demo_study_clean__seed50003.parquet +3 -0
  35. meta/searches/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet +3 -0
  36. meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet +3 -0
  37. meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet +3 -0
  38. meta/searches/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet +3 -0
  39. meta/searches/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet +3 -0
  40. meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet +3 -0
  41. meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.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
- 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,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 | 48 searches |
47
  | `test` | the benchmark's own evaluation seeds (40000+) — what a scorer is measured on | **not collected yet** |
48
 
49
  ```python
@@ -65,26 +65,26 @@ and should not be pooled. Runs of a task the change did not touch stay comparabl
65
 
66
  | task | runs | splits | configs | seeds | benchmark commit |
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) |
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` | 4 | train | kitchenl_clean | 50000, 50001, 50002, 50003 | [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` | 4 | train | office_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
78
- | `put_mouse_on_pad` | 4 | train | office_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
79
- | `put_phone_on_holder` | 4 | train | office_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
80
- | `put_stapler_next_to_mouse` | 4 | train | office_clean | 50000, 50001, 50002, 50003 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
81
 
82
  ## Contents
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, 50002, 50003 |
88
  | search | `branch_once`, fan of 5, horizon 12 |
89
  | policy | `roboresearch_policy` — None @ 0 |
90
  | cameras | countertop_camera, right_camera, left_camera |
@@ -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,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,10 +102,10 @@ it is true, and only those are counted here.
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
111
 
 
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
 
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
 
65
 
66
  | task | runs | splits | configs | seeds | benchmark commit |
67
  |---|---|---|---|---|---|
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) |
80
+ | `put_stapler_next_to_mouse` | 5 | train | office_clean | 50000, 50001, 50002, 50003, 50004 | [RoboPRO @ `2a1adee`](https://github.com/EAI-RSM/RoboPRO/commit/2a1adee49dbaebe06379398745233b8f0b43c85f) |
81
 
82
  ## Contents
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, 50002, 50003, 50004 |
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` | 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
 
103
  | outcome | branches |
104
  |---|---|
105
+ | `hard_success` | 192 |
106
  | `soft_success` | 2 |
107
+ | `soft_failure` | 90 |
108
+ | `hard_failure` | 6 |
109
 
110
  ## Loading it
111
 
data/nodes/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba24e5859baad07306200920408d06494cd310672db65465c375b6f79835b40
3
+ size 784548
data/nodes/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f105541de49649ce907338ece38f4850e1a6f8804e87c50ebb091c2647c74f2
3
+ size 3960320
data/nodes/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d5d096d4579eee15004e0389725509826b75c06945725c04a50b38a41239dc
3
+ size 1355555
data/nodes/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c1a8cb0a586e44626234ab48bcb3d7eb5ea3f7aef747ac3b8a3c13cfa636ccc
3
+ size 717179
data/nodes/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24115311d0b9a51286ae1cc3b5ecbd2ee5d33369165ade8ef5133bdb9b181093
3
+ size 604138
data/nodes/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f423e01df7f699389f2b1473eab1d69d79552dc91ecae01e847b40d6ee1d5d
3
+ size 1512458
data/nodes/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a18a8e9d43dcf6fd8596623d14c8c10a3afaa33e9945100c87e27dc7320440
3
+ size 864093
data/nodes/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23177473711d96b81533d89841736767b3b1a93849d23df4a91a87874dbb1b7b
3
+ size 797336
data/nodes/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e36e4c4d92549422afea2eeca4c515adf6059e1718fdb569569b7596392b20b
3
+ size 1290007
data/nodes/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40760f262d0128d64d535ec05200015b4cf5027e010ee8f493d23439e4cc14c3
3
+ size 1120606
data/steps/task=drop_apple_in_bin_ks/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d32b4ede724f8b3f27a5f80c871a7a8f511d8857b14e7d70c1398d29f802f8
3
+ size 335918
data/steps/task=move_cup_put_pen_in_cup/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e2aa770ee668a42226e9a626b294d50ba68830d869032cf98700ed39450d65
3
+ size 2181321
data/steps/task=move_pen_to_box/move_pen_to_box__bench_demo_study_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e987b4a5b88f080ff683996e8aeb703f14173b112b7d8c21cf911be9570195a4
3
+ size 632599
data/steps/task=place_bowl_in_dishrack_ks/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9711f1047b0aba27358ecf1e6da451aaf8e28e87945f713cfecf11ce3127735
3
+ size 353056
data/steps/task=put_bottle_in_basket/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043bd1030a2253dbaa34a1819d96b854b5012a491d33358514c4f23e82eb2109
3
+ size 272054
data/steps/task=put_can_in_cabinet/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f69014540bb0d9a1ea154dfdd32ee13f547ad01f3fa4cca390b6ddb7a76b7a1
3
+ size 938708
data/steps/task=put_milktea_on_shelf/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235d37f82f9a043d6540d8eb153e189dbc4f719f08a499050e176988865ef510
3
+ size 438290
data/steps/task=put_mouse_on_pad/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2222bf76c1c46a8334011f8cb95097186d781566e81554f58879204378c5a0d2
3
+ size 385476
data/steps/task=put_phone_on_holder/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389118d85a3d5374ddfda9258d4dde0e2164429596ce83945b9c50232736f651
3
+ size 644527
data/steps/task=put_stapler_next_to_mouse/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4562f738079018274649c96feac976ddd46df835850a5a9da6b2902bb735924
3
+ size 582564
meta/configs/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: drop_apple_in_bin_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: 2085724833
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/drop_apple_in_bin_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/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_cup_put_pen_in_cup
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: 2355980968
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_cup_put_pen_in_cup/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/move_pen_to_box__bench_demo_study_clean__seed50003.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: move_pen_to_box
3
+ task_config: bench_demo_study_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: 3977909780
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__seed50003.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: place_bowl_in_dishrack_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: 1258136403
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_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_bottle_in_basket
3
+ task_config: bench_demo_kitchenl_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: 3735260264
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_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_can_in_cabinet
3
+ task_config: bench_demo_kitchenl_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: 34018154
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_can_in_cabinet/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__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_milktea_on_shelf
3
+ task_config: bench_demo_office_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: 1521334207
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__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_mouse_on_pad
3
+ task_config: bench_demo_office_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: 338752720
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__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_phone_on_holder
3
+ task_config: bench_demo_office_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: 313763981
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/configs/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scene:
2
+ task: put_stapler_next_to_mouse
3
+ task_config: bench_demo_office_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: 42388713
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/drop_apple_in_bin_ks__bench_demo_kitchens_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f4ea0afd8ca5f062427aa0dc777be92dfd38ff9d7e38c99d31c8fbfdc094af
3
+ size 14594
meta/searches/move_cup_put_pen_in_cup__bench_demo_study_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630c77a495f6eb4e33df09a341bab5ef66200d1054c68292cec78db0208396a4
3
+ size 14600
meta/searches/move_pen_to_box__bench_demo_study_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66779a17ae213219a7de6300d98329258798ed05c2dcb9a3fcdaa131b65f7813
3
+ size 14301
meta/searches/place_bowl_in_dishrack_ks__bench_demo_kitchens_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe83207738973f22a8b4568279e4543ac1db70c757e412a80356647f4d0be0c3
3
+ size 14670
meta/searches/put_bottle_in_basket__bench_demo_kitchenl_clean__seed50003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e76cc697f3ee0eacd4e2519da69e723c74d14ae636186283ef3f3763fe9423
3
+ size 14609
meta/searches/put_can_in_cabinet__bench_demo_kitchenl_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44efa1c54b3a7fb3b3585403e1336e15f4da5e46b14957396c96c782d8e11cd9
3
+ size 14508
meta/searches/put_milktea_on_shelf__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fae6ac3167a65677610df96fcd5c67a7e49e6f08355f4d04c30e04ba4f4fb5
3
+ size 14567
meta/searches/put_mouse_on_pad__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3526dea3854959b45e61c1a07aeb3032ee6314da7b155d9257cc24bedb311de8
3
+ size 14370
meta/searches/put_phone_on_holder__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41751de434f0e0a319931f64022109cf7f0775000e1168eb0a8c2dcc32dace2
3
+ size 14443
meta/searches/put_stapler_next_to_mouse__bench_demo_office_clean__seed50004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a8eba2c75563b86e94854b9df440ea2f6f5ad454c3c19fd005ae619c82b0df0
3
+ size 14636