render request: all 20 tasks, rig + appearance pinned, active/conditional marked
Browse files- render_request/README.md +22 -15
- render_request/attempts/all_attempts.csv +0 -0
- render_request/attempts/task_1046.json +73 -0
- render_request/attempts/task_1252.json +73 -0
- render_request/attempts/task_1426.json +2 -0
- render_request/attempts/task_1427.json +73 -0
- render_request/attempts/task_1458.json +73 -0
- render_request/attempts/task_1459.json +2 -0
- render_request/attempts/task_1746.json +52 -0
- render_request/attempts/task_1889.json +2 -0
- render_request/attempts/task_1891.json +73 -0
- render_request/attempts/task_809.json +2 -0
- render_request/attempts/task_810.json +73 -0
- render_request/attempts/task_811.json +2 -0
- render_request/attempts/task_815.json +73 -0
- render_request/attempts/task_866.json +2 -0
- render_request/attempts/task_868.json +2 -0
- render_request/attempts/task_929.json +73 -0
- render_request/attempts/task_945.json +2 -0
- render_request/attempts/task_953.json +2 -0
- render_request/attempts/task_966.json +2 -0
- render_request/attempts/task_970.json +73 -0
- render_request/camera_rig.json +1 -1
- render_request/tasks.json +766 -4
render_request/README.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
| 1 |
-
# Render request — held-out benchmark,
|
| 2 |
|
| 3 |
Everything needed is in this folder. Read the attempt lists here, upload the rendered output here.
|
| 4 |
|
| 5 |
-
**What:** re-render
|
| 6 |
-
at the **stage1_5k camera rig**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
**Why re-render:** these demonstrations currently exist only at a superseded camera rig. The
|
| 9 |
pretraining corpus (`stage1_5k_camera_fixed`) uses a different one, and this benchmark evaluates
|
|
@@ -83,18 +99,9 @@ know and design around it than discover it in the frames again.
|
|
| 83 |
| [`attempts/task_<id>.json`](attempts) | one file per task |
|
| 84 |
| [`attempts/all_attempts.csv`](attempts/all_attempts.csv) | flat table — `task_id, task_name, operation, role, attempt_id, n_frames, reward_final` |
|
| 85 |
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
| 811 | reach | 20 | reach target pose |
|
| 90 |
-
| 866 | rotate | 20 | rotate the computer mouse |
|
| 91 |
-
| 868 | pick | 20 | pick single rigid object |
|
| 92 |
-
| 945 | put_into | 20 | put both the potato and the pepper in the bowl |
|
| 93 |
-
| 953 | put_spatial | 20 | put the muffin on the left side of the cup |
|
| 94 |
-
| 966 | put_on | 20 | put the eyeglasses case on the tissue box |
|
| 95 |
-
| 1426 | rearrange | 20 | rearrange three items |
|
| 96 |
-
| 1459 | insert | 20 | fit lid onto container |
|
| 97 |
-
| 1889 | put_beside | 20 | put the kiwi beside the banana |
|
| 98 |
|
| 99 |
**`attempt_id` is the identity — please render exactly those.** They are not arbitrary: they were
|
| 100 |
selected as the highest-reward demonstrations available for each task, and they are the only ones
|
|
|
|
| 1 |
+
# Render request — held-out benchmark, 20 tasks × 20 demos
|
| 2 |
|
| 3 |
Everything needed is in this folder. Read the attempt lists here, upload the rendered output here.
|
| 4 |
|
| 5 |
+
**What:** re-render 400 existing demonstrations (20 tasks × 20 attempts) for the **default Franka**,
|
| 6 |
+
at the **stage1_5k camera rig**, with **appearance pinned**.
|
| 7 |
+
|
| 8 |
+
### Why 20 and not 10 — and why the existing LIBERO-rig renders don't count
|
| 9 |
+
|
| 10 |
+
Ten of these tasks are currently in the stage1_5k pretraining data, so they cannot be scored against
|
| 11 |
+
today's models. They are listed as `status: conditional`. The other ten are `status: active`.
|
| 12 |
+
|
| 13 |
+
It would seem to follow that only the ten active tasks need rendering. It does not, for two reasons:
|
| 14 |
+
|
| 15 |
+
1. **The conditional ten become usable the moment a stage-1 run excludes the held-out set** — which
|
| 16 |
+
is planned. Rendering them now avoids a second round trip.
|
| 17 |
+
2. **Their existing renders don't meet the appearance requirement.** Tasks 810/815/929/... already
|
| 18 |
+
have renders at the correct camera rig in `Franka-Datasets-v2-5k-LIBERO`. We checked those
|
| 19 |
+
manifests: they run `TextureModder` and `LightingModder` too. So they need re-rendering for
|
| 20 |
+
appearance regardless of the rig.
|
| 21 |
+
|
| 22 |
+
So the ask is all 20. If you have to stage it, do the ten marked `active` first.
|
| 23 |
|
| 24 |
**Why re-render:** these demonstrations currently exist only at a superseded camera rig. The
|
| 25 |
pretraining corpus (`stage1_5k_camera_fixed`) uses a different one, and this benchmark evaluates
|
|
|
|
| 99 |
| [`attempts/task_<id>.json`](attempts) | one file per task |
|
| 100 |
| [`attempts/all_attempts.csv`](attempts/all_attempts.csv) | flat table — `task_id, task_name, operation, role, attempt_id, n_frames, reward_final` |
|
| 101 |
|
| 102 |
+
See [`tasks.json`](tasks.json) and [`attempts/all_attempts.csv`](attempts/all_attempts.csv)
|
| 103 |
+
for all 20 tasks, each marked `active` or `conditional`.
|
| 104 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
**`attempt_id` is the identity — please render exactly those.** They are not arbitrary: they were
|
| 107 |
selected as the highest-reward demonstrations available for each task, and they are the only ones
|
render_request/attempts/all_attempts.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
render_request/attempts/task_1046.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1046,
|
| 3 |
+
"name": "put the toy car into the basket",
|
| 4 |
+
"operation": "put_into",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1035460,
|
| 10 |
+
1035289,
|
| 11 |
+
1035341,
|
| 12 |
+
1036462,
|
| 13 |
+
1036471,
|
| 14 |
+
1036457,
|
| 15 |
+
1035263,
|
| 16 |
+
1036007,
|
| 17 |
+
1036208,
|
| 18 |
+
1036590,
|
| 19 |
+
1035128,
|
| 20 |
+
1036588,
|
| 21 |
+
1036707,
|
| 22 |
+
1035564,
|
| 23 |
+
1036346,
|
| 24 |
+
1036399,
|
| 25 |
+
1035241,
|
| 26 |
+
1035134,
|
| 27 |
+
1035240,
|
| 28 |
+
1035262
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1035375,
|
| 32 |
+
1035489,
|
| 33 |
+
1035567,
|
| 34 |
+
1035569,
|
| 35 |
+
1035592,
|
| 36 |
+
1035634,
|
| 37 |
+
1035666,
|
| 38 |
+
1035705,
|
| 39 |
+
1035715,
|
| 40 |
+
1035802,
|
| 41 |
+
1035808,
|
| 42 |
+
1035917,
|
| 43 |
+
1035959,
|
| 44 |
+
1035962,
|
| 45 |
+
1035967,
|
| 46 |
+
1035975,
|
| 47 |
+
1036040,
|
| 48 |
+
1036046,
|
| 49 |
+
1036050,
|
| 50 |
+
1036058,
|
| 51 |
+
1036080,
|
| 52 |
+
1036115,
|
| 53 |
+
1036124,
|
| 54 |
+
1036148,
|
| 55 |
+
1036149,
|
| 56 |
+
1036154,
|
| 57 |
+
1036159,
|
| 58 |
+
1036226,
|
| 59 |
+
1036240,
|
| 60 |
+
1036354,
|
| 61 |
+
1036356,
|
| 62 |
+
1036370,
|
| 63 |
+
1036416,
|
| 64 |
+
1036440,
|
| 65 |
+
1036489,
|
| 66 |
+
1036495,
|
| 67 |
+
1036498,
|
| 68 |
+
1036503,
|
| 69 |
+
1036570,
|
| 70 |
+
1036573
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.9018
|
| 73 |
+
}
|
render_request/attempts/task_1252.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1252,
|
| 3 |
+
"name": "remove loose lid",
|
| 4 |
+
"operation": "remove",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1254466,
|
| 10 |
+
1263634,
|
| 11 |
+
1253896,
|
| 12 |
+
1456875,
|
| 13 |
+
1252502,
|
| 14 |
+
1456877,
|
| 15 |
+
1253402,
|
| 16 |
+
1268610,
|
| 17 |
+
1268592,
|
| 18 |
+
1263586,
|
| 19 |
+
1264027,
|
| 20 |
+
1268783,
|
| 21 |
+
1264973,
|
| 22 |
+
1253526,
|
| 23 |
+
1253693,
|
| 24 |
+
1252587,
|
| 25 |
+
1252681,
|
| 26 |
+
1268708,
|
| 27 |
+
1254713,
|
| 28 |
+
1268529
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1264895,
|
| 32 |
+
1264622,
|
| 33 |
+
1252629,
|
| 34 |
+
1254613,
|
| 35 |
+
1254205,
|
| 36 |
+
1253414,
|
| 37 |
+
1264618,
|
| 38 |
+
1252935,
|
| 39 |
+
1252890,
|
| 40 |
+
1254478,
|
| 41 |
+
1264940,
|
| 42 |
+
1254709,
|
| 43 |
+
1254248,
|
| 44 |
+
1268717,
|
| 45 |
+
1253689,
|
| 46 |
+
1252617,
|
| 47 |
+
1262863,
|
| 48 |
+
1264319,
|
| 49 |
+
1253255,
|
| 50 |
+
1254427,
|
| 51 |
+
1268502,
|
| 52 |
+
1268796,
|
| 53 |
+
1253427,
|
| 54 |
+
1253296,
|
| 55 |
+
1254404,
|
| 56 |
+
1254541,
|
| 57 |
+
1268603,
|
| 58 |
+
1253383,
|
| 59 |
+
1268705,
|
| 60 |
+
1254678,
|
| 61 |
+
1254685,
|
| 62 |
+
1268537,
|
| 63 |
+
1254089,
|
| 64 |
+
1268711,
|
| 65 |
+
1252605,
|
| 66 |
+
1268701,
|
| 67 |
+
1254520,
|
| 68 |
+
1252823,
|
| 69 |
+
1253332,
|
| 70 |
+
1254206
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.8896
|
| 73 |
+
}
|
render_request/attempts/task_1426.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 1426,
|
| 3 |
"name": "rearrange three items",
|
| 4 |
"operation": "rearrange",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
1436576,
|
|
|
|
| 2 |
"task_id": 1426,
|
| 3 |
"name": "rearrange three items",
|
| 4 |
"operation": "rearrange",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
1436576,
|
render_request/attempts/task_1427.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1427,
|
| 3 |
+
"name": "rearrange three items 2",
|
| 4 |
+
"operation": "rearrange",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1439773,
|
| 10 |
+
1427633,
|
| 11 |
+
1427669,
|
| 12 |
+
1427718,
|
| 13 |
+
1427808,
|
| 14 |
+
1427900,
|
| 15 |
+
1427953,
|
| 16 |
+
1428058,
|
| 17 |
+
1428080,
|
| 18 |
+
1428093,
|
| 19 |
+
1428155,
|
| 20 |
+
1428193,
|
| 21 |
+
1428194,
|
| 22 |
+
1428212,
|
| 23 |
+
1428225,
|
| 24 |
+
1428232,
|
| 25 |
+
1428233,
|
| 26 |
+
1428312,
|
| 27 |
+
1428339,
|
| 28 |
+
1428401
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1428442,
|
| 32 |
+
1428502,
|
| 33 |
+
1428508,
|
| 34 |
+
1442967,
|
| 35 |
+
1442970,
|
| 36 |
+
1444662,
|
| 37 |
+
1445840,
|
| 38 |
+
1452497,
|
| 39 |
+
1452508,
|
| 40 |
+
1452643,
|
| 41 |
+
1438059,
|
| 42 |
+
1428262,
|
| 43 |
+
1438107,
|
| 44 |
+
1439388,
|
| 45 |
+
1438808,
|
| 46 |
+
1439189,
|
| 47 |
+
1427828,
|
| 48 |
+
1427692,
|
| 49 |
+
1427701,
|
| 50 |
+
1427827,
|
| 51 |
+
1427890,
|
| 52 |
+
1427925,
|
| 53 |
+
1427969,
|
| 54 |
+
1428051,
|
| 55 |
+
1428156,
|
| 56 |
+
1428255,
|
| 57 |
+
1428375,
|
| 58 |
+
1443212,
|
| 59 |
+
1443232,
|
| 60 |
+
1444829,
|
| 61 |
+
1445022,
|
| 62 |
+
1452495,
|
| 63 |
+
1427937,
|
| 64 |
+
1439547,
|
| 65 |
+
1438251,
|
| 66 |
+
1453720,
|
| 67 |
+
1427607,
|
| 68 |
+
1427675,
|
| 69 |
+
1427691,
|
| 70 |
+
1427694
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.9097
|
| 73 |
+
}
|
render_request/attempts/task_1458.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1458,
|
| 3 |
+
"name": "insert utensil into holder",
|
| 4 |
+
"operation": "insert",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1327847,
|
| 10 |
+
1333452,
|
| 11 |
+
1320195,
|
| 12 |
+
1317687,
|
| 13 |
+
1331307,
|
| 14 |
+
1327617,
|
| 15 |
+
1330935,
|
| 16 |
+
1333063,
|
| 17 |
+
1323867,
|
| 18 |
+
1330766,
|
| 19 |
+
1324133,
|
| 20 |
+
1330851,
|
| 21 |
+
1318930,
|
| 22 |
+
1332320,
|
| 23 |
+
1320624,
|
| 24 |
+
1333054,
|
| 25 |
+
1332558,
|
| 26 |
+
1318854,
|
| 27 |
+
1331931,
|
| 28 |
+
1321158
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1331643,
|
| 32 |
+
1320068,
|
| 33 |
+
1323736,
|
| 34 |
+
1323094,
|
| 35 |
+
1324559,
|
| 36 |
+
1333271,
|
| 37 |
+
1333373,
|
| 38 |
+
1332743,
|
| 39 |
+
1332112,
|
| 40 |
+
1331485,
|
| 41 |
+
1323117,
|
| 42 |
+
1320502,
|
| 43 |
+
1329654,
|
| 44 |
+
1330995,
|
| 45 |
+
1332234,
|
| 46 |
+
1320636,
|
| 47 |
+
1318814,
|
| 48 |
+
1332264,
|
| 49 |
+
1333019,
|
| 50 |
+
1330572,
|
| 51 |
+
1331538,
|
| 52 |
+
1330724,
|
| 53 |
+
1332040,
|
| 54 |
+
1332342,
|
| 55 |
+
1321735,
|
| 56 |
+
1325681,
|
| 57 |
+
1331604,
|
| 58 |
+
1322465,
|
| 59 |
+
1331917,
|
| 60 |
+
1331801,
|
| 61 |
+
1319810,
|
| 62 |
+
1318179,
|
| 63 |
+
1318282,
|
| 64 |
+
1327312,
|
| 65 |
+
1319396,
|
| 66 |
+
1331815,
|
| 67 |
+
1331185,
|
| 68 |
+
1332312,
|
| 69 |
+
1332447,
|
| 70 |
+
1333169
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.917
|
| 73 |
+
}
|
render_request/attempts/task_1459.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 1459,
|
| 3 |
"name": "fit lid onto container",
|
| 4 |
"operation": "insert",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
1409900,
|
|
|
|
| 2 |
"task_id": 1459,
|
| 3 |
"name": "fit lid onto container",
|
| 4 |
"operation": "insert",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
1409900,
|
render_request/attempts/task_1746.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1746,
|
| 3 |
+
"name": "put the cube block on the poker",
|
| 4 |
+
"operation": "put_on",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1711581,
|
| 10 |
+
1712975,
|
| 11 |
+
1710654,
|
| 12 |
+
1710746,
|
| 13 |
+
1710748,
|
| 14 |
+
1710795,
|
| 15 |
+
1710704,
|
| 16 |
+
1712599,
|
| 17 |
+
1712744,
|
| 18 |
+
1711880,
|
| 19 |
+
1711324,
|
| 20 |
+
1711136,
|
| 21 |
+
1712990,
|
| 22 |
+
1711878,
|
| 23 |
+
1710960,
|
| 24 |
+
1712273,
|
| 25 |
+
1710705,
|
| 26 |
+
1712106,
|
| 27 |
+
1711405,
|
| 28 |
+
1712590
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1715468,
|
| 32 |
+
1714213,
|
| 33 |
+
1712988,
|
| 34 |
+
1711485,
|
| 35 |
+
1712631,
|
| 36 |
+
1714249,
|
| 37 |
+
1715859,
|
| 38 |
+
1711116,
|
| 39 |
+
1712928,
|
| 40 |
+
1714788,
|
| 41 |
+
1712999,
|
| 42 |
+
1710753,
|
| 43 |
+
1711298,
|
| 44 |
+
1713229,
|
| 45 |
+
1710952,
|
| 46 |
+
1711597,
|
| 47 |
+
1710793,
|
| 48 |
+
1710672,
|
| 49 |
+
1710715
|
| 50 |
+
],
|
| 51 |
+
"mean_reward_final": 0.914
|
| 52 |
+
}
|
render_request/attempts/task_1889.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 1889,
|
| 3 |
"name": "put the kiwi beside the banana",
|
| 4 |
"operation": "put_beside",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
1824118,
|
|
|
|
| 2 |
"task_id": 1889,
|
| 3 |
"name": "put the kiwi beside the banana",
|
| 4 |
"operation": "put_beside",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
1824118,
|
render_request/attempts/task_1891.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1891,
|
| 3 |
+
"name": "put the orange beside the banana",
|
| 4 |
+
"operation": "put_beside",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1822335,
|
| 10 |
+
1824066,
|
| 11 |
+
1825081,
|
| 12 |
+
1824438,
|
| 13 |
+
1824448,
|
| 14 |
+
1822306,
|
| 15 |
+
1824335,
|
| 16 |
+
1850840,
|
| 17 |
+
1827173,
|
| 18 |
+
1898198,
|
| 19 |
+
1824069,
|
| 20 |
+
1828066,
|
| 21 |
+
1825839,
|
| 22 |
+
1849093,
|
| 23 |
+
1824451,
|
| 24 |
+
1822728,
|
| 25 |
+
2064679,
|
| 26 |
+
1827162,
|
| 27 |
+
1848760,
|
| 28 |
+
1824839
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1823674,
|
| 32 |
+
1961727,
|
| 33 |
+
1828464,
|
| 34 |
+
2015385,
|
| 35 |
+
1828220,
|
| 36 |
+
1822337,
|
| 37 |
+
1822706,
|
| 38 |
+
1827841,
|
| 39 |
+
1877067,
|
| 40 |
+
1949622,
|
| 41 |
+
1824228,
|
| 42 |
+
1890943,
|
| 43 |
+
2017365,
|
| 44 |
+
2017378,
|
| 45 |
+
1827164,
|
| 46 |
+
1807384,
|
| 47 |
+
1822426,
|
| 48 |
+
1822092,
|
| 49 |
+
1824073,
|
| 50 |
+
1961695,
|
| 51 |
+
1824164,
|
| 52 |
+
1827125,
|
| 53 |
+
1949601,
|
| 54 |
+
1914454,
|
| 55 |
+
1826134,
|
| 56 |
+
1822253,
|
| 57 |
+
1824547,
|
| 58 |
+
1989527,
|
| 59 |
+
1823610,
|
| 60 |
+
1989523,
|
| 61 |
+
1827329,
|
| 62 |
+
2063556,
|
| 63 |
+
1822090,
|
| 64 |
+
1949418,
|
| 65 |
+
1825655,
|
| 66 |
+
1949463,
|
| 67 |
+
2015392,
|
| 68 |
+
1949426,
|
| 69 |
+
1949420,
|
| 70 |
+
1900819
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.9076
|
| 73 |
+
}
|
render_request/attempts/task_809.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 809,
|
| 3 |
"name": "separate the sandwich from the juice",
|
| 4 |
"operation": "separate",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
749148,
|
|
|
|
| 2 |
"task_id": 809,
|
| 3 |
"name": "separate the sandwich from the juice",
|
| 4 |
"operation": "separate",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
749148,
|
render_request/attempts/task_810.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 810,
|
| 3 |
+
"name": "separate the sandwich from the napkin box",
|
| 4 |
+
"operation": "separate",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
748251,
|
| 10 |
+
736843,
|
| 11 |
+
734497,
|
| 12 |
+
748768,
|
| 13 |
+
780008,
|
| 14 |
+
782452,
|
| 15 |
+
743682,
|
| 16 |
+
758022,
|
| 17 |
+
763001,
|
| 18 |
+
741371,
|
| 19 |
+
733539,
|
| 20 |
+
738298,
|
| 21 |
+
779373,
|
| 22 |
+
781848,
|
| 23 |
+
782204,
|
| 24 |
+
765379,
|
| 25 |
+
779771,
|
| 26 |
+
746760,
|
| 27 |
+
781279,
|
| 28 |
+
764113
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
735457,
|
| 32 |
+
780765,
|
| 33 |
+
780673,
|
| 34 |
+
764441,
|
| 35 |
+
780430,
|
| 36 |
+
741219,
|
| 37 |
+
735329,
|
| 38 |
+
745557,
|
| 39 |
+
777140,
|
| 40 |
+
781254,
|
| 41 |
+
733149,
|
| 42 |
+
762372,
|
| 43 |
+
735880,
|
| 44 |
+
735716,
|
| 45 |
+
736284,
|
| 46 |
+
764470,
|
| 47 |
+
779998,
|
| 48 |
+
765318,
|
| 49 |
+
747896,
|
| 50 |
+
765245,
|
| 51 |
+
744034,
|
| 52 |
+
748198,
|
| 53 |
+
782763,
|
| 54 |
+
741574,
|
| 55 |
+
733256,
|
| 56 |
+
763286,
|
| 57 |
+
769271,
|
| 58 |
+
765628,
|
| 59 |
+
735530,
|
| 60 |
+
736968,
|
| 61 |
+
737392,
|
| 62 |
+
765681,
|
| 63 |
+
733818,
|
| 64 |
+
743332,
|
| 65 |
+
736595,
|
| 66 |
+
743858,
|
| 67 |
+
779162,
|
| 68 |
+
739257,
|
| 69 |
+
742943,
|
| 70 |
+
746490
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.922
|
| 73 |
+
}
|
render_request/attempts/task_811.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 811,
|
| 3 |
"name": "reach target pose",
|
| 4 |
"operation": "reach",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
1209973,
|
|
|
|
| 2 |
"task_id": 811,
|
| 3 |
"name": "reach target pose",
|
| 4 |
"operation": "reach",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
1209973,
|
render_request/attempts/task_815.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 815,
|
| 3 |
+
"name": "place with orientation",
|
| 4 |
+
"operation": "place",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
1193038,
|
| 10 |
+
1193210,
|
| 11 |
+
1193852,
|
| 12 |
+
1003354,
|
| 13 |
+
1193309,
|
| 14 |
+
1003077,
|
| 15 |
+
1002843,
|
| 16 |
+
1193315,
|
| 17 |
+
1003979,
|
| 18 |
+
1193183,
|
| 19 |
+
1004049,
|
| 20 |
+
1193420,
|
| 21 |
+
1003910,
|
| 22 |
+
1194204,
|
| 23 |
+
1196024,
|
| 24 |
+
1193128,
|
| 25 |
+
1002663,
|
| 26 |
+
1002316,
|
| 27 |
+
1004530,
|
| 28 |
+
1194150
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
1194112,
|
| 32 |
+
1003791,
|
| 33 |
+
1196681,
|
| 34 |
+
1194170,
|
| 35 |
+
1193150,
|
| 36 |
+
1193895,
|
| 37 |
+
1002040,
|
| 38 |
+
1002397,
|
| 39 |
+
1002820,
|
| 40 |
+
1002870,
|
| 41 |
+
1002095,
|
| 42 |
+
1002358,
|
| 43 |
+
1004527,
|
| 44 |
+
1003153,
|
| 45 |
+
1002254,
|
| 46 |
+
1003999,
|
| 47 |
+
1004595,
|
| 48 |
+
1001865,
|
| 49 |
+
1001856,
|
| 50 |
+
1003658,
|
| 51 |
+
1003293,
|
| 52 |
+
1003970,
|
| 53 |
+
1003779,
|
| 54 |
+
1003339,
|
| 55 |
+
1002383,
|
| 56 |
+
1004079,
|
| 57 |
+
1004303,
|
| 58 |
+
1003932,
|
| 59 |
+
1002850,
|
| 60 |
+
1003221,
|
| 61 |
+
1004335,
|
| 62 |
+
1004570,
|
| 63 |
+
1002715,
|
| 64 |
+
1004312,
|
| 65 |
+
1004606,
|
| 66 |
+
1003106,
|
| 67 |
+
1002028,
|
| 68 |
+
1002410,
|
| 69 |
+
1002046,
|
| 70 |
+
1004567
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.9115
|
| 73 |
+
}
|
render_request/attempts/task_866.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 866,
|
| 3 |
"name": "rotate the computer mouse",
|
| 4 |
"operation": "rotate",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
809472,
|
|
|
|
| 2 |
"task_id": 866,
|
| 3 |
"name": "rotate the computer mouse",
|
| 4 |
"operation": "rotate",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
809472,
|
render_request/attempts/task_868.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 868,
|
| 3 |
"name": "pick single rigid object",
|
| 4 |
"operation": "pick",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
1016743,
|
|
|
|
| 2 |
"task_id": 868,
|
| 3 |
"name": "pick single rigid object",
|
| 4 |
"operation": "pick",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
1016743,
|
render_request/attempts/task_929.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 929,
|
| 3 |
+
"name": "put the tea cup on the left side of the tea pot",
|
| 4 |
+
"operation": "put_spatial",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
866819,
|
| 10 |
+
870299,
|
| 11 |
+
865017,
|
| 12 |
+
866877,
|
| 13 |
+
865490,
|
| 14 |
+
866062,
|
| 15 |
+
866726,
|
| 16 |
+
870292,
|
| 17 |
+
866909,
|
| 18 |
+
865063,
|
| 19 |
+
870104,
|
| 20 |
+
870188,
|
| 21 |
+
866491,
|
| 22 |
+
870856,
|
| 23 |
+
865962,
|
| 24 |
+
865084,
|
| 25 |
+
865936,
|
| 26 |
+
865996,
|
| 27 |
+
865745,
|
| 28 |
+
869700
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
865050,
|
| 32 |
+
870260,
|
| 33 |
+
865884,
|
| 34 |
+
870228,
|
| 35 |
+
866190,
|
| 36 |
+
866138,
|
| 37 |
+
866525,
|
| 38 |
+
864922,
|
| 39 |
+
866875,
|
| 40 |
+
870291,
|
| 41 |
+
865638,
|
| 42 |
+
865883,
|
| 43 |
+
865881,
|
| 44 |
+
865917,
|
| 45 |
+
866218,
|
| 46 |
+
866278,
|
| 47 |
+
866298,
|
| 48 |
+
866308,
|
| 49 |
+
866366,
|
| 50 |
+
866383,
|
| 51 |
+
866391,
|
| 52 |
+
866472,
|
| 53 |
+
866487,
|
| 54 |
+
866526,
|
| 55 |
+
866562,
|
| 56 |
+
866663,
|
| 57 |
+
866676,
|
| 58 |
+
866746,
|
| 59 |
+
866763,
|
| 60 |
+
866788,
|
| 61 |
+
866793,
|
| 62 |
+
866827,
|
| 63 |
+
870410,
|
| 64 |
+
865998,
|
| 65 |
+
866325,
|
| 66 |
+
865836,
|
| 67 |
+
871073,
|
| 68 |
+
865409,
|
| 69 |
+
866001,
|
| 70 |
+
866568
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.8942
|
| 73 |
+
}
|
render_request/attempts/task_945.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 945,
|
| 3 |
"name": "put both the potato and the pepper in the bowl",
|
| 4 |
"operation": "put_into",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
891429,
|
|
|
|
| 2 |
"task_id": 945,
|
| 3 |
"name": "put both the potato and the pepper in the bowl",
|
| 4 |
"operation": "put_into",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
891429,
|
render_request/attempts/task_953.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 953,
|
| 3 |
"name": "put the muffin on the left side of the cup",
|
| 4 |
"operation": "put_spatial",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
906245,
|
|
|
|
| 2 |
"task_id": 953,
|
| 3 |
"name": "put the muffin on the left side of the cup",
|
| 4 |
"operation": "put_spatial",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
906245,
|
render_request/attempts/task_966.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"task_id": 966,
|
| 3 |
"name": "put the eyeglasses case on the tissue box",
|
| 4 |
"operation": "put_on",
|
|
|
|
|
|
|
| 5 |
"n_required": 20,
|
| 6 |
"required_attempt_ids": [
|
| 7 |
875144,
|
|
|
|
| 2 |
"task_id": 966,
|
| 3 |
"name": "put the eyeglasses case on the tissue box",
|
| 4 |
"operation": "put_on",
|
| 5 |
+
"status": "active",
|
| 6 |
+
"note": "in the benchmark now",
|
| 7 |
"n_required": 20,
|
| 8 |
"required_attempt_ids": [
|
| 9 |
875144,
|
render_request/attempts/task_970.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 970,
|
| 3 |
+
"name": "rotate the eyeglasses case",
|
| 4 |
+
"operation": "rotate",
|
| 5 |
+
"status": "conditional",
|
| 6 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 7 |
+
"n_required": 20,
|
| 8 |
+
"required_attempt_ids": [
|
| 9 |
+
903821,
|
| 10 |
+
910383,
|
| 11 |
+
903330,
|
| 12 |
+
904251,
|
| 13 |
+
903560,
|
| 14 |
+
904158,
|
| 15 |
+
904004,
|
| 16 |
+
903798,
|
| 17 |
+
903596,
|
| 18 |
+
904000,
|
| 19 |
+
903172,
|
| 20 |
+
903175,
|
| 21 |
+
903176,
|
| 22 |
+
903179,
|
| 23 |
+
903211,
|
| 24 |
+
903272,
|
| 25 |
+
903280,
|
| 26 |
+
903292,
|
| 27 |
+
903294,
|
| 28 |
+
903319
|
| 29 |
+
],
|
| 30 |
+
"spare_attempt_ids": [
|
| 31 |
+
903348,
|
| 32 |
+
903364,
|
| 33 |
+
903433,
|
| 34 |
+
903462,
|
| 35 |
+
903616,
|
| 36 |
+
903687,
|
| 37 |
+
903707,
|
| 38 |
+
904030,
|
| 39 |
+
904250,
|
| 40 |
+
910473,
|
| 41 |
+
903470,
|
| 42 |
+
904056,
|
| 43 |
+
903900,
|
| 44 |
+
903632,
|
| 45 |
+
910449,
|
| 46 |
+
903913,
|
| 47 |
+
903412,
|
| 48 |
+
903187,
|
| 49 |
+
903229,
|
| 50 |
+
903234,
|
| 51 |
+
903246,
|
| 52 |
+
903312,
|
| 53 |
+
903314,
|
| 54 |
+
903320,
|
| 55 |
+
903326,
|
| 56 |
+
903383,
|
| 57 |
+
903529,
|
| 58 |
+
903537,
|
| 59 |
+
903571,
|
| 60 |
+
903617,
|
| 61 |
+
904179,
|
| 62 |
+
904330,
|
| 63 |
+
903987,
|
| 64 |
+
903726,
|
| 65 |
+
903826,
|
| 66 |
+
903166,
|
| 67 |
+
903174,
|
| 68 |
+
903184,
|
| 69 |
+
903196,
|
| 70 |
+
903207
|
| 71 |
+
],
|
| 72 |
+
"mean_reward_final": 0.8546
|
| 73 |
+
}
|
render_request/camera_rig.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"note": "MUST match stage1_5k_camera_fixed EXACTLY.
|
| 3 |
"embodiment": "franka (default)",
|
| 4 |
"camera_group": "camera_fixed",
|
| 5 |
"wrist": {
|
|
|
|
| 1 |
{
|
| 2 |
+
"note": "MUST match stage1_5k_camera_fixed EXACTLY.",
|
| 3 |
"embodiment": "franka (default)",
|
| 4 |
"camera_group": "camera_fixed",
|
| 5 |
"wrist": {
|
render_request/tasks.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"schema": "
|
| 3 |
"required_rig": {
|
| 4 |
-
"note": "MUST match stage1_5k_camera_fixed EXACTLY.
|
| 5 |
"embodiment": "franka (default)",
|
| 6 |
"camera_group": "camera_fixed",
|
| 7 |
"wrist": {
|
|
@@ -32,14 +32,49 @@
|
|
| 32 |
],
|
| 33 |
"fps": 15
|
| 34 |
},
|
| 35 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"demos_per_task": 20,
|
| 37 |
-
"total_required_episodes":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
"tasks": [
|
| 39 |
{
|
| 40 |
"task_id": 809,
|
| 41 |
"name": "separate the sandwich from the juice",
|
| 42 |
"operation": "separate",
|
|
|
|
|
|
|
| 43 |
"n_required": 20,
|
| 44 |
"required_attempt_ids": [
|
| 45 |
749148,
|
|
@@ -107,10 +142,85 @@
|
|
| 107 |
],
|
| 108 |
"mean_reward_final": 0.9229
|
| 109 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
{
|
| 111 |
"task_id": 811,
|
| 112 |
"name": "reach target pose",
|
| 113 |
"operation": "reach",
|
|
|
|
|
|
|
| 114 |
"n_required": 20,
|
| 115 |
"required_attempt_ids": [
|
| 116 |
1209973,
|
|
@@ -178,10 +288,85 @@
|
|
| 178 |
],
|
| 179 |
"mean_reward_final": 0.932
|
| 180 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
{
|
| 182 |
"task_id": 866,
|
| 183 |
"name": "rotate the computer mouse",
|
| 184 |
"operation": "rotate",
|
|
|
|
|
|
|
| 185 |
"n_required": 20,
|
| 186 |
"required_attempt_ids": [
|
| 187 |
809472,
|
|
@@ -253,6 +438,8 @@
|
|
| 253 |
"task_id": 868,
|
| 254 |
"name": "pick single rigid object",
|
| 255 |
"operation": "pick",
|
|
|
|
|
|
|
| 256 |
"n_required": 20,
|
| 257 |
"required_attempt_ids": [
|
| 258 |
1016743,
|
|
@@ -320,10 +507,85 @@
|
|
| 320 |
],
|
| 321 |
"mean_reward_final": 0.942
|
| 322 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
{
|
| 324 |
"task_id": 945,
|
| 325 |
"name": "put both the potato and the pepper in the bowl",
|
| 326 |
"operation": "put_into",
|
|
|
|
|
|
|
| 327 |
"n_required": 20,
|
| 328 |
"required_attempt_ids": [
|
| 329 |
891429,
|
|
@@ -395,6 +657,8 @@
|
|
| 395 |
"task_id": 953,
|
| 396 |
"name": "put the muffin on the left side of the cup",
|
| 397 |
"operation": "put_spatial",
|
|
|
|
|
|
|
| 398 |
"n_required": 20,
|
| 399 |
"required_attempt_ids": [
|
| 400 |
906245,
|
|
@@ -466,6 +730,8 @@
|
|
| 466 |
"task_id": 966,
|
| 467 |
"name": "put the eyeglasses case on the tissue box",
|
| 468 |
"operation": "put_on",
|
|
|
|
|
|
|
| 469 |
"n_required": 20,
|
| 470 |
"required_attempt_ids": [
|
| 471 |
875144,
|
|
@@ -533,10 +799,231 @@
|
|
| 533 |
],
|
| 534 |
"mean_reward_final": 0.9231
|
| 535 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
{
|
| 537 |
"task_id": 1426,
|
| 538 |
"name": "rearrange three items",
|
| 539 |
"operation": "rearrange",
|
|
|
|
|
|
|
| 540 |
"n_required": 20,
|
| 541 |
"required_attempt_ids": [
|
| 542 |
1436576,
|
|
@@ -604,10 +1091,158 @@
|
|
| 604 |
],
|
| 605 |
"mean_reward_final": 0.9132
|
| 606 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 607 |
{
|
| 608 |
"task_id": 1459,
|
| 609 |
"name": "fit lid onto container",
|
| 610 |
"operation": "insert",
|
|
|
|
|
|
|
| 611 |
"n_required": 20,
|
| 612 |
"required_attempt_ids": [
|
| 613 |
1409900,
|
|
@@ -675,10 +1310,64 @@
|
|
| 675 |
],
|
| 676 |
"mean_reward_final": 0.904
|
| 677 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 678 |
{
|
| 679 |
"task_id": 1889,
|
| 680 |
"name": "put the kiwi beside the banana",
|
| 681 |
"operation": "put_beside",
|
|
|
|
|
|
|
| 682 |
"n_required": 20,
|
| 683 |
"required_attempt_ids": [
|
| 684 |
1824118,
|
|
@@ -745,6 +1434,79 @@
|
|
| 745 |
1873613
|
| 746 |
],
|
| 747 |
"mean_reward_final": 0.917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 748 |
}
|
| 749 |
]
|
| 750 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"schema": "axis_heldout_render_request_v3",
|
| 3 |
"required_rig": {
|
| 4 |
+
"note": "MUST match stage1_5k_camera_fixed EXACTLY.",
|
| 5 |
"embodiment": "franka (default)",
|
| 6 |
"camera_group": "camera_fixed",
|
| 7 |
"wrist": {
|
|
|
|
| 32 |
],
|
| 33 |
"fps": 15
|
| 34 |
},
|
| 35 |
+
"pin_appearance": {
|
| 36 |
+
"table_material": "one, fixed across every demo and task",
|
| 37 |
+
"floor_background": "one, fixed",
|
| 38 |
+
"lighting": "one, fixed",
|
| 39 |
+
"object_materials": "fixed -- TextureModder recolours objects too",
|
| 40 |
+
"how": "disable TextureModder and LightingModder, or hold variant_seed constant",
|
| 41 |
+
"object_meshes": "already consistent -- no change needed",
|
| 42 |
+
"object_placement": "KEEP VARYING -- this is the axis the benchmark tests"
|
| 43 |
+
},
|
| 44 |
+
"n_tasks": 20,
|
| 45 |
"demos_per_task": 20,
|
| 46 |
+
"total_required_episodes": 400,
|
| 47 |
+
"active_now": [
|
| 48 |
+
809,
|
| 49 |
+
811,
|
| 50 |
+
866,
|
| 51 |
+
868,
|
| 52 |
+
945,
|
| 53 |
+
953,
|
| 54 |
+
966,
|
| 55 |
+
1426,
|
| 56 |
+
1459,
|
| 57 |
+
1889
|
| 58 |
+
],
|
| 59 |
+
"conditional": [
|
| 60 |
+
810,
|
| 61 |
+
815,
|
| 62 |
+
929,
|
| 63 |
+
970,
|
| 64 |
+
1046,
|
| 65 |
+
1252,
|
| 66 |
+
1427,
|
| 67 |
+
1458,
|
| 68 |
+
1746,
|
| 69 |
+
1891
|
| 70 |
+
],
|
| 71 |
"tasks": [
|
| 72 |
{
|
| 73 |
"task_id": 809,
|
| 74 |
"name": "separate the sandwich from the juice",
|
| 75 |
"operation": "separate",
|
| 76 |
+
"status": "active",
|
| 77 |
+
"note": "in the benchmark now",
|
| 78 |
"n_required": 20,
|
| 79 |
"required_attempt_ids": [
|
| 80 |
749148,
|
|
|
|
| 142 |
],
|
| 143 |
"mean_reward_final": 0.9229
|
| 144 |
},
|
| 145 |
+
{
|
| 146 |
+
"task_id": 810,
|
| 147 |
+
"name": "separate the sandwich from the napkin box",
|
| 148 |
+
"operation": "separate",
|
| 149 |
+
"status": "conditional",
|
| 150 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 151 |
+
"n_required": 20,
|
| 152 |
+
"required_attempt_ids": [
|
| 153 |
+
748251,
|
| 154 |
+
736843,
|
| 155 |
+
734497,
|
| 156 |
+
748768,
|
| 157 |
+
780008,
|
| 158 |
+
782452,
|
| 159 |
+
743682,
|
| 160 |
+
758022,
|
| 161 |
+
763001,
|
| 162 |
+
741371,
|
| 163 |
+
733539,
|
| 164 |
+
738298,
|
| 165 |
+
779373,
|
| 166 |
+
781848,
|
| 167 |
+
782204,
|
| 168 |
+
765379,
|
| 169 |
+
779771,
|
| 170 |
+
746760,
|
| 171 |
+
781279,
|
| 172 |
+
764113
|
| 173 |
+
],
|
| 174 |
+
"spare_attempt_ids": [
|
| 175 |
+
735457,
|
| 176 |
+
780765,
|
| 177 |
+
780673,
|
| 178 |
+
764441,
|
| 179 |
+
780430,
|
| 180 |
+
741219,
|
| 181 |
+
735329,
|
| 182 |
+
745557,
|
| 183 |
+
777140,
|
| 184 |
+
781254,
|
| 185 |
+
733149,
|
| 186 |
+
762372,
|
| 187 |
+
735880,
|
| 188 |
+
735716,
|
| 189 |
+
736284,
|
| 190 |
+
764470,
|
| 191 |
+
779998,
|
| 192 |
+
765318,
|
| 193 |
+
747896,
|
| 194 |
+
765245,
|
| 195 |
+
744034,
|
| 196 |
+
748198,
|
| 197 |
+
782763,
|
| 198 |
+
741574,
|
| 199 |
+
733256,
|
| 200 |
+
763286,
|
| 201 |
+
769271,
|
| 202 |
+
765628,
|
| 203 |
+
735530,
|
| 204 |
+
736968,
|
| 205 |
+
737392,
|
| 206 |
+
765681,
|
| 207 |
+
733818,
|
| 208 |
+
743332,
|
| 209 |
+
736595,
|
| 210 |
+
743858,
|
| 211 |
+
779162,
|
| 212 |
+
739257,
|
| 213 |
+
742943,
|
| 214 |
+
746490
|
| 215 |
+
],
|
| 216 |
+
"mean_reward_final": 0.922
|
| 217 |
+
},
|
| 218 |
{
|
| 219 |
"task_id": 811,
|
| 220 |
"name": "reach target pose",
|
| 221 |
"operation": "reach",
|
| 222 |
+
"status": "active",
|
| 223 |
+
"note": "in the benchmark now",
|
| 224 |
"n_required": 20,
|
| 225 |
"required_attempt_ids": [
|
| 226 |
1209973,
|
|
|
|
| 288 |
],
|
| 289 |
"mean_reward_final": 0.932
|
| 290 |
},
|
| 291 |
+
{
|
| 292 |
+
"task_id": 815,
|
| 293 |
+
"name": "place with orientation",
|
| 294 |
+
"operation": "place",
|
| 295 |
+
"status": "conditional",
|
| 296 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 297 |
+
"n_required": 20,
|
| 298 |
+
"required_attempt_ids": [
|
| 299 |
+
1193038,
|
| 300 |
+
1193210,
|
| 301 |
+
1193852,
|
| 302 |
+
1003354,
|
| 303 |
+
1193309,
|
| 304 |
+
1003077,
|
| 305 |
+
1002843,
|
| 306 |
+
1193315,
|
| 307 |
+
1003979,
|
| 308 |
+
1193183,
|
| 309 |
+
1004049,
|
| 310 |
+
1193420,
|
| 311 |
+
1003910,
|
| 312 |
+
1194204,
|
| 313 |
+
1196024,
|
| 314 |
+
1193128,
|
| 315 |
+
1002663,
|
| 316 |
+
1002316,
|
| 317 |
+
1004530,
|
| 318 |
+
1194150
|
| 319 |
+
],
|
| 320 |
+
"spare_attempt_ids": [
|
| 321 |
+
1194112,
|
| 322 |
+
1003791,
|
| 323 |
+
1196681,
|
| 324 |
+
1194170,
|
| 325 |
+
1193150,
|
| 326 |
+
1193895,
|
| 327 |
+
1002040,
|
| 328 |
+
1002397,
|
| 329 |
+
1002820,
|
| 330 |
+
1002870,
|
| 331 |
+
1002095,
|
| 332 |
+
1002358,
|
| 333 |
+
1004527,
|
| 334 |
+
1003153,
|
| 335 |
+
1002254,
|
| 336 |
+
1003999,
|
| 337 |
+
1004595,
|
| 338 |
+
1001865,
|
| 339 |
+
1001856,
|
| 340 |
+
1003658,
|
| 341 |
+
1003293,
|
| 342 |
+
1003970,
|
| 343 |
+
1003779,
|
| 344 |
+
1003339,
|
| 345 |
+
1002383,
|
| 346 |
+
1004079,
|
| 347 |
+
1004303,
|
| 348 |
+
1003932,
|
| 349 |
+
1002850,
|
| 350 |
+
1003221,
|
| 351 |
+
1004335,
|
| 352 |
+
1004570,
|
| 353 |
+
1002715,
|
| 354 |
+
1004312,
|
| 355 |
+
1004606,
|
| 356 |
+
1003106,
|
| 357 |
+
1002028,
|
| 358 |
+
1002410,
|
| 359 |
+
1002046,
|
| 360 |
+
1004567
|
| 361 |
+
],
|
| 362 |
+
"mean_reward_final": 0.9115
|
| 363 |
+
},
|
| 364 |
{
|
| 365 |
"task_id": 866,
|
| 366 |
"name": "rotate the computer mouse",
|
| 367 |
"operation": "rotate",
|
| 368 |
+
"status": "active",
|
| 369 |
+
"note": "in the benchmark now",
|
| 370 |
"n_required": 20,
|
| 371 |
"required_attempt_ids": [
|
| 372 |
809472,
|
|
|
|
| 438 |
"task_id": 868,
|
| 439 |
"name": "pick single rigid object",
|
| 440 |
"operation": "pick",
|
| 441 |
+
"status": "active",
|
| 442 |
+
"note": "in the benchmark now",
|
| 443 |
"n_required": 20,
|
| 444 |
"required_attempt_ids": [
|
| 445 |
1016743,
|
|
|
|
| 507 |
],
|
| 508 |
"mean_reward_final": 0.942
|
| 509 |
},
|
| 510 |
+
{
|
| 511 |
+
"task_id": 929,
|
| 512 |
+
"name": "put the tea cup on the left side of the tea pot",
|
| 513 |
+
"operation": "put_spatial",
|
| 514 |
+
"status": "conditional",
|
| 515 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 516 |
+
"n_required": 20,
|
| 517 |
+
"required_attempt_ids": [
|
| 518 |
+
866819,
|
| 519 |
+
870299,
|
| 520 |
+
865017,
|
| 521 |
+
866877,
|
| 522 |
+
865490,
|
| 523 |
+
866062,
|
| 524 |
+
866726,
|
| 525 |
+
870292,
|
| 526 |
+
866909,
|
| 527 |
+
865063,
|
| 528 |
+
870104,
|
| 529 |
+
870188,
|
| 530 |
+
866491,
|
| 531 |
+
870856,
|
| 532 |
+
865962,
|
| 533 |
+
865084,
|
| 534 |
+
865936,
|
| 535 |
+
865996,
|
| 536 |
+
865745,
|
| 537 |
+
869700
|
| 538 |
+
],
|
| 539 |
+
"spare_attempt_ids": [
|
| 540 |
+
865050,
|
| 541 |
+
870260,
|
| 542 |
+
865884,
|
| 543 |
+
870228,
|
| 544 |
+
866190,
|
| 545 |
+
866138,
|
| 546 |
+
866525,
|
| 547 |
+
864922,
|
| 548 |
+
866875,
|
| 549 |
+
870291,
|
| 550 |
+
865638,
|
| 551 |
+
865883,
|
| 552 |
+
865881,
|
| 553 |
+
865917,
|
| 554 |
+
866218,
|
| 555 |
+
866278,
|
| 556 |
+
866298,
|
| 557 |
+
866308,
|
| 558 |
+
866366,
|
| 559 |
+
866383,
|
| 560 |
+
866391,
|
| 561 |
+
866472,
|
| 562 |
+
866487,
|
| 563 |
+
866526,
|
| 564 |
+
866562,
|
| 565 |
+
866663,
|
| 566 |
+
866676,
|
| 567 |
+
866746,
|
| 568 |
+
866763,
|
| 569 |
+
866788,
|
| 570 |
+
866793,
|
| 571 |
+
866827,
|
| 572 |
+
870410,
|
| 573 |
+
865998,
|
| 574 |
+
866325,
|
| 575 |
+
865836,
|
| 576 |
+
871073,
|
| 577 |
+
865409,
|
| 578 |
+
866001,
|
| 579 |
+
866568
|
| 580 |
+
],
|
| 581 |
+
"mean_reward_final": 0.8942
|
| 582 |
+
},
|
| 583 |
{
|
| 584 |
"task_id": 945,
|
| 585 |
"name": "put both the potato and the pepper in the bowl",
|
| 586 |
"operation": "put_into",
|
| 587 |
+
"status": "active",
|
| 588 |
+
"note": "in the benchmark now",
|
| 589 |
"n_required": 20,
|
| 590 |
"required_attempt_ids": [
|
| 591 |
891429,
|
|
|
|
| 657 |
"task_id": 953,
|
| 658 |
"name": "put the muffin on the left side of the cup",
|
| 659 |
"operation": "put_spatial",
|
| 660 |
+
"status": "active",
|
| 661 |
+
"note": "in the benchmark now",
|
| 662 |
"n_required": 20,
|
| 663 |
"required_attempt_ids": [
|
| 664 |
906245,
|
|
|
|
| 730 |
"task_id": 966,
|
| 731 |
"name": "put the eyeglasses case on the tissue box",
|
| 732 |
"operation": "put_on",
|
| 733 |
+
"status": "active",
|
| 734 |
+
"note": "in the benchmark now",
|
| 735 |
"n_required": 20,
|
| 736 |
"required_attempt_ids": [
|
| 737 |
875144,
|
|
|
|
| 799 |
],
|
| 800 |
"mean_reward_final": 0.9231
|
| 801 |
},
|
| 802 |
+
{
|
| 803 |
+
"task_id": 970,
|
| 804 |
+
"name": "rotate the eyeglasses case",
|
| 805 |
+
"operation": "rotate",
|
| 806 |
+
"status": "conditional",
|
| 807 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 808 |
+
"n_required": 20,
|
| 809 |
+
"required_attempt_ids": [
|
| 810 |
+
903821,
|
| 811 |
+
910383,
|
| 812 |
+
903330,
|
| 813 |
+
904251,
|
| 814 |
+
903560,
|
| 815 |
+
904158,
|
| 816 |
+
904004,
|
| 817 |
+
903798,
|
| 818 |
+
903596,
|
| 819 |
+
904000,
|
| 820 |
+
903172,
|
| 821 |
+
903175,
|
| 822 |
+
903176,
|
| 823 |
+
903179,
|
| 824 |
+
903211,
|
| 825 |
+
903272,
|
| 826 |
+
903280,
|
| 827 |
+
903292,
|
| 828 |
+
903294,
|
| 829 |
+
903319
|
| 830 |
+
],
|
| 831 |
+
"spare_attempt_ids": [
|
| 832 |
+
903348,
|
| 833 |
+
903364,
|
| 834 |
+
903433,
|
| 835 |
+
903462,
|
| 836 |
+
903616,
|
| 837 |
+
903687,
|
| 838 |
+
903707,
|
| 839 |
+
904030,
|
| 840 |
+
904250,
|
| 841 |
+
910473,
|
| 842 |
+
903470,
|
| 843 |
+
904056,
|
| 844 |
+
903900,
|
| 845 |
+
903632,
|
| 846 |
+
910449,
|
| 847 |
+
903913,
|
| 848 |
+
903412,
|
| 849 |
+
903187,
|
| 850 |
+
903229,
|
| 851 |
+
903234,
|
| 852 |
+
903246,
|
| 853 |
+
903312,
|
| 854 |
+
903314,
|
| 855 |
+
903320,
|
| 856 |
+
903326,
|
| 857 |
+
903383,
|
| 858 |
+
903529,
|
| 859 |
+
903537,
|
| 860 |
+
903571,
|
| 861 |
+
903617,
|
| 862 |
+
904179,
|
| 863 |
+
904330,
|
| 864 |
+
903987,
|
| 865 |
+
903726,
|
| 866 |
+
903826,
|
| 867 |
+
903166,
|
| 868 |
+
903174,
|
| 869 |
+
903184,
|
| 870 |
+
903196,
|
| 871 |
+
903207
|
| 872 |
+
],
|
| 873 |
+
"mean_reward_final": 0.8546
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"task_id": 1046,
|
| 877 |
+
"name": "put the toy car into the basket",
|
| 878 |
+
"operation": "put_into",
|
| 879 |
+
"status": "conditional",
|
| 880 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 881 |
+
"n_required": 20,
|
| 882 |
+
"required_attempt_ids": [
|
| 883 |
+
1035460,
|
| 884 |
+
1035289,
|
| 885 |
+
1035341,
|
| 886 |
+
1036462,
|
| 887 |
+
1036471,
|
| 888 |
+
1036457,
|
| 889 |
+
1035263,
|
| 890 |
+
1036007,
|
| 891 |
+
1036208,
|
| 892 |
+
1036590,
|
| 893 |
+
1035128,
|
| 894 |
+
1036588,
|
| 895 |
+
1036707,
|
| 896 |
+
1035564,
|
| 897 |
+
1036346,
|
| 898 |
+
1036399,
|
| 899 |
+
1035241,
|
| 900 |
+
1035134,
|
| 901 |
+
1035240,
|
| 902 |
+
1035262
|
| 903 |
+
],
|
| 904 |
+
"spare_attempt_ids": [
|
| 905 |
+
1035375,
|
| 906 |
+
1035489,
|
| 907 |
+
1035567,
|
| 908 |
+
1035569,
|
| 909 |
+
1035592,
|
| 910 |
+
1035634,
|
| 911 |
+
1035666,
|
| 912 |
+
1035705,
|
| 913 |
+
1035715,
|
| 914 |
+
1035802,
|
| 915 |
+
1035808,
|
| 916 |
+
1035917,
|
| 917 |
+
1035959,
|
| 918 |
+
1035962,
|
| 919 |
+
1035967,
|
| 920 |
+
1035975,
|
| 921 |
+
1036040,
|
| 922 |
+
1036046,
|
| 923 |
+
1036050,
|
| 924 |
+
1036058,
|
| 925 |
+
1036080,
|
| 926 |
+
1036115,
|
| 927 |
+
1036124,
|
| 928 |
+
1036148,
|
| 929 |
+
1036149,
|
| 930 |
+
1036154,
|
| 931 |
+
1036159,
|
| 932 |
+
1036226,
|
| 933 |
+
1036240,
|
| 934 |
+
1036354,
|
| 935 |
+
1036356,
|
| 936 |
+
1036370,
|
| 937 |
+
1036416,
|
| 938 |
+
1036440,
|
| 939 |
+
1036489,
|
| 940 |
+
1036495,
|
| 941 |
+
1036498,
|
| 942 |
+
1036503,
|
| 943 |
+
1036570,
|
| 944 |
+
1036573
|
| 945 |
+
],
|
| 946 |
+
"mean_reward_final": 0.9018
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"task_id": 1252,
|
| 950 |
+
"name": "remove loose lid",
|
| 951 |
+
"operation": "remove",
|
| 952 |
+
"status": "conditional",
|
| 953 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 954 |
+
"n_required": 20,
|
| 955 |
+
"required_attempt_ids": [
|
| 956 |
+
1254466,
|
| 957 |
+
1263634,
|
| 958 |
+
1253896,
|
| 959 |
+
1456875,
|
| 960 |
+
1252502,
|
| 961 |
+
1456877,
|
| 962 |
+
1253402,
|
| 963 |
+
1268610,
|
| 964 |
+
1268592,
|
| 965 |
+
1263586,
|
| 966 |
+
1264027,
|
| 967 |
+
1268783,
|
| 968 |
+
1264973,
|
| 969 |
+
1253526,
|
| 970 |
+
1253693,
|
| 971 |
+
1252587,
|
| 972 |
+
1252681,
|
| 973 |
+
1268708,
|
| 974 |
+
1254713,
|
| 975 |
+
1268529
|
| 976 |
+
],
|
| 977 |
+
"spare_attempt_ids": [
|
| 978 |
+
1264895,
|
| 979 |
+
1264622,
|
| 980 |
+
1252629,
|
| 981 |
+
1254613,
|
| 982 |
+
1254205,
|
| 983 |
+
1253414,
|
| 984 |
+
1264618,
|
| 985 |
+
1252935,
|
| 986 |
+
1252890,
|
| 987 |
+
1254478,
|
| 988 |
+
1264940,
|
| 989 |
+
1254709,
|
| 990 |
+
1254248,
|
| 991 |
+
1268717,
|
| 992 |
+
1253689,
|
| 993 |
+
1252617,
|
| 994 |
+
1262863,
|
| 995 |
+
1264319,
|
| 996 |
+
1253255,
|
| 997 |
+
1254427,
|
| 998 |
+
1268502,
|
| 999 |
+
1268796,
|
| 1000 |
+
1253427,
|
| 1001 |
+
1253296,
|
| 1002 |
+
1254404,
|
| 1003 |
+
1254541,
|
| 1004 |
+
1268603,
|
| 1005 |
+
1253383,
|
| 1006 |
+
1268705,
|
| 1007 |
+
1254678,
|
| 1008 |
+
1254685,
|
| 1009 |
+
1268537,
|
| 1010 |
+
1254089,
|
| 1011 |
+
1268711,
|
| 1012 |
+
1252605,
|
| 1013 |
+
1268701,
|
| 1014 |
+
1254520,
|
| 1015 |
+
1252823,
|
| 1016 |
+
1253332,
|
| 1017 |
+
1254206
|
| 1018 |
+
],
|
| 1019 |
+
"mean_reward_final": 0.8896
|
| 1020 |
+
},
|
| 1021 |
{
|
| 1022 |
"task_id": 1426,
|
| 1023 |
"name": "rearrange three items",
|
| 1024 |
"operation": "rearrange",
|
| 1025 |
+
"status": "active",
|
| 1026 |
+
"note": "in the benchmark now",
|
| 1027 |
"n_required": 20,
|
| 1028 |
"required_attempt_ids": [
|
| 1029 |
1436576,
|
|
|
|
| 1091 |
],
|
| 1092 |
"mean_reward_final": 0.9132
|
| 1093 |
},
|
| 1094 |
+
{
|
| 1095 |
+
"task_id": 1427,
|
| 1096 |
+
"name": "rearrange three items 2",
|
| 1097 |
+
"operation": "rearrange",
|
| 1098 |
+
"status": "conditional",
|
| 1099 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 1100 |
+
"n_required": 20,
|
| 1101 |
+
"required_attempt_ids": [
|
| 1102 |
+
1439773,
|
| 1103 |
+
1427633,
|
| 1104 |
+
1427669,
|
| 1105 |
+
1427718,
|
| 1106 |
+
1427808,
|
| 1107 |
+
1427900,
|
| 1108 |
+
1427953,
|
| 1109 |
+
1428058,
|
| 1110 |
+
1428080,
|
| 1111 |
+
1428093,
|
| 1112 |
+
1428155,
|
| 1113 |
+
1428193,
|
| 1114 |
+
1428194,
|
| 1115 |
+
1428212,
|
| 1116 |
+
1428225,
|
| 1117 |
+
1428232,
|
| 1118 |
+
1428233,
|
| 1119 |
+
1428312,
|
| 1120 |
+
1428339,
|
| 1121 |
+
1428401
|
| 1122 |
+
],
|
| 1123 |
+
"spare_attempt_ids": [
|
| 1124 |
+
1428442,
|
| 1125 |
+
1428502,
|
| 1126 |
+
1428508,
|
| 1127 |
+
1442967,
|
| 1128 |
+
1442970,
|
| 1129 |
+
1444662,
|
| 1130 |
+
1445840,
|
| 1131 |
+
1452497,
|
| 1132 |
+
1452508,
|
| 1133 |
+
1452643,
|
| 1134 |
+
1438059,
|
| 1135 |
+
1428262,
|
| 1136 |
+
1438107,
|
| 1137 |
+
1439388,
|
| 1138 |
+
1438808,
|
| 1139 |
+
1439189,
|
| 1140 |
+
1427828,
|
| 1141 |
+
1427692,
|
| 1142 |
+
1427701,
|
| 1143 |
+
1427827,
|
| 1144 |
+
1427890,
|
| 1145 |
+
1427925,
|
| 1146 |
+
1427969,
|
| 1147 |
+
1428051,
|
| 1148 |
+
1428156,
|
| 1149 |
+
1428255,
|
| 1150 |
+
1428375,
|
| 1151 |
+
1443212,
|
| 1152 |
+
1443232,
|
| 1153 |
+
1444829,
|
| 1154 |
+
1445022,
|
| 1155 |
+
1452495,
|
| 1156 |
+
1427937,
|
| 1157 |
+
1439547,
|
| 1158 |
+
1438251,
|
| 1159 |
+
1453720,
|
| 1160 |
+
1427607,
|
| 1161 |
+
1427675,
|
| 1162 |
+
1427691,
|
| 1163 |
+
1427694
|
| 1164 |
+
],
|
| 1165 |
+
"mean_reward_final": 0.9097
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"task_id": 1458,
|
| 1169 |
+
"name": "insert utensil into holder",
|
| 1170 |
+
"operation": "insert",
|
| 1171 |
+
"status": "conditional",
|
| 1172 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 1173 |
+
"n_required": 20,
|
| 1174 |
+
"required_attempt_ids": [
|
| 1175 |
+
1327847,
|
| 1176 |
+
1333452,
|
| 1177 |
+
1320195,
|
| 1178 |
+
1317687,
|
| 1179 |
+
1331307,
|
| 1180 |
+
1327617,
|
| 1181 |
+
1330935,
|
| 1182 |
+
1333063,
|
| 1183 |
+
1323867,
|
| 1184 |
+
1330766,
|
| 1185 |
+
1324133,
|
| 1186 |
+
1330851,
|
| 1187 |
+
1318930,
|
| 1188 |
+
1332320,
|
| 1189 |
+
1320624,
|
| 1190 |
+
1333054,
|
| 1191 |
+
1332558,
|
| 1192 |
+
1318854,
|
| 1193 |
+
1331931,
|
| 1194 |
+
1321158
|
| 1195 |
+
],
|
| 1196 |
+
"spare_attempt_ids": [
|
| 1197 |
+
1331643,
|
| 1198 |
+
1320068,
|
| 1199 |
+
1323736,
|
| 1200 |
+
1323094,
|
| 1201 |
+
1324559,
|
| 1202 |
+
1333271,
|
| 1203 |
+
1333373,
|
| 1204 |
+
1332743,
|
| 1205 |
+
1332112,
|
| 1206 |
+
1331485,
|
| 1207 |
+
1323117,
|
| 1208 |
+
1320502,
|
| 1209 |
+
1329654,
|
| 1210 |
+
1330995,
|
| 1211 |
+
1332234,
|
| 1212 |
+
1320636,
|
| 1213 |
+
1318814,
|
| 1214 |
+
1332264,
|
| 1215 |
+
1333019,
|
| 1216 |
+
1330572,
|
| 1217 |
+
1331538,
|
| 1218 |
+
1330724,
|
| 1219 |
+
1332040,
|
| 1220 |
+
1332342,
|
| 1221 |
+
1321735,
|
| 1222 |
+
1325681,
|
| 1223 |
+
1331604,
|
| 1224 |
+
1322465,
|
| 1225 |
+
1331917,
|
| 1226 |
+
1331801,
|
| 1227 |
+
1319810,
|
| 1228 |
+
1318179,
|
| 1229 |
+
1318282,
|
| 1230 |
+
1327312,
|
| 1231 |
+
1319396,
|
| 1232 |
+
1331815,
|
| 1233 |
+
1331185,
|
| 1234 |
+
1332312,
|
| 1235 |
+
1332447,
|
| 1236 |
+
1333169
|
| 1237 |
+
],
|
| 1238 |
+
"mean_reward_final": 0.917
|
| 1239 |
+
},
|
| 1240 |
{
|
| 1241 |
"task_id": 1459,
|
| 1242 |
"name": "fit lid onto container",
|
| 1243 |
"operation": "insert",
|
| 1244 |
+
"status": "active",
|
| 1245 |
+
"note": "in the benchmark now",
|
| 1246 |
"n_required": 20,
|
| 1247 |
"required_attempt_ids": [
|
| 1248 |
1409900,
|
|
|
|
| 1310 |
],
|
| 1311 |
"mean_reward_final": 0.904
|
| 1312 |
},
|
| 1313 |
+
{
|
| 1314 |
+
"task_id": 1746,
|
| 1315 |
+
"name": "put the cube block on the poker",
|
| 1316 |
+
"operation": "put_on",
|
| 1317 |
+
"status": "conditional",
|
| 1318 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 1319 |
+
"n_required": 20,
|
| 1320 |
+
"required_attempt_ids": [
|
| 1321 |
+
1711581,
|
| 1322 |
+
1712975,
|
| 1323 |
+
1710654,
|
| 1324 |
+
1710746,
|
| 1325 |
+
1710748,
|
| 1326 |
+
1710795,
|
| 1327 |
+
1710704,
|
| 1328 |
+
1712599,
|
| 1329 |
+
1712744,
|
| 1330 |
+
1711880,
|
| 1331 |
+
1711324,
|
| 1332 |
+
1711136,
|
| 1333 |
+
1712990,
|
| 1334 |
+
1711878,
|
| 1335 |
+
1710960,
|
| 1336 |
+
1712273,
|
| 1337 |
+
1710705,
|
| 1338 |
+
1712106,
|
| 1339 |
+
1711405,
|
| 1340 |
+
1712590
|
| 1341 |
+
],
|
| 1342 |
+
"spare_attempt_ids": [
|
| 1343 |
+
1715468,
|
| 1344 |
+
1714213,
|
| 1345 |
+
1712988,
|
| 1346 |
+
1711485,
|
| 1347 |
+
1712631,
|
| 1348 |
+
1714249,
|
| 1349 |
+
1715859,
|
| 1350 |
+
1711116,
|
| 1351 |
+
1712928,
|
| 1352 |
+
1714788,
|
| 1353 |
+
1712999,
|
| 1354 |
+
1710753,
|
| 1355 |
+
1711298,
|
| 1356 |
+
1713229,
|
| 1357 |
+
1710952,
|
| 1358 |
+
1711597,
|
| 1359 |
+
1710793,
|
| 1360 |
+
1710672,
|
| 1361 |
+
1710715
|
| 1362 |
+
],
|
| 1363 |
+
"mean_reward_final": 0.914
|
| 1364 |
+
},
|
| 1365 |
{
|
| 1366 |
"task_id": 1889,
|
| 1367 |
"name": "put the kiwi beside the banana",
|
| 1368 |
"operation": "put_beside",
|
| 1369 |
+
"status": "active",
|
| 1370 |
+
"note": "in the benchmark now",
|
| 1371 |
"n_required": 20,
|
| 1372 |
"required_attempt_ids": [
|
| 1373 |
1824118,
|
|
|
|
| 1434 |
1873613
|
| 1435 |
],
|
| 1436 |
"mean_reward_final": 0.917
|
| 1437 |
+
},
|
| 1438 |
+
{
|
| 1439 |
+
"task_id": 1891,
|
| 1440 |
+
"name": "put the orange beside the banana",
|
| 1441 |
+
"operation": "put_beside",
|
| 1442 |
+
"status": "conditional",
|
| 1443 |
+
"note": "IN the stage1_5k pretraining data (contaminated); usable only if a future stage-1 run excludes the held-out set",
|
| 1444 |
+
"n_required": 20,
|
| 1445 |
+
"required_attempt_ids": [
|
| 1446 |
+
1822335,
|
| 1447 |
+
1824066,
|
| 1448 |
+
1825081,
|
| 1449 |
+
1824438,
|
| 1450 |
+
1824448,
|
| 1451 |
+
1822306,
|
| 1452 |
+
1824335,
|
| 1453 |
+
1850840,
|
| 1454 |
+
1827173,
|
| 1455 |
+
1898198,
|
| 1456 |
+
1824069,
|
| 1457 |
+
1828066,
|
| 1458 |
+
1825839,
|
| 1459 |
+
1849093,
|
| 1460 |
+
1824451,
|
| 1461 |
+
1822728,
|
| 1462 |
+
2064679,
|
| 1463 |
+
1827162,
|
| 1464 |
+
1848760,
|
| 1465 |
+
1824839
|
| 1466 |
+
],
|
| 1467 |
+
"spare_attempt_ids": [
|
| 1468 |
+
1823674,
|
| 1469 |
+
1961727,
|
| 1470 |
+
1828464,
|
| 1471 |
+
2015385,
|
| 1472 |
+
1828220,
|
| 1473 |
+
1822337,
|
| 1474 |
+
1822706,
|
| 1475 |
+
1827841,
|
| 1476 |
+
1877067,
|
| 1477 |
+
1949622,
|
| 1478 |
+
1824228,
|
| 1479 |
+
1890943,
|
| 1480 |
+
2017365,
|
| 1481 |
+
2017378,
|
| 1482 |
+
1827164,
|
| 1483 |
+
1807384,
|
| 1484 |
+
1822426,
|
| 1485 |
+
1822092,
|
| 1486 |
+
1824073,
|
| 1487 |
+
1961695,
|
| 1488 |
+
1824164,
|
| 1489 |
+
1827125,
|
| 1490 |
+
1949601,
|
| 1491 |
+
1914454,
|
| 1492 |
+
1826134,
|
| 1493 |
+
1822253,
|
| 1494 |
+
1824547,
|
| 1495 |
+
1989527,
|
| 1496 |
+
1823610,
|
| 1497 |
+
1989523,
|
| 1498 |
+
1827329,
|
| 1499 |
+
2063556,
|
| 1500 |
+
1822090,
|
| 1501 |
+
1949418,
|
| 1502 |
+
1825655,
|
| 1503 |
+
1949463,
|
| 1504 |
+
2015392,
|
| 1505 |
+
1949426,
|
| 1506 |
+
1949420,
|
| 1507 |
+
1900819
|
| 1508 |
+
],
|
| 1509 |
+
"mean_reward_final": 0.9076
|
| 1510 |
}
|
| 1511 |
]
|
| 1512 |
}
|