VanguardX101/IL_Replay
IL_Replay An anonymized battle replay dataset for imitation learning and offline AI research: 252,238 replays and 17,836,160 actions. The replays and actions configurations expose the two related tables separately. All records are in the train split. 本目录合并了 252,238 场回放和 17,836,160 条动作记录。 目录 replays/part-*.parquet:对局元数据与完整 payload_json,用于 Firstlight_CR 的训练缓存生成和采集回放功能。 actions/part-*.parquet:展开的动作表,通过新的 replay_tag 与回放表关联。完整动作也保存在回放 JSON 中。… See the full description on the dataset page: https://huggingface.co/datasets/VanguardX101/IL_Replay.
IL_Replay
An anonymized battle replay dataset for imitation learning and offline AI research: 252,238 replays and 17,836,160 actions. The replays and actions configurations expose the two related tables separately. All records are in the train split.
本目录合并了 252,238 场回放和 17,836,160 条动作记录。
目录
replays/part-*.parquet:对局元数据与完整payload_json,用于 Firstlight_CR 的训练缓存生成和采集回放功能。actions/part-*.parquet:展开的动作表,通过新的replay_tag与回放表关联。完整动作也保存在回放 JSON 中。manifest.json:记录数量、脱敏范围、验证结果、文件大小与 SHA-256。SHA256SUMS:Parquet 文件的 SHA-256 校验清单。compatibility.json:训练读取器、回放浏览器与回放转换的抽查结果。
Firstlight_CR 使用方式
将 .env 的 CR_REPLAY_DATASET_ROOT 设置为本目录的本地路径,即可在“采集回放”页面浏览。本目录也可作为训练缓存生成命令的 --dataset-root。
