| # pan-2 VPT data | |
| Cleaned OpenAI VPT contractor demos (moved from `/data/vpt` 2026-07-15). | |
| - `episodes/*.img.npy` + `*.act.npy` — 1625 validated train pairs | |
| - `raw/*.mp4` + `*.jsonl` — source for good stems only | |
| - `meta/episodes_manifest.jsonl` — per-episode lengths | |
| - `meta/cleanup_summary.json` — cleanup report | |
| Frames: uint8 `[T, 64, 64, 3]` | |
| Actions: float32 `[T, 25]` (23 multi-binary + 2 mouse in ~[-1,1]) | |
| Total: 8,155,382 frames (~113.3 h @ 20 Hz) | |
| Project symlink: `~/dev/pan-2/data/vpt` -> `/data/pan-2` | |