Document Pacman Easy evaluation set
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
tags: [bagel, vlm-gym, pacman, evaluation]
|
| 4 |
+
---
|
| 5 |
+
# Pacman Easy braided/thinned — random 100 v1
|
| 6 |
+
|
| 7 |
+
This is the exact 100-episode Pacman Easy shard used by the published UWM trajectories.
|
| 8 |
+
|
| 9 |
+
- Source dataset: `pacman_2d_easy_braidthin_oracle_success_v1_20260815` (500 episodes)
|
| 10 |
+
- Selection: MT19937 random sample without replacement (seed 2026082001)
|
| 11 |
+
- Records: 100
|
| 12 |
+
- JSONL SHA-256: `788d71aeb295e3a54ddfca870d8c7c720f59185c43ff21a3105cdc6ecf8d52b0`
|
| 13 |
+
- Full model trajectories: https://huggingface.co/datasets/novastar111/uwm_paper_eval_trajectories/tree/main/table1/pacman/easy_random100_v1
|
| 14 |
+
|
| 15 |
+
The included manifest records the selected source indices, data hash, and selection provenance.
|