Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories: [reinforcement-learning]
|
| 4 |
+
tags: [world-model, vlm-gym, bagel, maze2d]
|
| 5 |
+
---
|
| 6 |
+
# maze2d_easy_native256_noncot_chunk_k1_20260707_perseg
|
| 7 |
+
|
| 8 |
+
Maze2d (native 256px, JPEG q95; navigation with stop-required success, easy→hard split) — **action-conditioned visual world-model** SFT data (non-CoT action-chunk baseline) for the
|
| 9 |
+
BAGEL-7B-MoT feedback-interval study.
|
| 10 |
+
|
| 11 |
+
- **Format:** gzipped JSONL shards under `training/`, 1 row = 1 packed episode. CoT rows: per-segment
|
| 12 |
+
layout — `<think>` per-step imagined frame (MSE target) `</think>` + committed action chunk, with a
|
| 13 |
+
loss-0 `"Action executed." + real frame` re-grounding turn between chunks. nonCoT rows: bare action
|
| 14 |
+
chunks. Build argv + git rev in `metadata/`.
|
| 15 |
+
- Companion checkpoint: `ultrastar112/maze2d_easy_native256_noncot_chunk_k1_world_model_20260707_perseg`
|
| 16 |
+
- Full study docs: `0710_train.md` / `0711_mulnode_eval.md` / `0711_hf_release.md` in the study repo.
|
| 17 |
+
- License: CC-BY-NC-4.0 (research use).
|