render request: 10 held-out tasks x 20 demos at the stage1_5k rig (read + upload here)
Browse files- render_request/README.md +101 -0
- render_request/attempts/all_attempts.csv +601 -0
- render_request/attempts/task_1426.json +71 -0
- render_request/attempts/task_1459.json +71 -0
- render_request/attempts/task_1889.json +71 -0
- render_request/attempts/task_809.json +71 -0
- render_request/attempts/task_811.json +71 -0
- render_request/attempts/task_866.json +71 -0
- render_request/attempts/task_868.json +71 -0
- render_request/attempts/task_945.json +71 -0
- render_request/attempts/task_953.json +71 -0
- render_request/attempts/task_966.json +71 -0
- render_request/camera_rig.json +32 -0
- render_request/tasks.json +750 -0
- render_request/uploads/README.md +4 -0
render_request/README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Render request — held-out benchmark, 10 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 200 existing demonstrations (10 tasks × 20 attempts) for the **default Franka**,
|
| 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
|
| 10 |
+
models pretrained on it — so a mismatch would give every evaluated model a train/eval viewpoint
|
| 11 |
+
gap rather than measuring the model.
|
| 12 |
+
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## 1. The camera rig — must match exactly
|
| 16 |
+
|
| 17 |
+
Verified identical across sampled tasks of `Franka-Datasets-v2-5k-LIBERO` and
|
| 18 |
+
`Franka-Datasets-v2-30k-LIBERO`. Machine-readable copy: [`camera_rig.json`](camera_rig.json).
|
| 19 |
+
|
| 20 |
+
| | value |
|
| 21 |
+
|---|---|
|
| 22 |
+
| embodiment | **franka** (default) |
|
| 23 |
+
| camera group | **`camera_fixed`** |
|
| 24 |
+
| wrist camera | mounted on the **end-effector body**, hand→camera translation **`[0.05, 0.0, 0.0]`**, quat **`[0, 0.707108, 0.707108, 0]`**, **fovy 75°** |
|
| 25 |
+
| third-person camera | `camera_to_world` translation **`[1.0086, 0.0, 1.1904]`** |
|
| 26 |
+
| resolution | **640 × 360** |
|
| 27 |
+
| fps | **15** |
|
| 28 |
+
|
| 29 |
+
**The wrist rig is the one that matters most.** The superseded batch had it at
|
| 30 |
+
`[-0.074, 0, 0.0292]` with fovy 51.9° — 12.7 cm away, on the opposite side of the hand, and 23°
|
| 31 |
+
narrower. If a render comes back at the old rig it is unusable, and the difference is invisible in
|
| 32 |
+
a single still frame: it only shows up in how the image moves.
|
| 33 |
+
|
| 34 |
+
A quick self-check after rendering one episode: compose the inverse end-effector pose with the
|
| 35 |
+
recorded `camera_to_world` and confirm the translation is `[0.05, 0, 0]` to 3 decimals, and that it
|
| 36 |
+
is constant across frames (it should be rigid — ours measures a per-element std of ~7e-08).
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## 2. What to render
|
| 41 |
+
|
| 42 |
+
| file | contents |
|
| 43 |
+
|---|---|
|
| 44 |
+
| [`tasks.json`](tasks.json) | all 10 tasks, required + spare attempt ids, the rig |
|
| 45 |
+
| [`attempts/task_<id>.json`](attempts) | one file per task |
|
| 46 |
+
| [`attempts/all_attempts.csv`](attempts/all_attempts.csv) | flat table — `task_id, task_name, operation, role, attempt_id, n_frames, reward_final` |
|
| 47 |
+
|
| 48 |
+
| task | operation | demos | description |
|
| 49 |
+
|---|---|---|---|
|
| 50 |
+
| 809 | separate | 20 | separate the sandwich from the juice |
|
| 51 |
+
| 811 | reach | 20 | reach target pose |
|
| 52 |
+
| 866 | rotate | 20 | rotate the computer mouse |
|
| 53 |
+
| 868 | pick | 20 | pick single rigid object |
|
| 54 |
+
| 945 | put_into | 20 | put both the potato and the pepper in the bowl |
|
| 55 |
+
| 953 | put_spatial | 20 | put the muffin on the left side of the cup |
|
| 56 |
+
| 966 | put_on | 20 | put the eyeglasses case on the tissue box |
|
| 57 |
+
| 1426 | rearrange | 20 | rearrange three items |
|
| 58 |
+
| 1459 | insert | 20 | fit lid onto container |
|
| 59 |
+
| 1889 | put_beside | 20 | put the kiwi beside the banana |
|
| 60 |
+
|
| 61 |
+
**`attempt_id` is the identity — please render exactly those.** They are not arbitrary: they were
|
| 62 |
+
selected as the highest-reward demonstrations available for each task, and they are the only ones
|
| 63 |
+
with verified trace and goal data. Episode indices are renumbered by every build, so please key
|
| 64 |
+
your output on `attempt_id`, not on episode order.
|
| 65 |
+
|
| 66 |
+
**`role = spare`** lists 40 further attempts per task, ranked. If a required attempt fails to
|
| 67 |
+
render, take the highest-ranked spare and say which you substituted — don't silently drop one, as
|
| 68 |
+
20 demos is the whole adaptation budget and a missing demo is 5% of it.
|
| 69 |
+
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
## 3. Where to upload
|
| 73 |
+
|
| 74 |
+
Please upload into `uploads/` in this same folder, one directory per task:
|
| 75 |
+
|
| 76 |
+
```
|
| 77 |
+
uploads/
|
| 78 |
+
task_809/
|
| 79 |
+
meta/ LeRobot v3.0 metadata
|
| 80 |
+
data/ parquet
|
| 81 |
+
videos/ observation.images.third_person/ and .wrist/
|
| 82 |
+
render_manifest.json attempt_id -> episode_index, per episode
|
| 83 |
+
task_811/
|
| 84 |
+
...
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
`render_manifest.json` is the important one — without an `attempt_id → episode_index` mapping we
|
| 88 |
+
have to recover the pairing by matching trajectories, which works but is slower and needs checking.
|
| 89 |
+
If your pipeline already emits `task_manifest.json` in the usual shape, that is perfect; please just
|
| 90 |
+
make sure `records[]` is populated (two tasks in the previous batch shipped with `records: []` while
|
| 91 |
+
having over a thousand episodes).
|
| 92 |
+
|
| 93 |
+
---
|
| 94 |
+
|
| 95 |
+
## 4. Anything else
|
| 96 |
+
|
| 97 |
+
If a task can't be rendered at this rig for a structural reason, please say which and why rather
|
| 98 |
+
than substituting a different rig — we'd rather run a 9-task benchmark than one with a mixed rig.
|
| 99 |
+
|
| 100 |
+
Questions on any of this are welcome before rendering starts; a wrong rig is expensive to discover
|
| 101 |
+
afterwards.
|
render_request/attempts/all_attempts.csv
ADDED
|
@@ -0,0 +1,601 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_id,task_name,operation,role,attempt_id,n_frames,reward_final
|
| 2 |
+
809,separate the sandwich from the juice,separate,required,749148,201,0.9343
|
| 3 |
+
809,separate the sandwich from the juice,separate,required,740082,171,0.9263
|
| 4 |
+
809,separate the sandwich from the juice,separate,required,746508,141,0.9259
|
| 5 |
+
809,separate the sandwich from the juice,separate,required,747842,426,0.9231
|
| 6 |
+
809,separate the sandwich from the juice,separate,required,764394,321,0.9231
|
| 7 |
+
809,separate the sandwich from the juice,separate,required,763178,462,0.9229
|
| 8 |
+
809,separate the sandwich from the juice,separate,required,741811,528,0.9227
|
| 9 |
+
809,separate the sandwich from the juice,separate,required,739675,510,0.9226
|
| 10 |
+
809,separate the sandwich from the juice,separate,required,764821,1395,0.9223
|
| 11 |
+
809,separate the sandwich from the juice,separate,required,763947,459,0.9223
|
| 12 |
+
809,separate the sandwich from the juice,separate,required,748696,147,0.9221
|
| 13 |
+
809,separate the sandwich from the juice,separate,required,740327,183,0.9214
|
| 14 |
+
809,separate the sandwich from the juice,separate,required,764863,225,0.9214
|
| 15 |
+
809,separate the sandwich from the juice,separate,required,764024,762,0.9213
|
| 16 |
+
809,separate the sandwich from the juice,separate,required,764540,279,0.9213
|
| 17 |
+
809,separate the sandwich from the juice,separate,required,765869,1038,0.9213
|
| 18 |
+
809,separate the sandwich from the juice,separate,required,748282,207,0.9211
|
| 19 |
+
809,separate the sandwich from the juice,separate,required,764780,450,0.921
|
| 20 |
+
809,separate the sandwich from the juice,separate,required,766647,156,0.9209
|
| 21 |
+
809,separate the sandwich from the juice,separate,required,748399,255,0.9208
|
| 22 |
+
809,separate the sandwich from the juice,separate,spare,743762,222,0.9202
|
| 23 |
+
809,separate the sandwich from the juice,separate,spare,762513,600,0.9201
|
| 24 |
+
809,separate the sandwich from the juice,separate,spare,747947,270,0.92
|
| 25 |
+
809,separate the sandwich from the juice,separate,spare,747225,300,0.92
|
| 26 |
+
809,separate the sandwich from the juice,separate,spare,747295,171,0.9199
|
| 27 |
+
809,separate the sandwich from the juice,separate,spare,766663,219,0.9198
|
| 28 |
+
809,separate the sandwich from the juice,separate,spare,749015,234,0.9197
|
| 29 |
+
809,separate the sandwich from the juice,separate,spare,746604,312,0.9194
|
| 30 |
+
809,separate the sandwich from the juice,separate,spare,762654,219,0.919
|
| 31 |
+
809,separate the sandwich from the juice,separate,spare,763223,171,0.919
|
| 32 |
+
809,separate the sandwich from the juice,separate,spare,743672,276,0.9189
|
| 33 |
+
809,separate the sandwich from the juice,separate,spare,749357,327,0.9188
|
| 34 |
+
809,separate the sandwich from the juice,separate,spare,742234,213,0.9188
|
| 35 |
+
809,separate the sandwich from the juice,separate,spare,749000,513,0.9188
|
| 36 |
+
809,separate the sandwich from the juice,separate,spare,739818,186,0.9183
|
| 37 |
+
809,separate the sandwich from the juice,separate,spare,766677,141,0.9182
|
| 38 |
+
809,separate the sandwich from the juice,separate,spare,748791,288,0.9182
|
| 39 |
+
809,separate the sandwich from the juice,separate,spare,743606,726,0.9182
|
| 40 |
+
809,separate the sandwich from the juice,separate,spare,743624,351,0.9179
|
| 41 |
+
809,separate the sandwich from the juice,separate,spare,740944,348,0.9178
|
| 42 |
+
809,separate the sandwich from the juice,separate,spare,745797,246,0.9178
|
| 43 |
+
809,separate the sandwich from the juice,separate,spare,766122,105,0.9177
|
| 44 |
+
809,separate the sandwich from the juice,separate,spare,743892,546,0.9176
|
| 45 |
+
809,separate the sandwich from the juice,separate,spare,765218,1617,0.9174
|
| 46 |
+
809,separate the sandwich from the juice,separate,spare,764601,1083,0.9173
|
| 47 |
+
809,separate the sandwich from the juice,separate,spare,762676,246,0.9172
|
| 48 |
+
809,separate the sandwich from the juice,separate,spare,763897,438,0.9172
|
| 49 |
+
809,separate the sandwich from the juice,separate,spare,764785,315,0.9168
|
| 50 |
+
809,separate the sandwich from the juice,separate,spare,765214,393,0.9168
|
| 51 |
+
809,separate the sandwich from the juice,separate,spare,739929,171,0.9168
|
| 52 |
+
809,separate the sandwich from the juice,separate,spare,766657,114,0.9167
|
| 53 |
+
809,separate the sandwich from the juice,separate,spare,744900,360,0.9167
|
| 54 |
+
809,separate the sandwich from the juice,separate,spare,746755,1086,0.9167
|
| 55 |
+
809,separate the sandwich from the juice,separate,spare,761855,189,0.9165
|
| 56 |
+
809,separate the sandwich from the juice,separate,spare,744037,180,0.9165
|
| 57 |
+
809,separate the sandwich from the juice,separate,spare,746434,240,0.9165
|
| 58 |
+
809,separate the sandwich from the juice,separate,spare,745720,1260,0.9162
|
| 59 |
+
809,separate the sandwich from the juice,separate,spare,745834,615,0.9161
|
| 60 |
+
809,separate the sandwich from the juice,separate,spare,764458,174,0.9161
|
| 61 |
+
809,separate the sandwich from the juice,separate,spare,742274,3651,0.916
|
| 62 |
+
811,reach target pose,reach,required,1209973,171,0.932
|
| 63 |
+
811,reach target pose,reach,required,1208980,93,0.932
|
| 64 |
+
811,reach target pose,reach,required,1210035,165,0.932
|
| 65 |
+
811,reach target pose,reach,required,1210131,114,0.932
|
| 66 |
+
811,reach target pose,reach,required,1209574,132,0.932
|
| 67 |
+
811,reach target pose,reach,required,1210244,141,0.932
|
| 68 |
+
811,reach target pose,reach,required,1210001,117,0.932
|
| 69 |
+
811,reach target pose,reach,required,1209675,81,0.932
|
| 70 |
+
811,reach target pose,reach,required,1209929,111,0.932
|
| 71 |
+
811,reach target pose,reach,required,1209785,75,0.932
|
| 72 |
+
811,reach target pose,reach,required,1210148,147,0.932
|
| 73 |
+
811,reach target pose,reach,required,1210121,117,0.932
|
| 74 |
+
811,reach target pose,reach,required,1210123,123,0.932
|
| 75 |
+
811,reach target pose,reach,required,1210174,93,0.932
|
| 76 |
+
811,reach target pose,reach,required,1209745,78,0.932
|
| 77 |
+
811,reach target pose,reach,required,1207961,84,0.932
|
| 78 |
+
811,reach target pose,reach,required,1210167,126,0.932
|
| 79 |
+
811,reach target pose,reach,required,1210204,111,0.932
|
| 80 |
+
811,reach target pose,reach,required,1210139,111,0.932
|
| 81 |
+
811,reach target pose,reach,required,1210182,114,0.932
|
| 82 |
+
811,reach target pose,reach,spare,1209964,117,0.932
|
| 83 |
+
811,reach target pose,reach,spare,1210180,102,0.932
|
| 84 |
+
811,reach target pose,reach,spare,1208083,81,0.932
|
| 85 |
+
811,reach target pose,reach,spare,1207846,84,0.932
|
| 86 |
+
811,reach target pose,reach,spare,1208211,90,0.932
|
| 87 |
+
811,reach target pose,reach,spare,1208406,138,0.932
|
| 88 |
+
811,reach target pose,reach,spare,1208102,84,0.932
|
| 89 |
+
811,reach target pose,reach,spare,1209576,132,0.932
|
| 90 |
+
811,reach target pose,reach,spare,1209300,180,0.932
|
| 91 |
+
811,reach target pose,reach,spare,1208038,87,0.932
|
| 92 |
+
811,reach target pose,reach,spare,1210162,132,0.932
|
| 93 |
+
811,reach target pose,reach,spare,1210154,123,0.932
|
| 94 |
+
811,reach target pose,reach,spare,1207935,96,0.932
|
| 95 |
+
811,reach target pose,reach,spare,1209210,114,0.932
|
| 96 |
+
811,reach target pose,reach,spare,1209434,120,0.932
|
| 97 |
+
811,reach target pose,reach,spare,1210203,117,0.932
|
| 98 |
+
811,reach target pose,reach,spare,1210223,126,0.932
|
| 99 |
+
811,reach target pose,reach,spare,1208362,300,0.932
|
| 100 |
+
811,reach target pose,reach,spare,1209179,117,0.932
|
| 101 |
+
811,reach target pose,reach,spare,1209621,132,0.932
|
| 102 |
+
811,reach target pose,reach,spare,1208112,93,0.932
|
| 103 |
+
811,reach target pose,reach,spare,1209408,120,0.932
|
| 104 |
+
811,reach target pose,reach,spare,1209591,99,0.932
|
| 105 |
+
811,reach target pose,reach,spare,1207942,90,0.932
|
| 106 |
+
811,reach target pose,reach,spare,1208641,96,0.932
|
| 107 |
+
811,reach target pose,reach,spare,1209673,117,0.932
|
| 108 |
+
811,reach target pose,reach,spare,1210137,108,0.932
|
| 109 |
+
811,reach target pose,reach,spare,1210124,108,0.932
|
| 110 |
+
811,reach target pose,reach,spare,1208374,114,0.932
|
| 111 |
+
811,reach target pose,reach,spare,1208107,90,0.932
|
| 112 |
+
811,reach target pose,reach,spare,1210099,108,0.932
|
| 113 |
+
811,reach target pose,reach,spare,1208359,108,0.932
|
| 114 |
+
811,reach target pose,reach,spare,1209448,111,0.932
|
| 115 |
+
811,reach target pose,reach,spare,1209317,129,0.932
|
| 116 |
+
811,reach target pose,reach,spare,1209659,126,0.932
|
| 117 |
+
811,reach target pose,reach,spare,1208063,105,0.932
|
| 118 |
+
811,reach target pose,reach,spare,1207990,93,0.932
|
| 119 |
+
811,reach target pose,reach,spare,1209571,117,0.932
|
| 120 |
+
811,reach target pose,reach,spare,1208787,297,0.932
|
| 121 |
+
811,reach target pose,reach,spare,1208131,105,0.932
|
| 122 |
+
866,rotate the computer mouse,rotate,required,809472,411,0.921
|
| 123 |
+
866,rotate the computer mouse,rotate,required,808615,492,0.917
|
| 124 |
+
866,rotate the computer mouse,rotate,required,855218,696,0.9167
|
| 125 |
+
866,rotate the computer mouse,rotate,required,807106,354,0.9133
|
| 126 |
+
866,rotate the computer mouse,rotate,required,809660,363,0.9115
|
| 127 |
+
866,rotate the computer mouse,rotate,required,812299,243,0.9103
|
| 128 |
+
866,rotate the computer mouse,rotate,required,812459,567,0.9074
|
| 129 |
+
866,rotate the computer mouse,rotate,required,855918,207,0.9029
|
| 130 |
+
866,rotate the computer mouse,rotate,required,813012,726,0.9026
|
| 131 |
+
866,rotate the computer mouse,rotate,required,811845,264,0.9013
|
| 132 |
+
866,rotate the computer mouse,rotate,required,806848,543,0.8993
|
| 133 |
+
866,rotate the computer mouse,rotate,required,807423,270,0.8987
|
| 134 |
+
866,rotate the computer mouse,rotate,required,807614,330,0.8981
|
| 135 |
+
866,rotate the computer mouse,rotate,required,813143,174,0.8963
|
| 136 |
+
866,rotate the computer mouse,rotate,required,810211,318,0.8955
|
| 137 |
+
866,rotate the computer mouse,rotate,required,809662,225,0.8936
|
| 138 |
+
866,rotate the computer mouse,rotate,required,813032,264,0.8933
|
| 139 |
+
866,rotate the computer mouse,rotate,required,857716,135,0.893
|
| 140 |
+
866,rotate the computer mouse,rotate,required,809123,192,0.8926
|
| 141 |
+
866,rotate the computer mouse,rotate,required,809639,663,0.8924
|
| 142 |
+
866,rotate the computer mouse,rotate,spare,813144,984,0.8906
|
| 143 |
+
866,rotate the computer mouse,rotate,spare,812099,471,0.8897
|
| 144 |
+
866,rotate the computer mouse,rotate,spare,809544,501,0.8877
|
| 145 |
+
866,rotate the computer mouse,rotate,spare,812598,225,0.8865
|
| 146 |
+
866,rotate the computer mouse,rotate,spare,857763,177,0.8853
|
| 147 |
+
866,rotate the computer mouse,rotate,spare,806188,528,0.8843
|
| 148 |
+
866,rotate the computer mouse,rotate,spare,811300,474,0.8842
|
| 149 |
+
866,rotate the computer mouse,rotate,spare,812949,249,0.8831
|
| 150 |
+
866,rotate the computer mouse,rotate,spare,857261,216,0.8826
|
| 151 |
+
866,rotate the computer mouse,rotate,spare,813025,333,0.8825
|
| 152 |
+
866,rotate the computer mouse,rotate,spare,808995,246,0.8823
|
| 153 |
+
866,rotate the computer mouse,rotate,spare,855930,132,0.882
|
| 154 |
+
866,rotate the computer mouse,rotate,spare,811616,453,0.8818
|
| 155 |
+
866,rotate the computer mouse,rotate,spare,812902,255,0.8808
|
| 156 |
+
866,rotate the computer mouse,rotate,spare,811509,735,0.8805
|
| 157 |
+
866,rotate the computer mouse,rotate,spare,807801,336,0.8805
|
| 158 |
+
866,rotate the computer mouse,rotate,spare,808155,210,0.88
|
| 159 |
+
866,rotate the computer mouse,rotate,spare,805925,648,0.88
|
| 160 |
+
866,rotate the computer mouse,rotate,spare,813164,174,0.8798
|
| 161 |
+
866,rotate the computer mouse,rotate,spare,809609,351,0.8795
|
| 162 |
+
866,rotate the computer mouse,rotate,spare,812137,531,0.8794
|
| 163 |
+
866,rotate the computer mouse,rotate,spare,812116,294,0.8788
|
| 164 |
+
866,rotate the computer mouse,rotate,spare,808093,141,0.8788
|
| 165 |
+
866,rotate the computer mouse,rotate,spare,811566,510,0.8783
|
| 166 |
+
866,rotate the computer mouse,rotate,spare,808592,291,0.878
|
| 167 |
+
866,rotate the computer mouse,rotate,spare,807657,249,0.8779
|
| 168 |
+
866,rotate the computer mouse,rotate,spare,857757,258,0.8778
|
| 169 |
+
866,rotate the computer mouse,rotate,spare,812846,168,0.8775
|
| 170 |
+
866,rotate the computer mouse,rotate,spare,807658,216,0.877
|
| 171 |
+
866,rotate the computer mouse,rotate,spare,809584,243,0.8764
|
| 172 |
+
866,rotate the computer mouse,rotate,spare,812862,303,0.8763
|
| 173 |
+
866,rotate the computer mouse,rotate,spare,808179,195,0.8759
|
| 174 |
+
866,rotate the computer mouse,rotate,spare,812816,225,0.8753
|
| 175 |
+
866,rotate the computer mouse,rotate,spare,856094,405,0.8751
|
| 176 |
+
866,rotate the computer mouse,rotate,spare,806079,270,0.8751
|
| 177 |
+
866,rotate the computer mouse,rotate,spare,811364,912,0.8733
|
| 178 |
+
866,rotate the computer mouse,rotate,spare,856087,192,0.8731
|
| 179 |
+
866,rotate the computer mouse,rotate,spare,857255,1029,0.8729
|
| 180 |
+
866,rotate the computer mouse,rotate,spare,810853,318,0.8726
|
| 181 |
+
866,rotate the computer mouse,rotate,spare,811262,264,0.8721
|
| 182 |
+
868,pick single rigid object,pick,required,1016743,114,0.9432
|
| 183 |
+
868,pick single rigid object,pick,required,1016442,438,0.9432
|
| 184 |
+
868,pick single rigid object,pick,required,1016825,174,0.9432
|
| 185 |
+
868,pick single rigid object,pick,required,1013500,192,0.9431
|
| 186 |
+
868,pick single rigid object,pick,required,1011310,156,0.9431
|
| 187 |
+
868,pick single rigid object,pick,required,1015693,195,0.9431
|
| 188 |
+
868,pick single rigid object,pick,required,1014932,126,0.9424
|
| 189 |
+
868,pick single rigid object,pick,required,1015438,171,0.9424
|
| 190 |
+
868,pick single rigid object,pick,required,1016468,189,0.9419
|
| 191 |
+
868,pick single rigid object,pick,required,1016833,132,0.9417
|
| 192 |
+
868,pick single rigid object,pick,required,1016167,138,0.9416
|
| 193 |
+
868,pick single rigid object,pick,required,1015775,177,0.9416
|
| 194 |
+
868,pick single rigid object,pick,required,1013928,117,0.9415
|
| 195 |
+
868,pick single rigid object,pick,required,1016548,102,0.9414
|
| 196 |
+
868,pick single rigid object,pick,required,1014105,159,0.9413
|
| 197 |
+
868,pick single rigid object,pick,required,1016664,174,0.9413
|
| 198 |
+
868,pick single rigid object,pick,required,1016663,165,0.9412
|
| 199 |
+
868,pick single rigid object,pick,required,1016209,105,0.9412
|
| 200 |
+
868,pick single rigid object,pick,required,1016806,138,0.9411
|
| 201 |
+
868,pick single rigid object,pick,required,1016542,108,0.941
|
| 202 |
+
868,pick single rigid object,pick,spare,1016121,372,0.941
|
| 203 |
+
868,pick single rigid object,pick,spare,1016885,462,0.9408
|
| 204 |
+
868,pick single rigid object,pick,spare,1016333,102,0.9408
|
| 205 |
+
868,pick single rigid object,pick,spare,1016723,135,0.9408
|
| 206 |
+
868,pick single rigid object,pick,spare,1016886,162,0.9407
|
| 207 |
+
868,pick single rigid object,pick,spare,1016697,147,0.9407
|
| 208 |
+
868,pick single rigid object,pick,spare,1010913,507,0.9407
|
| 209 |
+
868,pick single rigid object,pick,spare,1011183,507,0.9407
|
| 210 |
+
868,pick single rigid object,pick,spare,1016707,294,0.9406
|
| 211 |
+
868,pick single rigid object,pick,spare,1014762,183,0.9406
|
| 212 |
+
868,pick single rigid object,pick,spare,1015752,210,0.9406
|
| 213 |
+
868,pick single rigid object,pick,spare,1016770,216,0.9405
|
| 214 |
+
868,pick single rigid object,pick,spare,1010910,195,0.9405
|
| 215 |
+
868,pick single rigid object,pick,spare,1014366,270,0.9405
|
| 216 |
+
868,pick single rigid object,pick,spare,1014841,237,0.9405
|
| 217 |
+
868,pick single rigid object,pick,spare,1015964,141,0.9404
|
| 218 |
+
868,pick single rigid object,pick,spare,1016690,357,0.9404
|
| 219 |
+
868,pick single rigid object,pick,spare,1015963,303,0.9403
|
| 220 |
+
868,pick single rigid object,pick,spare,1011217,507,0.9403
|
| 221 |
+
868,pick single rigid object,pick,spare,1015658,180,0.9402
|
| 222 |
+
868,pick single rigid object,pick,spare,1016720,171,0.9401
|
| 223 |
+
868,pick single rigid object,pick,spare,1016683,138,0.9398
|
| 224 |
+
868,pick single rigid object,pick,spare,1016714,147,0.9396
|
| 225 |
+
868,pick single rigid object,pick,spare,1016771,153,0.9396
|
| 226 |
+
868,pick single rigid object,pick,spare,1015755,156,0.9396
|
| 227 |
+
868,pick single rigid object,pick,spare,1016651,270,0.9396
|
| 228 |
+
868,pick single rigid object,pick,spare,1016615,129,0.9395
|
| 229 |
+
868,pick single rigid object,pick,spare,1016122,114,0.9395
|
| 230 |
+
868,pick single rigid object,pick,spare,1010937,105,0.9394
|
| 231 |
+
868,pick single rigid object,pick,spare,1016625,177,0.9394
|
| 232 |
+
868,pick single rigid object,pick,spare,1014586,105,0.9393
|
| 233 |
+
868,pick single rigid object,pick,spare,1014033,204,0.9392
|
| 234 |
+
868,pick single rigid object,pick,spare,1016686,150,0.9392
|
| 235 |
+
868,pick single rigid object,pick,spare,1015302,363,0.9392
|
| 236 |
+
868,pick single rigid object,pick,spare,1016855,297,0.9391
|
| 237 |
+
868,pick single rigid object,pick,spare,1015280,171,0.939
|
| 238 |
+
868,pick single rigid object,pick,spare,1016680,174,0.9388
|
| 239 |
+
868,pick single rigid object,pick,spare,1016229,162,0.9387
|
| 240 |
+
868,pick single rigid object,pick,spare,1016458,96,0.9387
|
| 241 |
+
868,pick single rigid object,pick,spare,1016329,117,0.9386
|
| 242 |
+
945,put both the potato and the pepper in the bowl,put_into,required,891429,642,0.9233
|
| 243 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883435,564,0.922
|
| 244 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883448,573,0.922
|
| 245 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883466,567,0.922
|
| 246 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883606,573,0.922
|
| 247 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883649,576,0.922
|
| 248 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883683,558,0.922
|
| 249 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883725,561,0.922
|
| 250 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883792,558,0.922
|
| 251 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883819,564,0.922
|
| 252 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883909,558,0.922
|
| 253 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883927,576,0.922
|
| 254 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883932,558,0.922
|
| 255 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883951,564,0.922
|
| 256 |
+
945,put both the potato and the pepper in the bowl,put_into,required,883999,567,0.922
|
| 257 |
+
945,put both the potato and the pepper in the bowl,put_into,required,884028,570,0.922
|
| 258 |
+
945,put both the potato and the pepper in the bowl,put_into,required,884035,564,0.922
|
| 259 |
+
945,put both the potato and the pepper in the bowl,put_into,required,884076,564,0.922
|
| 260 |
+
945,put both the potato and the pepper in the bowl,put_into,required,884080,558,0.922
|
| 261 |
+
945,put both the potato and the pepper in the bowl,put_into,required,884102,561,0.922
|
| 262 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884150,576,0.922
|
| 263 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884304,555,0.922
|
| 264 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884328,573,0.922
|
| 265 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884340,564,0.922
|
| 266 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884426,558,0.922
|
| 267 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884675,558,0.922
|
| 268 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884695,561,0.922
|
| 269 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,889552,561,0.922
|
| 270 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,894128,786,0.92
|
| 271 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883414,774,0.9198
|
| 272 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883442,765,0.9198
|
| 273 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883449,771,0.9198
|
| 274 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883454,774,0.9198
|
| 275 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883459,774,0.9198
|
| 276 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883498,786,0.9198
|
| 277 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883524,783,0.9198
|
| 278 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883548,768,0.9198
|
| 279 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883555,792,0.9198
|
| 280 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883583,765,0.9198
|
| 281 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883595,792,0.9198
|
| 282 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883667,777,0.9198
|
| 283 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883755,783,0.9198
|
| 284 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883757,780,0.9198
|
| 285 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883795,774,0.9198
|
| 286 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883803,777,0.9198
|
| 287 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883850,774,0.9198
|
| 288 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883890,765,0.9198
|
| 289 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883921,774,0.9198
|
| 290 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883958,792,0.9198
|
| 291 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883967,774,0.9198
|
| 292 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883968,774,0.9198
|
| 293 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883971,786,0.9198
|
| 294 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883992,786,0.9198
|
| 295 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,883997,777,0.9198
|
| 296 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884001,789,0.9198
|
| 297 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884016,768,0.9198
|
| 298 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884026,777,0.9198
|
| 299 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884094,780,0.9198
|
| 300 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884133,765,0.9198
|
| 301 |
+
945,put both the potato and the pepper in the bowl,put_into,spare,884159,789,0.9198
|
| 302 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906245,252,0.9199
|
| 303 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910564,216,0.9189
|
| 304 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910340,282,0.9182
|
| 305 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906819,270,0.9176
|
| 306 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910481,210,0.9167
|
| 307 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906628,438,0.9166
|
| 308 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910489,279,0.916
|
| 309 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910376,252,0.9155
|
| 310 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910482,228,0.9154
|
| 311 |
+
953,put the muffin on the left side of the cup,put_spatial,required,907124,498,0.9153
|
| 312 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910525,492,0.915
|
| 313 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906179,294,0.9138
|
| 314 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910595,267,0.9137
|
| 315 |
+
953,put the muffin on the left side of the cup,put_spatial,required,907107,237,0.9137
|
| 316 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910559,780,0.9135
|
| 317 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910614,1152,0.9129
|
| 318 |
+
953,put the muffin on the left side of the cup,put_spatial,required,910516,435,0.9126
|
| 319 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906924,402,0.9125
|
| 320 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906650,246,0.9125
|
| 321 |
+
953,put the muffin on the left side of the cup,put_spatial,required,906061,300,0.9122
|
| 322 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906081,300,0.9122
|
| 323 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906097,300,0.9122
|
| 324 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906109,297,0.9122
|
| 325 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906117,300,0.9122
|
| 326 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906128,294,0.9122
|
| 327 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906140,297,0.9122
|
| 328 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906174,294,0.9122
|
| 329 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906175,300,0.9122
|
| 330 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906180,303,0.9122
|
| 331 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906205,297,0.9122
|
| 332 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906236,303,0.9122
|
| 333 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906239,297,0.9122
|
| 334 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906248,303,0.9122
|
| 335 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906254,294,0.9122
|
| 336 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906260,300,0.9122
|
| 337 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906263,297,0.9122
|
| 338 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906272,294,0.9122
|
| 339 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906286,303,0.9122
|
| 340 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906287,300,0.9122
|
| 341 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906298,297,0.9122
|
| 342 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906345,300,0.9122
|
| 343 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906346,294,0.9122
|
| 344 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906348,297,0.9122
|
| 345 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906349,297,0.9122
|
| 346 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906351,300,0.9122
|
| 347 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906381,294,0.9122
|
| 348 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906390,297,0.9122
|
| 349 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906391,297,0.9122
|
| 350 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906393,300,0.9122
|
| 351 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906401,303,0.9122
|
| 352 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906407,300,0.9122
|
| 353 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906409,297,0.9122
|
| 354 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906411,303,0.9122
|
| 355 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906416,303,0.9122
|
| 356 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906439,297,0.9122
|
| 357 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906466,300,0.9122
|
| 358 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906479,297,0.9122
|
| 359 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906483,294,0.9122
|
| 360 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906485,300,0.9122
|
| 361 |
+
953,put the muffin on the left side of the cup,put_spatial,spare,906490,300,0.9122
|
| 362 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875144,462,0.9244
|
| 363 |
+
966,put the eyeglasses case on the tissue box,put_on,required,876039,780,0.9242
|
| 364 |
+
966,put the eyeglasses case on the tissue box,put_on,required,889619,264,0.9242
|
| 365 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875569,258,0.9241
|
| 366 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875407,279,0.9239
|
| 367 |
+
966,put the eyeglasses case on the tissue box,put_on,required,874705,348,0.9239
|
| 368 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875873,225,0.9234
|
| 369 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875030,246,0.9232
|
| 370 |
+
966,put the eyeglasses case on the tissue box,put_on,required,876016,228,0.9231
|
| 371 |
+
966,put the eyeglasses case on the tissue box,put_on,required,874409,222,0.923
|
| 372 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875111,339,0.9229
|
| 373 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875534,243,0.9229
|
| 374 |
+
966,put the eyeglasses case on the tissue box,put_on,required,876088,222,0.9229
|
| 375 |
+
966,put the eyeglasses case on the tissue box,put_on,required,874686,297,0.9223
|
| 376 |
+
966,put the eyeglasses case on the tissue box,put_on,required,874720,297,0.9223
|
| 377 |
+
966,put the eyeglasses case on the tissue box,put_on,required,874990,297,0.9223
|
| 378 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875018,297,0.9223
|
| 379 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875035,291,0.9223
|
| 380 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875052,291,0.9223
|
| 381 |
+
966,put the eyeglasses case on the tissue box,put_on,required,875188,291,0.9223
|
| 382 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875233,297,0.9223
|
| 383 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875252,291,0.9223
|
| 384 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875306,300,0.9223
|
| 385 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875317,294,0.9223
|
| 386 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875410,294,0.9223
|
| 387 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875415,291,0.9223
|
| 388 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875485,300,0.9223
|
| 389 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875501,300,0.9223
|
| 390 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875628,291,0.9223
|
| 391 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875662,300,0.9223
|
| 392 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875667,306,0.9223
|
| 393 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875675,300,0.9223
|
| 394 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875750,294,0.9223
|
| 395 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875763,291,0.9223
|
| 396 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875819,294,0.9223
|
| 397 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875828,300,0.9223
|
| 398 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875838,300,0.9223
|
| 399 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875901,294,0.9223
|
| 400 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875952,291,0.9223
|
| 401 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875965,294,0.9223
|
| 402 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875967,294,0.9223
|
| 403 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,876037,291,0.9223
|
| 404 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,876113,297,0.9223
|
| 405 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,876145,294,0.9223
|
| 406 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,876175,291,0.9223
|
| 407 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,883740,294,0.9223
|
| 408 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,883749,291,0.9223
|
| 409 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874685,462,0.9223
|
| 410 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874829,300,0.9223
|
| 411 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874745,297,0.9223
|
| 412 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874858,246,0.9222
|
| 413 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875353,186,0.9221
|
| 414 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875659,216,0.922
|
| 415 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875499,390,0.9219
|
| 416 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875180,330,0.9219
|
| 417 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874691,186,0.9216
|
| 418 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874499,306,0.9216
|
| 419 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874404,255,0.9215
|
| 420 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,875555,189,0.9215
|
| 421 |
+
966,put the eyeglasses case on the tissue box,put_on,spare,874593,1431,0.9214
|
| 422 |
+
1426,rearrange three items,rearrange,required,1436576,384,0.9158
|
| 423 |
+
1426,rearrange three items,rearrange,required,1421805,606,0.915
|
| 424 |
+
1426,rearrange three items,rearrange,required,1426559,513,0.9146
|
| 425 |
+
1426,rearrange three items,rearrange,required,1427706,474,0.9144
|
| 426 |
+
1426,rearrange three items,rearrange,required,1421834,525,0.9141
|
| 427 |
+
1426,rearrange three items,rearrange,required,1423660,585,0.9131
|
| 428 |
+
1426,rearrange three items,rearrange,required,1436577,519,0.9131
|
| 429 |
+
1426,rearrange three items,rearrange,required,1436488,1371,0.9128
|
| 430 |
+
1426,rearrange three items,rearrange,required,1426891,618,0.9127
|
| 431 |
+
1426,rearrange three items,rearrange,required,1422706,615,0.9126
|
| 432 |
+
1426,rearrange three items,rearrange,required,1422844,597,0.9126
|
| 433 |
+
1426,rearrange three items,rearrange,required,1422910,615,0.9126
|
| 434 |
+
1426,rearrange three items,rearrange,required,1423098,612,0.9126
|
| 435 |
+
1426,rearrange three items,rearrange,required,1423115,618,0.9126
|
| 436 |
+
1426,rearrange three items,rearrange,required,1423189,603,0.9126
|
| 437 |
+
1426,rearrange three items,rearrange,required,1423244,609,0.9126
|
| 438 |
+
1426,rearrange three items,rearrange,required,1423451,597,0.9126
|
| 439 |
+
1426,rearrange three items,rearrange,required,1423691,606,0.9126
|
| 440 |
+
1426,rearrange three items,rearrange,required,1423818,615,0.9126
|
| 441 |
+
1426,rearrange three items,rearrange,required,1423898,600,0.9126
|
| 442 |
+
1426,rearrange three items,rearrange,spare,1423926,603,0.9126
|
| 443 |
+
1426,rearrange three items,rearrange,spare,1424371,603,0.9126
|
| 444 |
+
1426,rearrange three items,rearrange,spare,1424447,603,0.9126
|
| 445 |
+
1426,rearrange three items,rearrange,spare,1424857,606,0.9126
|
| 446 |
+
1426,rearrange three items,rearrange,spare,1424911,609,0.9126
|
| 447 |
+
1426,rearrange three items,rearrange,spare,1425055,597,0.9126
|
| 448 |
+
1426,rearrange three items,rearrange,spare,1425121,618,0.9126
|
| 449 |
+
1426,rearrange three items,rearrange,spare,1425151,609,0.9126
|
| 450 |
+
1426,rearrange three items,rearrange,spare,1425374,615,0.9126
|
| 451 |
+
1426,rearrange three items,rearrange,spare,1425579,603,0.9126
|
| 452 |
+
1426,rearrange three items,rearrange,spare,1425694,603,0.9126
|
| 453 |
+
1426,rearrange three items,rearrange,spare,1425719,618,0.9126
|
| 454 |
+
1426,rearrange three items,rearrange,spare,1425854,609,0.9126
|
| 455 |
+
1426,rearrange three items,rearrange,spare,1425888,615,0.9126
|
| 456 |
+
1426,rearrange three items,rearrange,spare,1425889,615,0.9126
|
| 457 |
+
1426,rearrange three items,rearrange,spare,1425934,609,0.9126
|
| 458 |
+
1426,rearrange three items,rearrange,spare,1425936,603,0.9126
|
| 459 |
+
1426,rearrange three items,rearrange,spare,1426010,618,0.9126
|
| 460 |
+
1426,rearrange three items,rearrange,spare,1426022,615,0.9126
|
| 461 |
+
1426,rearrange three items,rearrange,spare,1426036,612,0.9126
|
| 462 |
+
1426,rearrange three items,rearrange,spare,1426126,600,0.9126
|
| 463 |
+
1426,rearrange three items,rearrange,spare,1426213,600,0.9126
|
| 464 |
+
1426,rearrange three items,rearrange,spare,1426290,618,0.9126
|
| 465 |
+
1426,rearrange three items,rearrange,spare,1426327,606,0.9126
|
| 466 |
+
1426,rearrange three items,rearrange,spare,1426342,600,0.9126
|
| 467 |
+
1426,rearrange three items,rearrange,spare,1426456,612,0.9126
|
| 468 |
+
1426,rearrange three items,rearrange,spare,1426504,612,0.9126
|
| 469 |
+
1426,rearrange three items,rearrange,spare,1426528,603,0.9126
|
| 470 |
+
1426,rearrange three items,rearrange,spare,1426628,612,0.9126
|
| 471 |
+
1426,rearrange three items,rearrange,spare,1426717,615,0.9126
|
| 472 |
+
1426,rearrange three items,rearrange,spare,1426740,609,0.9126
|
| 473 |
+
1426,rearrange three items,rearrange,spare,1426751,606,0.9126
|
| 474 |
+
1426,rearrange three items,rearrange,spare,1427038,597,0.9126
|
| 475 |
+
1426,rearrange three items,rearrange,spare,1427057,603,0.9126
|
| 476 |
+
1426,rearrange three items,rearrange,spare,1427068,603,0.9126
|
| 477 |
+
1426,rearrange three items,rearrange,spare,1427073,606,0.9126
|
| 478 |
+
1426,rearrange three items,rearrange,spare,1427108,615,0.9126
|
| 479 |
+
1426,rearrange three items,rearrange,spare,1427168,600,0.9126
|
| 480 |
+
1426,rearrange three items,rearrange,spare,1427227,603,0.9126
|
| 481 |
+
1426,rearrange three items,rearrange,spare,1427413,615,0.9126
|
| 482 |
+
1459,fit lid onto container,insert,required,1409900,1191,0.9231
|
| 483 |
+
1459,fit lid onto container,insert,required,1472753,315,0.9217
|
| 484 |
+
1459,fit lid onto container,insert,required,1457499,321,0.9092
|
| 485 |
+
1459,fit lid onto container,insert,required,1415308,6957,0.9068
|
| 486 |
+
1459,fit lid onto container,insert,required,1475777,504,0.9065
|
| 487 |
+
1459,fit lid onto container,insert,required,1459484,234,0.9046
|
| 488 |
+
1459,fit lid onto container,insert,required,1395472,1005,0.9045
|
| 489 |
+
1459,fit lid onto container,insert,required,1409072,303,0.9039
|
| 490 |
+
1459,fit lid onto container,insert,required,1409968,453,0.9012
|
| 491 |
+
1459,fit lid onto container,insert,required,1433788,1065,0.901
|
| 492 |
+
1459,fit lid onto container,insert,required,1434776,732,0.9004
|
| 493 |
+
1459,fit lid onto container,insert,required,1395311,1221,0.9004
|
| 494 |
+
1459,fit lid onto container,insert,required,1472865,174,0.9003
|
| 495 |
+
1459,fit lid onto container,insert,required,1423910,300,0.8999
|
| 496 |
+
1459,fit lid onto container,insert,required,1457465,414,0.8999
|
| 497 |
+
1459,fit lid onto container,insert,required,1423119,1218,0.8997
|
| 498 |
+
1459,fit lid onto container,insert,required,1457580,366,0.8993
|
| 499 |
+
1459,fit lid onto container,insert,required,1457202,279,0.8993
|
| 500 |
+
1459,fit lid onto container,insert,required,1459450,762,0.8991
|
| 501 |
+
1459,fit lid onto container,insert,required,1411067,480,0.8989
|
| 502 |
+
1459,fit lid onto container,insert,spare,1395897,294,0.8988
|
| 503 |
+
1459,fit lid onto container,insert,spare,1367157,2064,0.8985
|
| 504 |
+
1459,fit lid onto container,insert,spare,1367439,957,0.8985
|
| 505 |
+
1459,fit lid onto container,insert,spare,1412859,432,0.8984
|
| 506 |
+
1459,fit lid onto container,insert,spare,1427285,1656,0.8981
|
| 507 |
+
1459,fit lid onto container,insert,spare,1457549,744,0.8981
|
| 508 |
+
1459,fit lid onto container,insert,spare,1429407,1215,0.8979
|
| 509 |
+
1459,fit lid onto container,insert,spare,1457884,7956,0.8972
|
| 510 |
+
1459,fit lid onto container,insert,spare,1470701,480,0.8972
|
| 511 |
+
1459,fit lid onto container,insert,spare,1367221,249,0.8969
|
| 512 |
+
1459,fit lid onto container,insert,spare,1453400,567,0.8968
|
| 513 |
+
1459,fit lid onto container,insert,spare,1457738,306,0.8968
|
| 514 |
+
1459,fit lid onto container,insert,spare,1392068,1131,0.8968
|
| 515 |
+
1459,fit lid onto container,insert,spare,1470266,1890,0.8963
|
| 516 |
+
1459,fit lid onto container,insert,spare,1457503,471,0.8961
|
| 517 |
+
1459,fit lid onto container,insert,spare,1473007,600,0.8959
|
| 518 |
+
1459,fit lid onto container,insert,spare,1412862,321,0.8958
|
| 519 |
+
1459,fit lid onto container,insert,spare,1395879,327,0.8958
|
| 520 |
+
1459,fit lid onto container,insert,spare,1457570,318,0.8949
|
| 521 |
+
1459,fit lid onto container,insert,spare,1457653,225,0.8949
|
| 522 |
+
1459,fit lid onto container,insert,spare,1395684,537,0.8948
|
| 523 |
+
1459,fit lid onto container,insert,spare,1415667,771,0.8945
|
| 524 |
+
1459,fit lid onto container,insert,spare,1457568,213,0.8945
|
| 525 |
+
1459,fit lid onto container,insert,spare,1368522,270,0.8944
|
| 526 |
+
1459,fit lid onto container,insert,spare,1367484,519,0.8943
|
| 527 |
+
1459,fit lid onto container,insert,spare,1390405,564,0.894
|
| 528 |
+
1459,fit lid onto container,insert,spare,1457634,279,0.894
|
| 529 |
+
1459,fit lid onto container,insert,spare,1456437,642,0.8937
|
| 530 |
+
1459,fit lid onto container,insert,spare,1398691,204,0.8936
|
| 531 |
+
1459,fit lid onto container,insert,spare,1392938,4080,0.8931
|
| 532 |
+
1459,fit lid onto container,insert,spare,1457802,342,0.8929
|
| 533 |
+
1459,fit lid onto container,insert,spare,1369838,474,0.8928
|
| 534 |
+
1459,fit lid onto container,insert,spare,1457797,450,0.8928
|
| 535 |
+
1459,fit lid onto container,insert,spare,1436280,399,0.8926
|
| 536 |
+
1459,fit lid onto container,insert,spare,1410711,2127,0.8924
|
| 537 |
+
1459,fit lid onto container,insert,spare,1467608,567,0.8924
|
| 538 |
+
1459,fit lid onto container,insert,spare,1453303,354,0.8922
|
| 539 |
+
1459,fit lid onto container,insert,spare,1475849,480,0.8922
|
| 540 |
+
1459,fit lid onto container,insert,spare,1396325,381,0.8921
|
| 541 |
+
1459,fit lid onto container,insert,spare,1431907,297,0.892
|
| 542 |
+
1889,put the kiwi beside the banana,put_beside,required,1824118,348,0.9184
|
| 543 |
+
1889,put the kiwi beside the banana,put_beside,required,1823666,285,0.918
|
| 544 |
+
1889,put the kiwi beside the banana,put_beside,required,1826749,123,0.9178
|
| 545 |
+
1889,put the kiwi beside the banana,put_beside,required,1825644,390,0.9176
|
| 546 |
+
1889,put the kiwi beside the banana,put_beside,required,1824050,216,0.9173
|
| 547 |
+
1889,put the kiwi beside the banana,put_beside,required,1827428,207,0.9172
|
| 548 |
+
1889,put the kiwi beside the banana,put_beside,required,1827406,288,0.917
|
| 549 |
+
1889,put the kiwi beside the banana,put_beside,required,1923290,171,0.917
|
| 550 |
+
1889,put the kiwi beside the banana,put_beside,required,1824919,264,0.917
|
| 551 |
+
1889,put the kiwi beside the banana,put_beside,required,1824419,411,0.9169
|
| 552 |
+
1889,put the kiwi beside the banana,put_beside,required,1823109,192,0.9169
|
| 553 |
+
1889,put the kiwi beside the banana,put_beside,required,1849660,648,0.9168
|
| 554 |
+
1889,put the kiwi beside the banana,put_beside,required,1963511,228,0.9167
|
| 555 |
+
1889,put the kiwi beside the banana,put_beside,required,1827443,219,0.9166
|
| 556 |
+
1889,put the kiwi beside the banana,put_beside,required,1823869,264,0.9165
|
| 557 |
+
1889,put the kiwi beside the banana,put_beside,required,1875496,291,0.9164
|
| 558 |
+
1889,put the kiwi beside the banana,put_beside,required,1823436,180,0.9164
|
| 559 |
+
1889,put the kiwi beside the banana,put_beside,required,1823641,243,0.9164
|
| 560 |
+
1889,put the kiwi beside the banana,put_beside,required,1826696,843,0.9163
|
| 561 |
+
1889,put the kiwi beside the banana,put_beside,required,2086730,243,0.9163
|
| 562 |
+
1889,put the kiwi beside the banana,put_beside,spare,1849564,201,0.9162
|
| 563 |
+
1889,put the kiwi beside the banana,put_beside,spare,1950469,147,0.9162
|
| 564 |
+
1889,put the kiwi beside the banana,put_beside,spare,1873603,522,0.9162
|
| 565 |
+
1889,put the kiwi beside the banana,put_beside,spare,1823190,147,0.9161
|
| 566 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824534,105,0.9161
|
| 567 |
+
1889,put the kiwi beside the banana,put_beside,spare,1898365,219,0.9161
|
| 568 |
+
1889,put the kiwi beside the banana,put_beside,spare,2082559,396,0.9161
|
| 569 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824986,279,0.9159
|
| 570 |
+
1889,put the kiwi beside the banana,put_beside,spare,1849428,192,0.9159
|
| 571 |
+
1889,put the kiwi beside the banana,put_beside,spare,1950081,534,0.9158
|
| 572 |
+
1889,put the kiwi beside the banana,put_beside,spare,2035768,228,0.9158
|
| 573 |
+
1889,put the kiwi beside the banana,put_beside,spare,2029662,192,0.9157
|
| 574 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824058,237,0.9157
|
| 575 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824616,183,0.9156
|
| 576 |
+
1889,put the kiwi beside the banana,put_beside,spare,1992686,258,0.9156
|
| 577 |
+
1889,put the kiwi beside the banana,put_beside,spare,1822364,171,0.9156
|
| 578 |
+
1889,put the kiwi beside the banana,put_beside,spare,1823170,273,0.9156
|
| 579 |
+
1889,put the kiwi beside the banana,put_beside,spare,1825381,534,0.9156
|
| 580 |
+
1889,put the kiwi beside the banana,put_beside,spare,1825483,144,0.9155
|
| 581 |
+
1889,put the kiwi beside the banana,put_beside,spare,1872922,321,0.9155
|
| 582 |
+
1889,put the kiwi beside the banana,put_beside,spare,1823720,321,0.9155
|
| 583 |
+
1889,put the kiwi beside the banana,put_beside,spare,1925643,366,0.9155
|
| 584 |
+
1889,put the kiwi beside the banana,put_beside,spare,1825386,153,0.9154
|
| 585 |
+
1889,put the kiwi beside the banana,put_beside,spare,1849403,216,0.9154
|
| 586 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824441,276,0.9154
|
| 587 |
+
1889,put the kiwi beside the banana,put_beside,spare,1949561,261,0.9153
|
| 588 |
+
1889,put the kiwi beside the banana,put_beside,spare,1827426,258,0.9153
|
| 589 |
+
1889,put the kiwi beside the banana,put_beside,spare,1823636,285,0.9153
|
| 590 |
+
1889,put the kiwi beside the banana,put_beside,spare,1825571,297,0.9153
|
| 591 |
+
1889,put the kiwi beside the banana,put_beside,spare,1828127,374,0.9152
|
| 592 |
+
1889,put the kiwi beside the banana,put_beside,spare,1822643,195,0.9152
|
| 593 |
+
1889,put the kiwi beside the banana,put_beside,spare,1846837,2631,0.9152
|
| 594 |
+
1889,put the kiwi beside the banana,put_beside,spare,1822594,240,0.9152
|
| 595 |
+
1889,put the kiwi beside the banana,put_beside,spare,1827463,198,0.9152
|
| 596 |
+
1889,put the kiwi beside the banana,put_beside,spare,1827391,132,0.9152
|
| 597 |
+
1889,put the kiwi beside the banana,put_beside,spare,1824114,411,0.9151
|
| 598 |
+
1889,put the kiwi beside the banana,put_beside,spare,1961742,198,0.9151
|
| 599 |
+
1889,put the kiwi beside the banana,put_beside,spare,1873624,536,0.9151
|
| 600 |
+
1889,put the kiwi beside the banana,put_beside,spare,1822278,138,0.9151
|
| 601 |
+
1889,put the kiwi beside the banana,put_beside,spare,1873613,642,0.915
|
render_request/attempts/task_1426.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1426,
|
| 3 |
+
"name": "rearrange three items",
|
| 4 |
+
"operation": "rearrange",
|
| 5 |
+
"n_required": 20,
|
| 6 |
+
"required_attempt_ids": [
|
| 7 |
+
1436576,
|
| 8 |
+
1421805,
|
| 9 |
+
1426559,
|
| 10 |
+
1427706,
|
| 11 |
+
1421834,
|
| 12 |
+
1423660,
|
| 13 |
+
1436577,
|
| 14 |
+
1436488,
|
| 15 |
+
1426891,
|
| 16 |
+
1422706,
|
| 17 |
+
1422844,
|
| 18 |
+
1422910,
|
| 19 |
+
1423098,
|
| 20 |
+
1423115,
|
| 21 |
+
1423189,
|
| 22 |
+
1423244,
|
| 23 |
+
1423451,
|
| 24 |
+
1423691,
|
| 25 |
+
1423818,
|
| 26 |
+
1423898
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
1423926,
|
| 30 |
+
1424371,
|
| 31 |
+
1424447,
|
| 32 |
+
1424857,
|
| 33 |
+
1424911,
|
| 34 |
+
1425055,
|
| 35 |
+
1425121,
|
| 36 |
+
1425151,
|
| 37 |
+
1425374,
|
| 38 |
+
1425579,
|
| 39 |
+
1425694,
|
| 40 |
+
1425719,
|
| 41 |
+
1425854,
|
| 42 |
+
1425888,
|
| 43 |
+
1425889,
|
| 44 |
+
1425934,
|
| 45 |
+
1425936,
|
| 46 |
+
1426010,
|
| 47 |
+
1426022,
|
| 48 |
+
1426036,
|
| 49 |
+
1426126,
|
| 50 |
+
1426213,
|
| 51 |
+
1426290,
|
| 52 |
+
1426327,
|
| 53 |
+
1426342,
|
| 54 |
+
1426456,
|
| 55 |
+
1426504,
|
| 56 |
+
1426528,
|
| 57 |
+
1426628,
|
| 58 |
+
1426717,
|
| 59 |
+
1426740,
|
| 60 |
+
1426751,
|
| 61 |
+
1427038,
|
| 62 |
+
1427057,
|
| 63 |
+
1427068,
|
| 64 |
+
1427073,
|
| 65 |
+
1427108,
|
| 66 |
+
1427168,
|
| 67 |
+
1427227,
|
| 68 |
+
1427413
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.9132
|
| 71 |
+
}
|
render_request/attempts/task_1459.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 1459,
|
| 3 |
+
"name": "fit lid onto container",
|
| 4 |
+
"operation": "insert",
|
| 5 |
+
"n_required": 20,
|
| 6 |
+
"required_attempt_ids": [
|
| 7 |
+
1409900,
|
| 8 |
+
1472753,
|
| 9 |
+
1457499,
|
| 10 |
+
1415308,
|
| 11 |
+
1475777,
|
| 12 |
+
1459484,
|
| 13 |
+
1395472,
|
| 14 |
+
1409072,
|
| 15 |
+
1409968,
|
| 16 |
+
1433788,
|
| 17 |
+
1434776,
|
| 18 |
+
1395311,
|
| 19 |
+
1472865,
|
| 20 |
+
1423910,
|
| 21 |
+
1457465,
|
| 22 |
+
1423119,
|
| 23 |
+
1457580,
|
| 24 |
+
1457202,
|
| 25 |
+
1459450,
|
| 26 |
+
1411067
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
1395897,
|
| 30 |
+
1367157,
|
| 31 |
+
1367439,
|
| 32 |
+
1412859,
|
| 33 |
+
1427285,
|
| 34 |
+
1457549,
|
| 35 |
+
1429407,
|
| 36 |
+
1457884,
|
| 37 |
+
1470701,
|
| 38 |
+
1367221,
|
| 39 |
+
1453400,
|
| 40 |
+
1457738,
|
| 41 |
+
1392068,
|
| 42 |
+
1470266,
|
| 43 |
+
1457503,
|
| 44 |
+
1473007,
|
| 45 |
+
1412862,
|
| 46 |
+
1395879,
|
| 47 |
+
1457570,
|
| 48 |
+
1457653,
|
| 49 |
+
1395684,
|
| 50 |
+
1415667,
|
| 51 |
+
1457568,
|
| 52 |
+
1368522,
|
| 53 |
+
1367484,
|
| 54 |
+
1390405,
|
| 55 |
+
1457634,
|
| 56 |
+
1456437,
|
| 57 |
+
1398691,
|
| 58 |
+
1392938,
|
| 59 |
+
1457802,
|
| 60 |
+
1369838,
|
| 61 |
+
1457797,
|
| 62 |
+
1436280,
|
| 63 |
+
1410711,
|
| 64 |
+
1467608,
|
| 65 |
+
1453303,
|
| 66 |
+
1475849,
|
| 67 |
+
1396325,
|
| 68 |
+
1431907
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.904
|
| 71 |
+
}
|
render_request/attempts/task_1889.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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,
|
| 8 |
+
1823666,
|
| 9 |
+
1826749,
|
| 10 |
+
1825644,
|
| 11 |
+
1824050,
|
| 12 |
+
1827428,
|
| 13 |
+
1827406,
|
| 14 |
+
1923290,
|
| 15 |
+
1824919,
|
| 16 |
+
1824419,
|
| 17 |
+
1823109,
|
| 18 |
+
1849660,
|
| 19 |
+
1963511,
|
| 20 |
+
1827443,
|
| 21 |
+
1823869,
|
| 22 |
+
1875496,
|
| 23 |
+
1823436,
|
| 24 |
+
1823641,
|
| 25 |
+
1826696,
|
| 26 |
+
2086730
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
1849564,
|
| 30 |
+
1950469,
|
| 31 |
+
1873603,
|
| 32 |
+
1823190,
|
| 33 |
+
1824534,
|
| 34 |
+
1898365,
|
| 35 |
+
2082559,
|
| 36 |
+
1824986,
|
| 37 |
+
1849428,
|
| 38 |
+
1950081,
|
| 39 |
+
2035768,
|
| 40 |
+
2029662,
|
| 41 |
+
1824058,
|
| 42 |
+
1824616,
|
| 43 |
+
1992686,
|
| 44 |
+
1822364,
|
| 45 |
+
1823170,
|
| 46 |
+
1825381,
|
| 47 |
+
1825483,
|
| 48 |
+
1872922,
|
| 49 |
+
1823720,
|
| 50 |
+
1925643,
|
| 51 |
+
1825386,
|
| 52 |
+
1849403,
|
| 53 |
+
1824441,
|
| 54 |
+
1949561,
|
| 55 |
+
1827426,
|
| 56 |
+
1823636,
|
| 57 |
+
1825571,
|
| 58 |
+
1828127,
|
| 59 |
+
1822643,
|
| 60 |
+
1846837,
|
| 61 |
+
1822594,
|
| 62 |
+
1827463,
|
| 63 |
+
1827391,
|
| 64 |
+
1824114,
|
| 65 |
+
1961742,
|
| 66 |
+
1873624,
|
| 67 |
+
1822278,
|
| 68 |
+
1873613
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.917
|
| 71 |
+
}
|
render_request/attempts/task_809.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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,
|
| 8 |
+
740082,
|
| 9 |
+
746508,
|
| 10 |
+
747842,
|
| 11 |
+
764394,
|
| 12 |
+
763178,
|
| 13 |
+
741811,
|
| 14 |
+
739675,
|
| 15 |
+
764821,
|
| 16 |
+
763947,
|
| 17 |
+
748696,
|
| 18 |
+
740327,
|
| 19 |
+
764863,
|
| 20 |
+
764024,
|
| 21 |
+
764540,
|
| 22 |
+
765869,
|
| 23 |
+
748282,
|
| 24 |
+
764780,
|
| 25 |
+
766647,
|
| 26 |
+
748399
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
743762,
|
| 30 |
+
762513,
|
| 31 |
+
747947,
|
| 32 |
+
747225,
|
| 33 |
+
747295,
|
| 34 |
+
766663,
|
| 35 |
+
749015,
|
| 36 |
+
746604,
|
| 37 |
+
762654,
|
| 38 |
+
763223,
|
| 39 |
+
743672,
|
| 40 |
+
749357,
|
| 41 |
+
742234,
|
| 42 |
+
749000,
|
| 43 |
+
739818,
|
| 44 |
+
766677,
|
| 45 |
+
748791,
|
| 46 |
+
743606,
|
| 47 |
+
743624,
|
| 48 |
+
740944,
|
| 49 |
+
745797,
|
| 50 |
+
766122,
|
| 51 |
+
743892,
|
| 52 |
+
765218,
|
| 53 |
+
764601,
|
| 54 |
+
762676,
|
| 55 |
+
763897,
|
| 56 |
+
764785,
|
| 57 |
+
765214,
|
| 58 |
+
739929,
|
| 59 |
+
766657,
|
| 60 |
+
744900,
|
| 61 |
+
746755,
|
| 62 |
+
761855,
|
| 63 |
+
744037,
|
| 64 |
+
746434,
|
| 65 |
+
745720,
|
| 66 |
+
745834,
|
| 67 |
+
764458,
|
| 68 |
+
742274
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.9229
|
| 71 |
+
}
|
render_request/attempts/task_811.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 811,
|
| 3 |
+
"name": "reach target pose",
|
| 4 |
+
"operation": "reach",
|
| 5 |
+
"n_required": 20,
|
| 6 |
+
"required_attempt_ids": [
|
| 7 |
+
1209973,
|
| 8 |
+
1208980,
|
| 9 |
+
1210035,
|
| 10 |
+
1210131,
|
| 11 |
+
1209574,
|
| 12 |
+
1210244,
|
| 13 |
+
1210001,
|
| 14 |
+
1209675,
|
| 15 |
+
1209929,
|
| 16 |
+
1209785,
|
| 17 |
+
1210148,
|
| 18 |
+
1210121,
|
| 19 |
+
1210123,
|
| 20 |
+
1210174,
|
| 21 |
+
1209745,
|
| 22 |
+
1207961,
|
| 23 |
+
1210167,
|
| 24 |
+
1210204,
|
| 25 |
+
1210139,
|
| 26 |
+
1210182
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
1209964,
|
| 30 |
+
1210180,
|
| 31 |
+
1208083,
|
| 32 |
+
1207846,
|
| 33 |
+
1208211,
|
| 34 |
+
1208406,
|
| 35 |
+
1208102,
|
| 36 |
+
1209576,
|
| 37 |
+
1209300,
|
| 38 |
+
1208038,
|
| 39 |
+
1210162,
|
| 40 |
+
1210154,
|
| 41 |
+
1207935,
|
| 42 |
+
1209210,
|
| 43 |
+
1209434,
|
| 44 |
+
1210203,
|
| 45 |
+
1210223,
|
| 46 |
+
1208362,
|
| 47 |
+
1209179,
|
| 48 |
+
1209621,
|
| 49 |
+
1208112,
|
| 50 |
+
1209408,
|
| 51 |
+
1209591,
|
| 52 |
+
1207942,
|
| 53 |
+
1208641,
|
| 54 |
+
1209673,
|
| 55 |
+
1210137,
|
| 56 |
+
1210124,
|
| 57 |
+
1208374,
|
| 58 |
+
1208107,
|
| 59 |
+
1210099,
|
| 60 |
+
1208359,
|
| 61 |
+
1209448,
|
| 62 |
+
1209317,
|
| 63 |
+
1209659,
|
| 64 |
+
1208063,
|
| 65 |
+
1207990,
|
| 66 |
+
1209571,
|
| 67 |
+
1208787,
|
| 68 |
+
1208131
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.932
|
| 71 |
+
}
|
render_request/attempts/task_866.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 866,
|
| 3 |
+
"name": "rotate the computer mouse",
|
| 4 |
+
"operation": "rotate",
|
| 5 |
+
"n_required": 20,
|
| 6 |
+
"required_attempt_ids": [
|
| 7 |
+
809472,
|
| 8 |
+
808615,
|
| 9 |
+
855218,
|
| 10 |
+
807106,
|
| 11 |
+
809660,
|
| 12 |
+
812299,
|
| 13 |
+
812459,
|
| 14 |
+
855918,
|
| 15 |
+
813012,
|
| 16 |
+
811845,
|
| 17 |
+
806848,
|
| 18 |
+
807423,
|
| 19 |
+
807614,
|
| 20 |
+
813143,
|
| 21 |
+
810211,
|
| 22 |
+
809662,
|
| 23 |
+
813032,
|
| 24 |
+
857716,
|
| 25 |
+
809123,
|
| 26 |
+
809639
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
813144,
|
| 30 |
+
812099,
|
| 31 |
+
809544,
|
| 32 |
+
812598,
|
| 33 |
+
857763,
|
| 34 |
+
806188,
|
| 35 |
+
811300,
|
| 36 |
+
812949,
|
| 37 |
+
857261,
|
| 38 |
+
813025,
|
| 39 |
+
808995,
|
| 40 |
+
855930,
|
| 41 |
+
811616,
|
| 42 |
+
812902,
|
| 43 |
+
811509,
|
| 44 |
+
807801,
|
| 45 |
+
808155,
|
| 46 |
+
805925,
|
| 47 |
+
813164,
|
| 48 |
+
809609,
|
| 49 |
+
812137,
|
| 50 |
+
812116,
|
| 51 |
+
808093,
|
| 52 |
+
811566,
|
| 53 |
+
808592,
|
| 54 |
+
807657,
|
| 55 |
+
857757,
|
| 56 |
+
812846,
|
| 57 |
+
807658,
|
| 58 |
+
809584,
|
| 59 |
+
812862,
|
| 60 |
+
808179,
|
| 61 |
+
812816,
|
| 62 |
+
856094,
|
| 63 |
+
806079,
|
| 64 |
+
811364,
|
| 65 |
+
856087,
|
| 66 |
+
857255,
|
| 67 |
+
810853,
|
| 68 |
+
811262
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.9028
|
| 71 |
+
}
|
render_request/attempts/task_868.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": 868,
|
| 3 |
+
"name": "pick single rigid object",
|
| 4 |
+
"operation": "pick",
|
| 5 |
+
"n_required": 20,
|
| 6 |
+
"required_attempt_ids": [
|
| 7 |
+
1016743,
|
| 8 |
+
1016442,
|
| 9 |
+
1016825,
|
| 10 |
+
1013500,
|
| 11 |
+
1011310,
|
| 12 |
+
1015693,
|
| 13 |
+
1014932,
|
| 14 |
+
1015438,
|
| 15 |
+
1016468,
|
| 16 |
+
1016833,
|
| 17 |
+
1016167,
|
| 18 |
+
1015775,
|
| 19 |
+
1013928,
|
| 20 |
+
1016548,
|
| 21 |
+
1014105,
|
| 22 |
+
1016664,
|
| 23 |
+
1016663,
|
| 24 |
+
1016209,
|
| 25 |
+
1016806,
|
| 26 |
+
1016542
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
1016121,
|
| 30 |
+
1016885,
|
| 31 |
+
1016333,
|
| 32 |
+
1016723,
|
| 33 |
+
1016886,
|
| 34 |
+
1016697,
|
| 35 |
+
1010913,
|
| 36 |
+
1011183,
|
| 37 |
+
1016707,
|
| 38 |
+
1014762,
|
| 39 |
+
1015752,
|
| 40 |
+
1016770,
|
| 41 |
+
1010910,
|
| 42 |
+
1014366,
|
| 43 |
+
1014841,
|
| 44 |
+
1015964,
|
| 45 |
+
1016690,
|
| 46 |
+
1015963,
|
| 47 |
+
1011217,
|
| 48 |
+
1015658,
|
| 49 |
+
1016720,
|
| 50 |
+
1016683,
|
| 51 |
+
1016714,
|
| 52 |
+
1016771,
|
| 53 |
+
1015755,
|
| 54 |
+
1016651,
|
| 55 |
+
1016615,
|
| 56 |
+
1016122,
|
| 57 |
+
1010937,
|
| 58 |
+
1016625,
|
| 59 |
+
1014586,
|
| 60 |
+
1014033,
|
| 61 |
+
1016686,
|
| 62 |
+
1015302,
|
| 63 |
+
1016855,
|
| 64 |
+
1015280,
|
| 65 |
+
1016680,
|
| 66 |
+
1016229,
|
| 67 |
+
1016458,
|
| 68 |
+
1016329
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.942
|
| 71 |
+
}
|
render_request/attempts/task_945.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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,
|
| 8 |
+
883435,
|
| 9 |
+
883448,
|
| 10 |
+
883466,
|
| 11 |
+
883606,
|
| 12 |
+
883649,
|
| 13 |
+
883683,
|
| 14 |
+
883725,
|
| 15 |
+
883792,
|
| 16 |
+
883819,
|
| 17 |
+
883909,
|
| 18 |
+
883927,
|
| 19 |
+
883932,
|
| 20 |
+
883951,
|
| 21 |
+
883999,
|
| 22 |
+
884028,
|
| 23 |
+
884035,
|
| 24 |
+
884076,
|
| 25 |
+
884080,
|
| 26 |
+
884102
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
884150,
|
| 30 |
+
884304,
|
| 31 |
+
884328,
|
| 32 |
+
884340,
|
| 33 |
+
884426,
|
| 34 |
+
884675,
|
| 35 |
+
884695,
|
| 36 |
+
889552,
|
| 37 |
+
894128,
|
| 38 |
+
883414,
|
| 39 |
+
883442,
|
| 40 |
+
883449,
|
| 41 |
+
883454,
|
| 42 |
+
883459,
|
| 43 |
+
883498,
|
| 44 |
+
883524,
|
| 45 |
+
883548,
|
| 46 |
+
883555,
|
| 47 |
+
883583,
|
| 48 |
+
883595,
|
| 49 |
+
883667,
|
| 50 |
+
883755,
|
| 51 |
+
883757,
|
| 52 |
+
883795,
|
| 53 |
+
883803,
|
| 54 |
+
883850,
|
| 55 |
+
883890,
|
| 56 |
+
883921,
|
| 57 |
+
883958,
|
| 58 |
+
883967,
|
| 59 |
+
883968,
|
| 60 |
+
883971,
|
| 61 |
+
883992,
|
| 62 |
+
883997,
|
| 63 |
+
884001,
|
| 64 |
+
884016,
|
| 65 |
+
884026,
|
| 66 |
+
884094,
|
| 67 |
+
884133,
|
| 68 |
+
884159
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.922
|
| 71 |
+
}
|
render_request/attempts/task_953.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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,
|
| 8 |
+
910564,
|
| 9 |
+
910340,
|
| 10 |
+
906819,
|
| 11 |
+
910481,
|
| 12 |
+
906628,
|
| 13 |
+
910489,
|
| 14 |
+
910376,
|
| 15 |
+
910482,
|
| 16 |
+
907124,
|
| 17 |
+
910525,
|
| 18 |
+
906179,
|
| 19 |
+
910595,
|
| 20 |
+
907107,
|
| 21 |
+
910559,
|
| 22 |
+
910614,
|
| 23 |
+
910516,
|
| 24 |
+
906924,
|
| 25 |
+
906650,
|
| 26 |
+
906061
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
906081,
|
| 30 |
+
906097,
|
| 31 |
+
906109,
|
| 32 |
+
906117,
|
| 33 |
+
906128,
|
| 34 |
+
906140,
|
| 35 |
+
906174,
|
| 36 |
+
906175,
|
| 37 |
+
906180,
|
| 38 |
+
906205,
|
| 39 |
+
906236,
|
| 40 |
+
906239,
|
| 41 |
+
906248,
|
| 42 |
+
906254,
|
| 43 |
+
906260,
|
| 44 |
+
906263,
|
| 45 |
+
906272,
|
| 46 |
+
906286,
|
| 47 |
+
906287,
|
| 48 |
+
906298,
|
| 49 |
+
906345,
|
| 50 |
+
906346,
|
| 51 |
+
906348,
|
| 52 |
+
906349,
|
| 53 |
+
906351,
|
| 54 |
+
906381,
|
| 55 |
+
906390,
|
| 56 |
+
906391,
|
| 57 |
+
906393,
|
| 58 |
+
906401,
|
| 59 |
+
906407,
|
| 60 |
+
906409,
|
| 61 |
+
906411,
|
| 62 |
+
906416,
|
| 63 |
+
906439,
|
| 64 |
+
906466,
|
| 65 |
+
906479,
|
| 66 |
+
906483,
|
| 67 |
+
906485,
|
| 68 |
+
906490
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.9151
|
| 71 |
+
}
|
render_request/attempts/task_966.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 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,
|
| 8 |
+
876039,
|
| 9 |
+
889619,
|
| 10 |
+
875569,
|
| 11 |
+
875407,
|
| 12 |
+
874705,
|
| 13 |
+
875873,
|
| 14 |
+
875030,
|
| 15 |
+
876016,
|
| 16 |
+
874409,
|
| 17 |
+
875111,
|
| 18 |
+
875534,
|
| 19 |
+
876088,
|
| 20 |
+
874686,
|
| 21 |
+
874720,
|
| 22 |
+
874990,
|
| 23 |
+
875018,
|
| 24 |
+
875035,
|
| 25 |
+
875052,
|
| 26 |
+
875188
|
| 27 |
+
],
|
| 28 |
+
"spare_attempt_ids": [
|
| 29 |
+
875233,
|
| 30 |
+
875252,
|
| 31 |
+
875306,
|
| 32 |
+
875317,
|
| 33 |
+
875410,
|
| 34 |
+
875415,
|
| 35 |
+
875485,
|
| 36 |
+
875501,
|
| 37 |
+
875628,
|
| 38 |
+
875662,
|
| 39 |
+
875667,
|
| 40 |
+
875675,
|
| 41 |
+
875750,
|
| 42 |
+
875763,
|
| 43 |
+
875819,
|
| 44 |
+
875828,
|
| 45 |
+
875838,
|
| 46 |
+
875901,
|
| 47 |
+
875952,
|
| 48 |
+
875965,
|
| 49 |
+
875967,
|
| 50 |
+
876037,
|
| 51 |
+
876113,
|
| 52 |
+
876145,
|
| 53 |
+
876175,
|
| 54 |
+
883740,
|
| 55 |
+
883749,
|
| 56 |
+
874685,
|
| 57 |
+
874829,
|
| 58 |
+
874745,
|
| 59 |
+
874858,
|
| 60 |
+
875353,
|
| 61 |
+
875659,
|
| 62 |
+
875499,
|
| 63 |
+
875180,
|
| 64 |
+
874691,
|
| 65 |
+
874499,
|
| 66 |
+
874404,
|
| 67 |
+
875555,
|
| 68 |
+
874593
|
| 69 |
+
],
|
| 70 |
+
"mean_reward_final": 0.9231
|
| 71 |
+
}
|
render_request/camera_rig.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"note": "MUST match stage1_5k_camera_fixed EXACTLY. Verified identical across sampled tasks of Franka-Datasets-v2-5k-LIBERO and Franka-Datasets-v2-30k-LIBERO.",
|
| 3 |
+
"embodiment": "franka (default)",
|
| 4 |
+
"camera_group": "camera_fixed",
|
| 5 |
+
"wrist": {
|
| 6 |
+
"mount": "end-effector body",
|
| 7 |
+
"hand_to_camera_translation": [
|
| 8 |
+
0.05,
|
| 9 |
+
0.0,
|
| 10 |
+
0.0
|
| 11 |
+
],
|
| 12 |
+
"quat": [
|
| 13 |
+
0.0,
|
| 14 |
+
0.707108,
|
| 15 |
+
0.707108,
|
| 16 |
+
0.0
|
| 17 |
+
],
|
| 18 |
+
"fovy_deg": 75.0
|
| 19 |
+
},
|
| 20 |
+
"third_person": {
|
| 21 |
+
"camera_to_world_translation": [
|
| 22 |
+
1.0086,
|
| 23 |
+
0.0,
|
| 24 |
+
1.1904
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"source_resolution": [
|
| 28 |
+
640,
|
| 29 |
+
360
|
| 30 |
+
],
|
| 31 |
+
"fps": 15
|
| 32 |
+
}
|
render_request/tasks.json
ADDED
|
@@ -0,0 +1,750 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "axis_heldout_render_request_v2",
|
| 3 |
+
"required_rig": {
|
| 4 |
+
"note": "MUST match stage1_5k_camera_fixed EXACTLY. Verified identical across sampled tasks of Franka-Datasets-v2-5k-LIBERO and Franka-Datasets-v2-30k-LIBERO.",
|
| 5 |
+
"embodiment": "franka (default)",
|
| 6 |
+
"camera_group": "camera_fixed",
|
| 7 |
+
"wrist": {
|
| 8 |
+
"mount": "end-effector body",
|
| 9 |
+
"hand_to_camera_translation": [
|
| 10 |
+
0.05,
|
| 11 |
+
0.0,
|
| 12 |
+
0.0
|
| 13 |
+
],
|
| 14 |
+
"quat": [
|
| 15 |
+
0.0,
|
| 16 |
+
0.707108,
|
| 17 |
+
0.707108,
|
| 18 |
+
0.0
|
| 19 |
+
],
|
| 20 |
+
"fovy_deg": 75.0
|
| 21 |
+
},
|
| 22 |
+
"third_person": {
|
| 23 |
+
"camera_to_world_translation": [
|
| 24 |
+
1.0086,
|
| 25 |
+
0.0,
|
| 26 |
+
1.1904
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
"source_resolution": [
|
| 30 |
+
640,
|
| 31 |
+
360
|
| 32 |
+
],
|
| 33 |
+
"fps": 15
|
| 34 |
+
},
|
| 35 |
+
"n_tasks": 10,
|
| 36 |
+
"demos_per_task": 20,
|
| 37 |
+
"total_required_episodes": 200,
|
| 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,
|
| 46 |
+
740082,
|
| 47 |
+
746508,
|
| 48 |
+
747842,
|
| 49 |
+
764394,
|
| 50 |
+
763178,
|
| 51 |
+
741811,
|
| 52 |
+
739675,
|
| 53 |
+
764821,
|
| 54 |
+
763947,
|
| 55 |
+
748696,
|
| 56 |
+
740327,
|
| 57 |
+
764863,
|
| 58 |
+
764024,
|
| 59 |
+
764540,
|
| 60 |
+
765869,
|
| 61 |
+
748282,
|
| 62 |
+
764780,
|
| 63 |
+
766647,
|
| 64 |
+
748399
|
| 65 |
+
],
|
| 66 |
+
"spare_attempt_ids": [
|
| 67 |
+
743762,
|
| 68 |
+
762513,
|
| 69 |
+
747947,
|
| 70 |
+
747225,
|
| 71 |
+
747295,
|
| 72 |
+
766663,
|
| 73 |
+
749015,
|
| 74 |
+
746604,
|
| 75 |
+
762654,
|
| 76 |
+
763223,
|
| 77 |
+
743672,
|
| 78 |
+
749357,
|
| 79 |
+
742234,
|
| 80 |
+
749000,
|
| 81 |
+
739818,
|
| 82 |
+
766677,
|
| 83 |
+
748791,
|
| 84 |
+
743606,
|
| 85 |
+
743624,
|
| 86 |
+
740944,
|
| 87 |
+
745797,
|
| 88 |
+
766122,
|
| 89 |
+
743892,
|
| 90 |
+
765218,
|
| 91 |
+
764601,
|
| 92 |
+
762676,
|
| 93 |
+
763897,
|
| 94 |
+
764785,
|
| 95 |
+
765214,
|
| 96 |
+
739929,
|
| 97 |
+
766657,
|
| 98 |
+
744900,
|
| 99 |
+
746755,
|
| 100 |
+
761855,
|
| 101 |
+
744037,
|
| 102 |
+
746434,
|
| 103 |
+
745720,
|
| 104 |
+
745834,
|
| 105 |
+
764458,
|
| 106 |
+
742274
|
| 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,
|
| 117 |
+
1208980,
|
| 118 |
+
1210035,
|
| 119 |
+
1210131,
|
| 120 |
+
1209574,
|
| 121 |
+
1210244,
|
| 122 |
+
1210001,
|
| 123 |
+
1209675,
|
| 124 |
+
1209929,
|
| 125 |
+
1209785,
|
| 126 |
+
1210148,
|
| 127 |
+
1210121,
|
| 128 |
+
1210123,
|
| 129 |
+
1210174,
|
| 130 |
+
1209745,
|
| 131 |
+
1207961,
|
| 132 |
+
1210167,
|
| 133 |
+
1210204,
|
| 134 |
+
1210139,
|
| 135 |
+
1210182
|
| 136 |
+
],
|
| 137 |
+
"spare_attempt_ids": [
|
| 138 |
+
1209964,
|
| 139 |
+
1210180,
|
| 140 |
+
1208083,
|
| 141 |
+
1207846,
|
| 142 |
+
1208211,
|
| 143 |
+
1208406,
|
| 144 |
+
1208102,
|
| 145 |
+
1209576,
|
| 146 |
+
1209300,
|
| 147 |
+
1208038,
|
| 148 |
+
1210162,
|
| 149 |
+
1210154,
|
| 150 |
+
1207935,
|
| 151 |
+
1209210,
|
| 152 |
+
1209434,
|
| 153 |
+
1210203,
|
| 154 |
+
1210223,
|
| 155 |
+
1208362,
|
| 156 |
+
1209179,
|
| 157 |
+
1209621,
|
| 158 |
+
1208112,
|
| 159 |
+
1209408,
|
| 160 |
+
1209591,
|
| 161 |
+
1207942,
|
| 162 |
+
1208641,
|
| 163 |
+
1209673,
|
| 164 |
+
1210137,
|
| 165 |
+
1210124,
|
| 166 |
+
1208374,
|
| 167 |
+
1208107,
|
| 168 |
+
1210099,
|
| 169 |
+
1208359,
|
| 170 |
+
1209448,
|
| 171 |
+
1209317,
|
| 172 |
+
1209659,
|
| 173 |
+
1208063,
|
| 174 |
+
1207990,
|
| 175 |
+
1209571,
|
| 176 |
+
1208787,
|
| 177 |
+
1208131
|
| 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,
|
| 188 |
+
808615,
|
| 189 |
+
855218,
|
| 190 |
+
807106,
|
| 191 |
+
809660,
|
| 192 |
+
812299,
|
| 193 |
+
812459,
|
| 194 |
+
855918,
|
| 195 |
+
813012,
|
| 196 |
+
811845,
|
| 197 |
+
806848,
|
| 198 |
+
807423,
|
| 199 |
+
807614,
|
| 200 |
+
813143,
|
| 201 |
+
810211,
|
| 202 |
+
809662,
|
| 203 |
+
813032,
|
| 204 |
+
857716,
|
| 205 |
+
809123,
|
| 206 |
+
809639
|
| 207 |
+
],
|
| 208 |
+
"spare_attempt_ids": [
|
| 209 |
+
813144,
|
| 210 |
+
812099,
|
| 211 |
+
809544,
|
| 212 |
+
812598,
|
| 213 |
+
857763,
|
| 214 |
+
806188,
|
| 215 |
+
811300,
|
| 216 |
+
812949,
|
| 217 |
+
857261,
|
| 218 |
+
813025,
|
| 219 |
+
808995,
|
| 220 |
+
855930,
|
| 221 |
+
811616,
|
| 222 |
+
812902,
|
| 223 |
+
811509,
|
| 224 |
+
807801,
|
| 225 |
+
808155,
|
| 226 |
+
805925,
|
| 227 |
+
813164,
|
| 228 |
+
809609,
|
| 229 |
+
812137,
|
| 230 |
+
812116,
|
| 231 |
+
808093,
|
| 232 |
+
811566,
|
| 233 |
+
808592,
|
| 234 |
+
807657,
|
| 235 |
+
857757,
|
| 236 |
+
812846,
|
| 237 |
+
807658,
|
| 238 |
+
809584,
|
| 239 |
+
812862,
|
| 240 |
+
808179,
|
| 241 |
+
812816,
|
| 242 |
+
856094,
|
| 243 |
+
806079,
|
| 244 |
+
811364,
|
| 245 |
+
856087,
|
| 246 |
+
857255,
|
| 247 |
+
810853,
|
| 248 |
+
811262
|
| 249 |
+
],
|
| 250 |
+
"mean_reward_final": 0.9028
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"task_id": 868,
|
| 254 |
+
"name": "pick single rigid object",
|
| 255 |
+
"operation": "pick",
|
| 256 |
+
"n_required": 20,
|
| 257 |
+
"required_attempt_ids": [
|
| 258 |
+
1016743,
|
| 259 |
+
1016442,
|
| 260 |
+
1016825,
|
| 261 |
+
1013500,
|
| 262 |
+
1011310,
|
| 263 |
+
1015693,
|
| 264 |
+
1014932,
|
| 265 |
+
1015438,
|
| 266 |
+
1016468,
|
| 267 |
+
1016833,
|
| 268 |
+
1016167,
|
| 269 |
+
1015775,
|
| 270 |
+
1013928,
|
| 271 |
+
1016548,
|
| 272 |
+
1014105,
|
| 273 |
+
1016664,
|
| 274 |
+
1016663,
|
| 275 |
+
1016209,
|
| 276 |
+
1016806,
|
| 277 |
+
1016542
|
| 278 |
+
],
|
| 279 |
+
"spare_attempt_ids": [
|
| 280 |
+
1016121,
|
| 281 |
+
1016885,
|
| 282 |
+
1016333,
|
| 283 |
+
1016723,
|
| 284 |
+
1016886,
|
| 285 |
+
1016697,
|
| 286 |
+
1010913,
|
| 287 |
+
1011183,
|
| 288 |
+
1016707,
|
| 289 |
+
1014762,
|
| 290 |
+
1015752,
|
| 291 |
+
1016770,
|
| 292 |
+
1010910,
|
| 293 |
+
1014366,
|
| 294 |
+
1014841,
|
| 295 |
+
1015964,
|
| 296 |
+
1016690,
|
| 297 |
+
1015963,
|
| 298 |
+
1011217,
|
| 299 |
+
1015658,
|
| 300 |
+
1016720,
|
| 301 |
+
1016683,
|
| 302 |
+
1016714,
|
| 303 |
+
1016771,
|
| 304 |
+
1015755,
|
| 305 |
+
1016651,
|
| 306 |
+
1016615,
|
| 307 |
+
1016122,
|
| 308 |
+
1010937,
|
| 309 |
+
1016625,
|
| 310 |
+
1014586,
|
| 311 |
+
1014033,
|
| 312 |
+
1016686,
|
| 313 |
+
1015302,
|
| 314 |
+
1016855,
|
| 315 |
+
1015280,
|
| 316 |
+
1016680,
|
| 317 |
+
1016229,
|
| 318 |
+
1016458,
|
| 319 |
+
1016329
|
| 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,
|
| 330 |
+
883435,
|
| 331 |
+
883448,
|
| 332 |
+
883466,
|
| 333 |
+
883606,
|
| 334 |
+
883649,
|
| 335 |
+
883683,
|
| 336 |
+
883725,
|
| 337 |
+
883792,
|
| 338 |
+
883819,
|
| 339 |
+
883909,
|
| 340 |
+
883927,
|
| 341 |
+
883932,
|
| 342 |
+
883951,
|
| 343 |
+
883999,
|
| 344 |
+
884028,
|
| 345 |
+
884035,
|
| 346 |
+
884076,
|
| 347 |
+
884080,
|
| 348 |
+
884102
|
| 349 |
+
],
|
| 350 |
+
"spare_attempt_ids": [
|
| 351 |
+
884150,
|
| 352 |
+
884304,
|
| 353 |
+
884328,
|
| 354 |
+
884340,
|
| 355 |
+
884426,
|
| 356 |
+
884675,
|
| 357 |
+
884695,
|
| 358 |
+
889552,
|
| 359 |
+
894128,
|
| 360 |
+
883414,
|
| 361 |
+
883442,
|
| 362 |
+
883449,
|
| 363 |
+
883454,
|
| 364 |
+
883459,
|
| 365 |
+
883498,
|
| 366 |
+
883524,
|
| 367 |
+
883548,
|
| 368 |
+
883555,
|
| 369 |
+
883583,
|
| 370 |
+
883595,
|
| 371 |
+
883667,
|
| 372 |
+
883755,
|
| 373 |
+
883757,
|
| 374 |
+
883795,
|
| 375 |
+
883803,
|
| 376 |
+
883850,
|
| 377 |
+
883890,
|
| 378 |
+
883921,
|
| 379 |
+
883958,
|
| 380 |
+
883967,
|
| 381 |
+
883968,
|
| 382 |
+
883971,
|
| 383 |
+
883992,
|
| 384 |
+
883997,
|
| 385 |
+
884001,
|
| 386 |
+
884016,
|
| 387 |
+
884026,
|
| 388 |
+
884094,
|
| 389 |
+
884133,
|
| 390 |
+
884159
|
| 391 |
+
],
|
| 392 |
+
"mean_reward_final": 0.922
|
| 393 |
+
},
|
| 394 |
+
{
|
| 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,
|
| 401 |
+
910564,
|
| 402 |
+
910340,
|
| 403 |
+
906819,
|
| 404 |
+
910481,
|
| 405 |
+
906628,
|
| 406 |
+
910489,
|
| 407 |
+
910376,
|
| 408 |
+
910482,
|
| 409 |
+
907124,
|
| 410 |
+
910525,
|
| 411 |
+
906179,
|
| 412 |
+
910595,
|
| 413 |
+
907107,
|
| 414 |
+
910559,
|
| 415 |
+
910614,
|
| 416 |
+
910516,
|
| 417 |
+
906924,
|
| 418 |
+
906650,
|
| 419 |
+
906061
|
| 420 |
+
],
|
| 421 |
+
"spare_attempt_ids": [
|
| 422 |
+
906081,
|
| 423 |
+
906097,
|
| 424 |
+
906109,
|
| 425 |
+
906117,
|
| 426 |
+
906128,
|
| 427 |
+
906140,
|
| 428 |
+
906174,
|
| 429 |
+
906175,
|
| 430 |
+
906180,
|
| 431 |
+
906205,
|
| 432 |
+
906236,
|
| 433 |
+
906239,
|
| 434 |
+
906248,
|
| 435 |
+
906254,
|
| 436 |
+
906260,
|
| 437 |
+
906263,
|
| 438 |
+
906272,
|
| 439 |
+
906286,
|
| 440 |
+
906287,
|
| 441 |
+
906298,
|
| 442 |
+
906345,
|
| 443 |
+
906346,
|
| 444 |
+
906348,
|
| 445 |
+
906349,
|
| 446 |
+
906351,
|
| 447 |
+
906381,
|
| 448 |
+
906390,
|
| 449 |
+
906391,
|
| 450 |
+
906393,
|
| 451 |
+
906401,
|
| 452 |
+
906407,
|
| 453 |
+
906409,
|
| 454 |
+
906411,
|
| 455 |
+
906416,
|
| 456 |
+
906439,
|
| 457 |
+
906466,
|
| 458 |
+
906479,
|
| 459 |
+
906483,
|
| 460 |
+
906485,
|
| 461 |
+
906490
|
| 462 |
+
],
|
| 463 |
+
"mean_reward_final": 0.9151
|
| 464 |
+
},
|
| 465 |
+
{
|
| 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,
|
| 472 |
+
876039,
|
| 473 |
+
889619,
|
| 474 |
+
875569,
|
| 475 |
+
875407,
|
| 476 |
+
874705,
|
| 477 |
+
875873,
|
| 478 |
+
875030,
|
| 479 |
+
876016,
|
| 480 |
+
874409,
|
| 481 |
+
875111,
|
| 482 |
+
875534,
|
| 483 |
+
876088,
|
| 484 |
+
874686,
|
| 485 |
+
874720,
|
| 486 |
+
874990,
|
| 487 |
+
875018,
|
| 488 |
+
875035,
|
| 489 |
+
875052,
|
| 490 |
+
875188
|
| 491 |
+
],
|
| 492 |
+
"spare_attempt_ids": [
|
| 493 |
+
875233,
|
| 494 |
+
875252,
|
| 495 |
+
875306,
|
| 496 |
+
875317,
|
| 497 |
+
875410,
|
| 498 |
+
875415,
|
| 499 |
+
875485,
|
| 500 |
+
875501,
|
| 501 |
+
875628,
|
| 502 |
+
875662,
|
| 503 |
+
875667,
|
| 504 |
+
875675,
|
| 505 |
+
875750,
|
| 506 |
+
875763,
|
| 507 |
+
875819,
|
| 508 |
+
875828,
|
| 509 |
+
875838,
|
| 510 |
+
875901,
|
| 511 |
+
875952,
|
| 512 |
+
875965,
|
| 513 |
+
875967,
|
| 514 |
+
876037,
|
| 515 |
+
876113,
|
| 516 |
+
876145,
|
| 517 |
+
876175,
|
| 518 |
+
883740,
|
| 519 |
+
883749,
|
| 520 |
+
874685,
|
| 521 |
+
874829,
|
| 522 |
+
874745,
|
| 523 |
+
874858,
|
| 524 |
+
875353,
|
| 525 |
+
875659,
|
| 526 |
+
875499,
|
| 527 |
+
875180,
|
| 528 |
+
874691,
|
| 529 |
+
874499,
|
| 530 |
+
874404,
|
| 531 |
+
875555,
|
| 532 |
+
874593
|
| 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,
|
| 543 |
+
1421805,
|
| 544 |
+
1426559,
|
| 545 |
+
1427706,
|
| 546 |
+
1421834,
|
| 547 |
+
1423660,
|
| 548 |
+
1436577,
|
| 549 |
+
1436488,
|
| 550 |
+
1426891,
|
| 551 |
+
1422706,
|
| 552 |
+
1422844,
|
| 553 |
+
1422910,
|
| 554 |
+
1423098,
|
| 555 |
+
1423115,
|
| 556 |
+
1423189,
|
| 557 |
+
1423244,
|
| 558 |
+
1423451,
|
| 559 |
+
1423691,
|
| 560 |
+
1423818,
|
| 561 |
+
1423898
|
| 562 |
+
],
|
| 563 |
+
"spare_attempt_ids": [
|
| 564 |
+
1423926,
|
| 565 |
+
1424371,
|
| 566 |
+
1424447,
|
| 567 |
+
1424857,
|
| 568 |
+
1424911,
|
| 569 |
+
1425055,
|
| 570 |
+
1425121,
|
| 571 |
+
1425151,
|
| 572 |
+
1425374,
|
| 573 |
+
1425579,
|
| 574 |
+
1425694,
|
| 575 |
+
1425719,
|
| 576 |
+
1425854,
|
| 577 |
+
1425888,
|
| 578 |
+
1425889,
|
| 579 |
+
1425934,
|
| 580 |
+
1425936,
|
| 581 |
+
1426010,
|
| 582 |
+
1426022,
|
| 583 |
+
1426036,
|
| 584 |
+
1426126,
|
| 585 |
+
1426213,
|
| 586 |
+
1426290,
|
| 587 |
+
1426327,
|
| 588 |
+
1426342,
|
| 589 |
+
1426456,
|
| 590 |
+
1426504,
|
| 591 |
+
1426528,
|
| 592 |
+
1426628,
|
| 593 |
+
1426717,
|
| 594 |
+
1426740,
|
| 595 |
+
1426751,
|
| 596 |
+
1427038,
|
| 597 |
+
1427057,
|
| 598 |
+
1427068,
|
| 599 |
+
1427073,
|
| 600 |
+
1427108,
|
| 601 |
+
1427168,
|
| 602 |
+
1427227,
|
| 603 |
+
1427413
|
| 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,
|
| 614 |
+
1472753,
|
| 615 |
+
1457499,
|
| 616 |
+
1415308,
|
| 617 |
+
1475777,
|
| 618 |
+
1459484,
|
| 619 |
+
1395472,
|
| 620 |
+
1409072,
|
| 621 |
+
1409968,
|
| 622 |
+
1433788,
|
| 623 |
+
1434776,
|
| 624 |
+
1395311,
|
| 625 |
+
1472865,
|
| 626 |
+
1423910,
|
| 627 |
+
1457465,
|
| 628 |
+
1423119,
|
| 629 |
+
1457580,
|
| 630 |
+
1457202,
|
| 631 |
+
1459450,
|
| 632 |
+
1411067
|
| 633 |
+
],
|
| 634 |
+
"spare_attempt_ids": [
|
| 635 |
+
1395897,
|
| 636 |
+
1367157,
|
| 637 |
+
1367439,
|
| 638 |
+
1412859,
|
| 639 |
+
1427285,
|
| 640 |
+
1457549,
|
| 641 |
+
1429407,
|
| 642 |
+
1457884,
|
| 643 |
+
1470701,
|
| 644 |
+
1367221,
|
| 645 |
+
1453400,
|
| 646 |
+
1457738,
|
| 647 |
+
1392068,
|
| 648 |
+
1470266,
|
| 649 |
+
1457503,
|
| 650 |
+
1473007,
|
| 651 |
+
1412862,
|
| 652 |
+
1395879,
|
| 653 |
+
1457570,
|
| 654 |
+
1457653,
|
| 655 |
+
1395684,
|
| 656 |
+
1415667,
|
| 657 |
+
1457568,
|
| 658 |
+
1368522,
|
| 659 |
+
1367484,
|
| 660 |
+
1390405,
|
| 661 |
+
1457634,
|
| 662 |
+
1456437,
|
| 663 |
+
1398691,
|
| 664 |
+
1392938,
|
| 665 |
+
1457802,
|
| 666 |
+
1369838,
|
| 667 |
+
1457797,
|
| 668 |
+
1436280,
|
| 669 |
+
1410711,
|
| 670 |
+
1467608,
|
| 671 |
+
1453303,
|
| 672 |
+
1475849,
|
| 673 |
+
1396325,
|
| 674 |
+
1431907
|
| 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,
|
| 685 |
+
1823666,
|
| 686 |
+
1826749,
|
| 687 |
+
1825644,
|
| 688 |
+
1824050,
|
| 689 |
+
1827428,
|
| 690 |
+
1827406,
|
| 691 |
+
1923290,
|
| 692 |
+
1824919,
|
| 693 |
+
1824419,
|
| 694 |
+
1823109,
|
| 695 |
+
1849660,
|
| 696 |
+
1963511,
|
| 697 |
+
1827443,
|
| 698 |
+
1823869,
|
| 699 |
+
1875496,
|
| 700 |
+
1823436,
|
| 701 |
+
1823641,
|
| 702 |
+
1826696,
|
| 703 |
+
2086730
|
| 704 |
+
],
|
| 705 |
+
"spare_attempt_ids": [
|
| 706 |
+
1849564,
|
| 707 |
+
1950469,
|
| 708 |
+
1873603,
|
| 709 |
+
1823190,
|
| 710 |
+
1824534,
|
| 711 |
+
1898365,
|
| 712 |
+
2082559,
|
| 713 |
+
1824986,
|
| 714 |
+
1849428,
|
| 715 |
+
1950081,
|
| 716 |
+
2035768,
|
| 717 |
+
2029662,
|
| 718 |
+
1824058,
|
| 719 |
+
1824616,
|
| 720 |
+
1992686,
|
| 721 |
+
1822364,
|
| 722 |
+
1823170,
|
| 723 |
+
1825381,
|
| 724 |
+
1825483,
|
| 725 |
+
1872922,
|
| 726 |
+
1823720,
|
| 727 |
+
1925643,
|
| 728 |
+
1825386,
|
| 729 |
+
1849403,
|
| 730 |
+
1824441,
|
| 731 |
+
1949561,
|
| 732 |
+
1827426,
|
| 733 |
+
1823636,
|
| 734 |
+
1825571,
|
| 735 |
+
1828127,
|
| 736 |
+
1822643,
|
| 737 |
+
1846837,
|
| 738 |
+
1822594,
|
| 739 |
+
1827463,
|
| 740 |
+
1827391,
|
| 741 |
+
1824114,
|
| 742 |
+
1961742,
|
| 743 |
+
1873624,
|
| 744 |
+
1822278,
|
| 745 |
+
1873613
|
| 746 |
+
],
|
| 747 |
+
"mean_reward_final": 0.917
|
| 748 |
+
}
|
| 749 |
+
]
|
| 750 |
+
}
|
render_request/uploads/README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Upload rendered output here
|
| 2 |
+
|
| 3 |
+
One directory per task, named `task_<task_id>` — see the parent README for the layout and for the
|
| 4 |
+
`render_manifest.json` that carries the `attempt_id -> episode_index` mapping.
|