| tags: | |
| - fastvideo | |
| - world-model | |
| - validation | |
| - matrixgame2 | |
| # Zelda Validation Data | |
| Small validation bundle for the FastVideo Matrix-Game 2.0 Zelda world-model | |
| training scenarios. | |
| ## Layout | |
| ```text | |
| validation_zelda.json | |
| images/ | |
| actions/ | |
| ``` | |
| `validation_zelda.json` uses paths relative to this directory. Download the | |
| dataset into the FastVideo repository root as: | |
| ```bash | |
| python scripts/huggingface/download_hf.py \ | |
| --repo_id mignonjia/zelda_validation_data \ | |
| --local_dir data/zelda_validation_data \ | |
| --repo_type dataset | |
| ``` | |