metamon-parsed-wm-replays
收藏资源简介:
Metamon Parsed World-Model Replays 数据集是一个专门为世界模型训练准备的、经过解析的游戏回放文本数据集合。该数据集由 Metamon 项目中的回放解析工具(`metamon.backend.replay_parser`)生成,输出为纯文本格式,旨在作为后续Tokenizer和世界模型数据集生成流程的输入。数据集中当前包含针对特定游戏对战格式(`gen9ou`)的回放解析结果,共计4,068,984个文本文件,总未压缩数据量约为182GB。数据以结构化方式存储,包含压缩存档文件(`.tar.gz`)、记录文件路径、大小和哈希值的索引文件(`.jsonl.gz`)以及相应的打包元数据清单。该数据集主要用于强化学习领域,特别是世界模型的训练任务,用户可以通过提供的下载脚本便捷地获取数据,脚本会自动将文件解压到预定义的本地缓存目录中。
The Metamon Parsed World-Model Replays dataset is a collection of parsed game replay text data specifically prepared for world model training. It is generated by the replay parser tool (`metamon.backend.replay_parser`) from the Metamon project, with output in plain text format, intended as input for subsequent tokenizer and world model dataset generation pipelines. The dataset currently contains parsed replays for a specific game battle format (`gen9ou`), totaling 4,068,984 text files with an uncompressed data volume of approximately 182GB. Data is stored in a structured manner, including compressed archive files (`.tar.gz`), index files (`.jsonl.gz`) that record file paths, sizes, and hash values, along with corresponding packaging metadata manifests. This dataset is primarily used in the field of reinforcement learning, particularly for world model training tasks. Users can conveniently download the data via provided scripts, which automatically extract files to a predefined local cache directory.
数据集概述
数据集名称: Metamon Parsed World-Model Replays
许可证: MIT
任务类别: 强化学习
语言: 英语
别名: Metamon Parsed World-Model Replays
主要内容
该数据集包含 Metamon 对局回放的解析器文本输出,用于世界模型训练。这些文件由 python -m metamon.backend.replay_parser 生成,并被 Metamon 分词器和世界模型数据集生成工具所消费。
存储布局
archives/<format>.tar.gz:包含一个对战格式的已解析回放.txt文件。indexes/<format>.jsonl.gz:每一行对应一个回放文本文件,包含路径(path)、字节大小(size_bytes)和 SHA256 哈希值(sha256)。manifests/<format>.metadata:对应存档和索引的打包元数据。
存档解压后会得到顶层 <format>/ 目录,该目录结构与本地 $METAMON_CACHE_DIR/parsed-replays/<format> 所期望的布局一致。
当前上传信息
- 数据集仓库:
sooham34/metamon-parsed-wm-replays - 对战格式:
gen9ou - 源 Metamon 提交:
ec272052e715f19879f52a56930a69f558b1cc78 - 创建时间:
2026-07-07T14:02:40.136784+00:00 - 文件数量: 4,068,984
- 总未压缩字节数: 181,807,997,267
- 存档 SHA256:
9109caeb85ded86bf996786eaedbcb0b6fd78b8072208e3651ff28231e8c88e1 - 索引 SHA256:
af27016418412d2bad31bc45ac4dcab0b7fa4f887e3840e2943a7f4e16f5b237
下载方式
使用以下命令下载并解压文件至 $METAMON_CACHE_DIR/parsed-replays:
bash uv run python -m metamon.data.download parsed-wm-replays --formats gen9ou




