Add files using upload-large-folder tool
Browse files- .gitattributes +7 -0
- MANIFEST.json +49 -0
- README.md +262 -0
- metaworld/METAWORLD_GENERATION.md +54 -0
- robocasa/hdf5/CloseDrawer/human/demo_gentex_im128_randcams.hdf5 +3 -0
- robocasa/hdf5/CoffeePressButton/human/demo_gentex_im128_randcams.hdf5 +3 -0
- robomimic/hdf5/can/mh/demo_v15.hdf5 +3 -0
- robomimic/hdf5/can/mh/image_v15.hdf5 +3 -0
- robomimic/hdf5/can_mh_image.hdf5 +3 -0
- robomimic/hdf5/lift_mh_image.hdf5 +3 -0
- robomimic/hdf5/square_mh_image.hdf5 +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
robomimic/hdf5/can/mh/demo_v15.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
robomimic/hdf5/can_mh_image.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
robomimic/hdf5/can/mh/image_v15.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
robocasa/hdf5/CoffeePressButton/human/demo_gentex_im128_randcams.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
robocasa/hdf5/CloseDrawer/human/demo_gentex_im128_randcams.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
robomimic/hdf5/lift_mh_image.hdf5 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
robomimic/hdf5/square_mh_image.hdf5 filter=lfs diff=lfs merge=lfs -text
|
MANIFEST.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"upload_date": "2026-08-13",
|
| 3 |
+
"source_cluster_path": "/home/askhabaliev_gs/mipt_paper/oat/data",
|
| 4 |
+
"total_approx_gb": 18,
|
| 5 |
+
"suites": {
|
| 6 |
+
"robomimic": {
|
| 7 |
+
"paper_table_p": true,
|
| 8 |
+
"zarr": [
|
| 9 |
+
{"path": "robomimic/zarr/lift_N200.zarr", "episodes": 200, "action_dim": 7},
|
| 10 |
+
{"path": "robomimic/zarr/can_N200.zarr", "episodes": 200, "action_dim": 7},
|
| 11 |
+
{"path": "robomimic/zarr/square_N200.zarr", "episodes": 200, "action_dim": 7}
|
| 12 |
+
],
|
| 13 |
+
"hdf5": [
|
| 14 |
+
"robomimic/hdf5/lift_mh_image.hdf5",
|
| 15 |
+
"robomimic/hdf5/can_mh_image.hdf5",
|
| 16 |
+
"robomimic/hdf5/square_mh_image.hdf5",
|
| 17 |
+
"robomimic/hdf5/can/mh/demo_v15.hdf5",
|
| 18 |
+
"robomimic/hdf5/can/mh/image_v15.hdf5"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"metaworld": {
|
| 22 |
+
"paper_table_p": "single-task only",
|
| 23 |
+
"generated_locally": true,
|
| 24 |
+
"success_rule": "any_timestep_success",
|
| 25 |
+
"zarr": [
|
| 26 |
+
{"path": "metaworld/zarr/mt4_N50.zarr", "episodes": 200, "paper": false},
|
| 27 |
+
{"path": "metaworld/zarr/box-close_N50.zarr", "episodes": 50, "paper": true},
|
| 28 |
+
{"path": "metaworld/zarr/coffee-pull_N50.zarr", "episodes": 50, "paper": true},
|
| 29 |
+
{"path": "metaworld/zarr/disassemble_N50.zarr", "episodes": 50, "paper": true},
|
| 30 |
+
{"path": "metaworld/zarr/stick-pull_N50.zarr", "episodes": 50, "paper": true}
|
| 31 |
+
]
|
| 32 |
+
},
|
| 33 |
+
"robocasa": {
|
| 34 |
+
"paper_table_p": true,
|
| 35 |
+
"mix": "50_human_150_mg_seed0",
|
| 36 |
+
"action_dim": 12,
|
| 37 |
+
"zarr": [
|
| 38 |
+
"robocasa/zarr/close_drawer_N200.zarr",
|
| 39 |
+
"robocasa/zarr/coffee_press_button_N200.zarr",
|
| 40 |
+
"robocasa/zarr/turn_off_sink_faucet_N200.zarr",
|
| 41 |
+
"robocasa/zarr/turn_off_microwave_N200.zarr"
|
| 42 |
+
],
|
| 43 |
+
"hdf5_retained": [
|
| 44 |
+
"robocasa/hdf5/CloseDrawer/human/demo_gentex_im128_randcams.hdf5",
|
| 45 |
+
"robocasa/hdf5/CoffeePressButton/human/demo_gentex_im128_randcams.hdf5"
|
| 46 |
+
]
|
| 47 |
+
}
|
| 48 |
+
}
|
| 49 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- oat
|
| 9 |
+
- imitation-learning
|
| 10 |
+
- robomimic
|
| 11 |
+
- metaworld
|
| 12 |
+
- robocasa
|
| 13 |
+
- zarr
|
| 14 |
+
- hdf5
|
| 15 |
+
pretty_name: AAAI OAT Paper Training Datasets (HDF5 + Zarr)
|
| 16 |
+
size_categories:
|
| 17 |
+
- 10G<n<100G
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# AAAI paper datasets — OAT training data (HDF5 sources + Zarr)
|
| 21 |
+
|
| 22 |
+
Canonical **training datasets** used to reproduce our AAAI submission
|
| 23 |
+
*"Spend Compute on Selection, Not Reduction"* (Consensus Selection / CS-D on **OAT** policies).
|
| 24 |
+
|
| 25 |
+
**Hub repo:** `hackhackhack66666/aaai-datasets`
|
| 26 |
+
**Code / eval artifacts:** separate repos (`mipt_paper/oat` on cluster, HF model/eval repos for RoboCasa Wave1–2).
|
| 27 |
+
**This dataset repo contains only raw + converted training data** (HDF5 where retained, Zarr for all suites).
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## Quick map — what is used in the paper?
|
| 32 |
+
|
| 33 |
+
| Suite | Zarr (train) | HDF5 (source) | In paper **Table P**? | Paper role |
|
| 34 |
+
|-------|--------------|---------------|----------------------|------------|
|
| 35 |
+
| **RoboMimic** Lift | `robomimic/zarr/lift_N200.zarr` | `robomimic/hdf5/lift_mh_image.hdf5` | **Yes** (Lift run B ep-1400) | Generalization baseline |
|
| 36 |
+
| **RoboMimic** Can | `robomimic/zarr/can_N200.zarr` | `robomimic/hdf5/can_mh_image.hdf5` (+ raw `can/mh/*`) | **Yes** | Generalization baseline |
|
| 37 |
+
| **RoboMimic** Square | `robomimic/zarr/square_N200.zarr` | `robomimic/hdf5/square_mh_image.hdf5` | **Yes** | Generalization baseline |
|
| 38 |
+
| **MetaWorld** coffee-pull | `metaworld/zarr/coffee-pull_N50.zarr` | — (generated) | **Yes** | Generalization baseline |
|
| 39 |
+
| **MetaWorld** stick-pull | `metaworld/zarr/stick-pull_N50.zarr` | — | **Yes** | Generalization baseline |
|
| 40 |
+
| **MetaWorld** disassemble | `metaworld/zarr/disassemble_N50.zarr` | — | **Yes** | Generalization baseline |
|
| 41 |
+
| **MetaWorld** box-close | `metaworld/zarr/box-close_N50.zarr` | — | **Yes** | Generalization baseline |
|
| 42 |
+
| **MetaWorld MT4** multitask | `metaworld/zarr/mt4_N50.zarr` | — | **No** (exploratory only) | Early multitask probe; **not** Table P |
|
| 43 |
+
| **RoboCasa** close_drawer | `robocasa/zarr/close_drawer_N200.zarr` | partial human HDF5 | **Yes** | Generalization baseline |
|
| 44 |
+
| **RoboCasa** coffee_press_button | `robocasa/zarr/coffee_press_button_N200.zarr` | partial human HDF5 | **Yes** | Generalization baseline |
|
| 45 |
+
| **RoboCasa** turn_off_sink_faucet | `robocasa/zarr/turn_off_sink_faucet_N200.zarr` | — (zarr only) | **Yes** | Generalization baseline |
|
| 46 |
+
| **RoboCasa** turn_off_microwave | `robocasa/zarr/turn_off_microwave_N200.zarr` | — (zarr only) | **Yes** | Generalization baseline |
|
| 47 |
+
|
| 48 |
+
**LIBERO** is **not** included here (separate diagnosis track; different `n_test` protocol).
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## Directory layout
|
| 53 |
+
|
| 54 |
+
```text
|
| 55 |
+
robomimic/
|
| 56 |
+
zarr/{lift,can,square}_N200.zarr/ # OAT training format (200 demos each)
|
| 57 |
+
hdf5/
|
| 58 |
+
lift_mh_image.hdf5
|
| 59 |
+
can_mh_image.hdf5
|
| 60 |
+
square_mh_image.hdf5
|
| 61 |
+
can/mh/demo_v15.hdf5 # raw multi-human before image extract
|
| 62 |
+
can/mh/image_v15.hdf5
|
| 63 |
+
|
| 64 |
+
metaworld/
|
| 65 |
+
zarr/
|
| 66 |
+
mt4_N50.zarr # 200 eps = 50×4 tasks (multitask)
|
| 67 |
+
{box-close,coffee-pull,disassemble,stick-pull}_N50.zarr
|
| 68 |
+
METAWORLD_GENERATION.md # how demos differ from upstream sim-env
|
| 69 |
+
|
| 70 |
+
robocasa/
|
| 71 |
+
zarr/<task>_N200.zarr/ # each includes ROBOCASA_SOURCE.txt
|
| 72 |
+
hdf5/
|
| 73 |
+
CloseDrawer/human/demo_gentex_im128_randcams.hdf5
|
| 74 |
+
CoffeePressButton/human/demo_gentex_im128_randcams.hdf5
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
Approximate sizes (cluster, 2026-08-13):
|
| 78 |
+
|
| 79 |
+
| Path | ~Size |
|
| 80 |
+
|------|-------|
|
| 81 |
+
| RoboMimic HDF5 total | 10.5 GB |
|
| 82 |
+
| RoboMimic Zarr total | 1.0 GB |
|
| 83 |
+
| MetaWorld Zarr total | 1.4 GB |
|
| 84 |
+
| RoboCasa Zarr total | 4.6 GB |
|
| 85 |
+
| RoboCasa HDF5 (retained) | 0.6 GB |
|
| 86 |
+
| **Total** | **~18 GB** |
|
| 87 |
+
|
| 88 |
+
---
|
| 89 |
+
|
| 90 |
+
## Common Zarr schema (OAT)
|
| 91 |
+
|
| 92 |
+
All Zarr stores follow the OAT pipeline layout:
|
| 93 |
+
|
| 94 |
+
- `data/` — time-major arrays (`action`, RGB, proprioception)
|
| 95 |
+
- `meta/episode_ends` — cumulative step indices per episode
|
| 96 |
+
- RoboCasa only: `ROBOCASA_SOURCE.txt` inside each zarr (provenance + sha256 in paper log)
|
| 97 |
+
|
| 98 |
+
Validate locally (from `oat/` repo):
|
| 99 |
+
|
| 100 |
+
```bash
|
| 101 |
+
python scripts/validate_robomimic_data.py
|
| 102 |
+
python scripts/validate_robocasa_data.py
|
| 103 |
+
python scripts/validate_metaworld_data.py data/metaworld/box-close_N50.zarr --num-tasks 1
|
| 104 |
+
python scripts/validate_metaworld_data.py data/metaworld/mt4_N50.zarr --num-tasks 4 --require-subtask-counts
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
---
|
| 108 |
+
|
| 109 |
+
## 1. RoboMimic (official mh demos → Zarr)
|
| 110 |
+
|
| 111 |
+
### Source
|
| 112 |
+
|
| 113 |
+
- Benchmark: **RoboMimic multi-human (mh)** image demonstrations.
|
| 114 |
+
- Tasks: **Lift**, **Can**, **Square**.
|
| 115 |
+
- **200 demonstrations** per task (subsampled from 300 mh demos).
|
| 116 |
+
- Lift: direct download `lift_mh_image.hdf5`.
|
| 117 |
+
- Can / Square: download raw `demo_v15.hdf5`, replay through robosuite 1.5 to extract `image_v15.hdf5` (see `scripts/extract_robomimic_mh_image.sh`).
|
| 118 |
+
|
| 119 |
+
### Zarr keys (train)
|
| 120 |
+
|
| 121 |
+
| Key | Shape (per step) |
|
| 122 |
+
|-----|------------------|
|
| 123 |
+
| `action` | 7 |
|
| 124 |
+
| `agentview_image` | 84×84×3 |
|
| 125 |
+
| `robot0_eye_in_hand_image` | 84×84×3 |
|
| 126 |
+
| (+ proprio keys per converter) | |
|
| 127 |
+
|
| 128 |
+
### Paper linkage
|
| 129 |
+
|
| 130 |
+
- Tokenizer: top MSE checkpoint per task (`ep-0690` square, `ep-1970` lift, etc.).
|
| 131 |
+
- Policy TopK @ `test_start_seed=1000`; **Table P report** @ `test_start_seed=10000`, `-n 5`, OAT8.
|
| 132 |
+
- Locked Table P ckpts: Can ep-1700, Square ep-0700, Lift ep-1400 (run B).
|
| 133 |
+
|
| 134 |
+
### Notes
|
| 135 |
+
|
| 136 |
+
- **Do not** use legacy `OAT-RoboMimic-Fine-tune/BLT-OAT/data/robomimic/` (old ph layout) — unrelated to this paper track.
|
| 137 |
+
|
| 138 |
+
---
|
| 139 |
+
|
| 140 |
+
## 2. MetaWorld (locally generated expert demos → Zarr)
|
| 141 |
+
|
| 142 |
+
### ⚠️ Important — not the official MetaWorld HDF5 download
|
| 143 |
+
|
| 144 |
+
All MetaWorld data here was **generated on our cluster** with:
|
| 145 |
+
|
| 146 |
+
```bash
|
| 147 |
+
python scripts/gen_metaworld_data.py --task_name <task> --num_episodes 50 --force
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
(log: `logs/metaworld_single_data_regen.log`; multitask: `logs/gen_metaworld_mt4_N50.log`)
|
| 151 |
+
|
| 152 |
+
Environment code is ported from **[sim-env](https://github.com/Chaoqi-LIU/sim-env)** into `oat/oat/env/metaworld/` (MuJoCo **2.1.0** / MetaWorld v2 stack — **different** from RoboMimic/LIBERO robosuite 1.4).
|
| 153 |
+
|
| 154 |
+
### Demo acceptance rule (differs from stricter filters)
|
| 155 |
+
|
| 156 |
+
An episode is kept iff **`info["success"] == True` on at least one timestep** during the expert rollout:
|
| 157 |
+
|
| 158 |
+
```python
|
| 159 |
+
episode_success_count += int(bool(info.get("success", False)))
|
| 160 |
+
if episode_success_count == 0:
|
| 161 |
+
continue # reject episode, retry with new seed
|
| 162 |
+
```
|
| 163 |
+
|
| 164 |
+
We **do not** require success only on the terminal step. This matches **`mt4_N50`** generation and the four **single-task** regen runs used for Table P.
|
| 165 |
+
|
| 166 |
+
### Reset / seed fix (July 2026)
|
| 167 |
+
|
| 168 |
+
Single-task regen originally hung because `MetaworldEnv.reset()` without `seed` restored a **fixed** MuJoCo snapshot. Fix:
|
| 169 |
+
|
| 170 |
+
```python
|
| 171 |
+
roll_seed = episode_idx * 1_000_000 + attempt_idx
|
| 172 |
+
obs_dict, _ = env.reset(seed=roll_seed)
|
| 173 |
+
```
|
| 174 |
+
|
| 175 |
+
Without incrementing `attempt_idx` on reject, retries repeat the same failed init.
|
| 176 |
+
|
| 177 |
+
### Tasks & episode counts (validated 2026-08-13)
|
| 178 |
+
|
| 179 |
+
| Zarr | Episodes | Action dim | Cameras | Steps (total) |
|
| 180 |
+
|------|----------|------------|---------|---------------|
|
| 181 |
+
| `mt4_N50.zarr` | 200 (50×4) | 4 | 4×128² RGB + `agent_pos` 9D | 20 316 |
|
| 182 |
+
| `box-close_N50.zarr` | 50 | 4 | same | 5 616 |
|
| 183 |
+
| `coffee-pull_N50.zarr` | 50 | 4 | same | 4 088 |
|
| 184 |
+
| `disassemble_N50.zarr` | 50 | 4 | same | 5 220 |
|
| 185 |
+
| `stick-pull_N50.zarr` | 50 | 4 | same | 6 101 |
|
| 186 |
+
|
| 187 |
+
MT4 task order in `subtask_counts`: `[box-close, coffee-pull, disassemble, stick-pull]`.
|
| 188 |
+
|
| 189 |
+
Single-task files can also be obtained deterministically by splitting `mt4_N50.zarr` (`scripts/split_metaworld_mt4_zarr.py`, round-robin `i % 4`); **paper Table P uses freshly regen single-task zarr**, byte-identical to split for the episodes that were completed before regen.
|
| 190 |
+
|
| 191 |
+
### How this differs from “original sim-env / paper MetaWorld”
|
| 192 |
+
|
| 193 |
+
1. **Success timing:** our collector accepts **any-time success** during the demo rollout (see above). A stricter **terminal-only** filter was tested and rejected for compatibility with `mt4_N50`.
|
| 194 |
+
2. **Implementation port:** same *intent* as sim-env, but our wrapper had the **reset-without-seed bug** (fixed before final single-task zarr). Treat MW numbers as **valid within this port**, not as a claim of bit-identical reproduction of Chaoqi sim-env demo files.
|
| 195 |
+
3. **Paper limitation (explicit):** *“MetaWorld demo port — controlled limitation; interpret MW within our implementation.”* (see `RESULTS.md` / `RESOLUTIONPLAN.md` in code repo).
|
| 196 |
+
|
| 197 |
+
### Paper linkage
|
| 198 |
+
|
| 199 |
+
- **Table P** uses **single-task specialists** (one zarr → one tokenizer → one policy per task).
|
| 200 |
+
- `mt4_N50.zarr` is **exploratory multitask** (shared model); **not** reported in Table P.
|
| 201 |
+
|
| 202 |
+
---
|
| 203 |
+
|
| 204 |
+
## 3. RoboCasa (official v0.2 HDF5 → Zarr)
|
| 205 |
+
|
| 206 |
+
### Source (G0 protocol)
|
| 207 |
+
|
| 208 |
+
- RoboCasa **v0.2** registry: `human_im` + `mg_im` from UT Austin Box (`demo_gentex_im128_randcams.hdf5`).
|
| 209 |
+
- Mix per task: **50 human + 150 MimicGen**, subsample **seed 0**, **action_dim = 12**.
|
| 210 |
+
- Converter: `scripts/convert_robocasa_dataset.py`.
|
| 211 |
+
|
| 212 |
+
### Tasks (paper Table P)
|
| 213 |
+
|
| 214 |
+
| Task slug | Zarr | Human+MG eps | TopK lock (selection @ seed 2000) |
|
| 215 |
+
|-----------|------|--------------|-----------------------------------|
|
| 216 |
+
| `close_drawer` | `close_drawer_N200.zarr` | 200 | ep-0500 @ SR 0.700 |
|
| 217 |
+
| `coffee_press_button` | `coffee_press_button_N200.zarr` | 200 | ep-0500 @ SR 0.600 |
|
| 218 |
+
| `turn_off_sink_faucet` | `turn_off_sink_faucet_N200.zarr` | 200 | ep-0500 @ SR 0.580 |
|
| 219 |
+
| `turn_off_microwave` | `turn_off_microwave_N200.zarr` | 200 | ep-0500 @ SR 0.620 |
|
| 220 |
+
|
| 221 |
+
Each zarr contains `ROBOCASA_SOURCE.txt` listing exact human/MG HDF5 keys used before MG files were deleted on cluster (disk policy).
|
| 222 |
+
|
| 223 |
+
### HDF5 retention policy on cluster
|
| 224 |
+
|
| 225 |
+
After Zarr conversion we **deleted MimicGen HDF5** to save disk. **Human** HDF5 for **CloseDrawer** and **CoffeePressButton** were kept (~614 MB).
|
| 226 |
+
**Microwave** and **sink** human HDF5 were also removed post-convert — **full training data is in Zarr only** for those two tasks.
|
| 227 |
+
|
| 228 |
+
### Obs keys (Zarr)
|
| 229 |
+
|
| 230 |
+
`action`, `robot0_agentview_{left,right}_rgb`, `robot0_eye_in_hand_rgb`, `robot0_eef_pos`, `robot0_eef_quat`, `robot0_gripper_qpos` (128×128 RGB).
|
| 231 |
+
|
| 232 |
+
### Paper eval protocol (not in this repo)
|
| 233 |
+
|
| 234 |
+
- Selection TopK: `test_start_seed=2000`, `n_test=50`.
|
| 235 |
+
- Table P report: literal seeds **`10000…10004`**, each `-n 1 --n_test 50`, OAT8 + BoN8 `vote`.
|
| 236 |
+
|
| 237 |
+
---
|
| 238 |
+
|
| 239 |
+
## Regeneration pointers (code repo)
|
| 240 |
+
|
| 241 |
+
| Suite | Script |
|
| 242 |
+
|-------|--------|
|
| 243 |
+
| MetaWorld gen | `scripts/gen_metaworld_data.py`, `scripts/cluster_gen_metaworld_single_data.sh` |
|
| 244 |
+
| MetaWorld split | `scripts/split_metaworld_mt4_zarr.py` |
|
| 245 |
+
| RoboMimic convert | `scripts/convert_robomimic_dataset.py`, `scripts/prepare_robomimic_{lift,can,square}.sh` |
|
| 246 |
+
| RoboCasa convert | `scripts/convert_robocasa_dataset.py` |
|
| 247 |
+
|
| 248 |
+
Cluster path when uploaded (2026-08): `/home/askhabaliev_gs/mipt_paper/oat/data/`.
|
| 249 |
+
|
| 250 |
+
---
|
| 251 |
+
|
| 252 |
+
## Citation
|
| 253 |
+
|
| 254 |
+
If you use these datasets, cite **OAT** (ordered action tokenization) and our AAAI paper (anonymous submission at upload time). RoboMimic / MetaWorld / RoboCasa have their own benchmark citations — see respective papers.
|
| 255 |
+
|
| 256 |
+
---
|
| 257 |
+
|
| 258 |
+
## Changelog
|
| 259 |
+
|
| 260 |
+
| Date | Note |
|
| 261 |
+
|------|------|
|
| 262 |
+
| 2026-08-13 | Initial public upload: all paper Zarr + retained HDF5 from MIPT cluster `mipt_paper/oat`. |
|
metaworld/METAWORLD_GENERATION.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MetaWorld demo generation — technical notes (AAAI datasets)
|
| 2 |
+
|
| 3 |
+
This file documents **how our MetaWorld Zarr differs** from downloading pre-built demos elsewhere.
|
| 4 |
+
|
| 5 |
+
## Generator
|
| 6 |
+
|
| 7 |
+
- Script: `scripts/gen_metaworld_data.py`
|
| 8 |
+
- Cluster log (single-task regen): `logs/metaworld_single_data_regen.log`
|
| 9 |
+
- Multitask log: `logs/gen_metaworld_mt4_N50.log`
|
| 10 |
+
|
| 11 |
+
## Expert
|
| 12 |
+
|
| 13 |
+
- MetaWorld v2 **oracle / expert policies** roll out until horizon or success.
|
| 14 |
+
- **4× RGB** 128×128: `corner`, `corner2`, `corner3`, `behindGripper`
|
| 15 |
+
- **`agent_pos`**: 9D
|
| 16 |
+
- **Action**: 4D
|
| 17 |
+
|
| 18 |
+
## Episode filter (critical)
|
| 19 |
+
|
| 20 |
+
```python
|
| 21 |
+
episode_success_count += int(bool(info.get("success", False)))
|
| 22 |
+
if episode_success_count == 0:
|
| 23 |
+
attempt_idx += 1
|
| 24 |
+
continue # reject — do not advance episode_idx
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
→ Episode is **accepted if success is True on any step**, not only the last step.
|
| 28 |
+
|
| 29 |
+
We briefly tested **terminal-only** success; on successful rollouts it was equivalent, but we kept the any-step rule to match `mt4_N50` and avoid rejecting valid expert demos.
|
| 30 |
+
|
| 31 |
+
## Reset seed (critical fix, 2026-07-10)
|
| 32 |
+
|
| 33 |
+
Without `seed`, our `MetaworldEnv.reset()` restored the **same** MuJoCo init snapshot → infinite reject loop on hard inits.
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
roll_seed = episode_idx * 1_000_000 + attempt_idx
|
| 37 |
+
obs_dict, _ = env.reset(seed=roll_seed)
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
## Relation to sim-env
|
| 41 |
+
|
| 42 |
+
Env/runner ported from [Chaoqi-LIU/sim-env](https://github.com/Chaoqi-LIU/sim-env).
|
| 43 |
+
We do **not** ship sim-env's original demo files; we **regenerated** 50 eps/task under our port.
|
| 44 |
+
|
| 45 |
+
**Paper stance:** MetaWorld results are interpreted **within this demo port** (see paper limitations).
|
| 46 |
+
|
| 47 |
+
## Single-task vs MT4
|
| 48 |
+
|
| 49 |
+
| File | Use in paper |
|
| 50 |
+
|------|----------------|
|
| 51 |
+
| `{task}_N50.zarr` | **Table P** (single-task specialist training) |
|
| 52 |
+
| `mt4_N50.zarr` | Exploratory multitask only |
|
| 53 |
+
|
| 54 |
+
Split from MT4 (`scripts/split_metaworld_mt4_zarr.py`, round-robin `episode i → task i%4`) is byte-identical to source episodes for those indices.
|
robocasa/hdf5/CloseDrawer/human/demo_gentex_im128_randcams.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24b0bba2b06943367637276ec11b0dba46262934ffb529c2077c7234a65860c2
|
| 3 |
+
size 389752802
|
robocasa/hdf5/CoffeePressButton/human/demo_gentex_im128_randcams.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87ddbf1b208dcfb1d34e20b38deec8a2e62b4ebe7004fd1633ffaf433ecaa0cb
|
| 3 |
+
size 253051782
|
robomimic/hdf5/can/mh/demo_v15.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f5a0e96fc375468ae19ccac86a6dee3b4d3862ef0fe37ca2d02e93d9046fe6b
|
| 3 |
+
size 79780388
|
robomimic/hdf5/can/mh/image_v15.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7957ea68cc166b4a22d908e74ee7ea0bc552932a96000299b19eb2c905201ed0
|
| 3 |
+
size 884731656
|
robomimic/hdf5/can_mh_image.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7957ea68cc166b4a22d908e74ee7ea0bc552932a96000299b19eb2c905201ed0
|
| 3 |
+
size 884731656
|
robomimic/hdf5/lift_mh_image.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71d87fb9797ccfba8a9a2e8e909690ce579428d4586908aed9c4b1e654483be7
|
| 3 |
+
size 2683867952
|
robomimic/hdf5/square_mh_image.hdf5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d675c4a909db1c4b6101e6c803d46eaefe7c08dea922c104594d9e4c2a6ff403
|
| 3 |
+
size 6959859145
|