CoolFace
Datasetpublic

cameronangliss/vgc-battle-logs

Dataset from the paper VGC-Bench: Towards Mastering Diverse Team Strategies in Competitive Pokémon. Code: vgc-bench Older Scarlet/Violet (Regs A through J) logs have been archived to vgc-battle-logs-sv. Contains data for 4 Gen 9 Pokémon VGC Champions formats (Regs M-A and M-B), all filtered for Open Team Sheets (OTS). See: scrape_logs.py for the code that scraped these 88,905 logs from the Pokémon Showdown replay database logs2trajs.py for the code that reads the logs from player 1 and 2's… See the full description on the dataset page: https://huggingface.co/datasets/cameronangliss/vgc-battle-logs.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
2likes736downloads
Dataset Card

Dataset from the paper VGC-Bench: Towards Mastering Diverse Team Strategies in Competitive Pokémon.

Code: vgc-bench

Older Scarlet/Violet (Regs A through J) logs have been archived to vgc-battle-logs-sv.

Contains data for 4 Gen 9 Pokémon VGC Champions formats (Regs M-A and M-B), all filtered for Open Team Sheets (OTS). See:

  • —scrape_logs.py for the code that scraped these _88,905_ logs from the Pokémon Showdown replay database
  • —logs2trajs.py for the code that reads the logs from player 1 and 2's perspective, yielding ~_177,810 trajectories (2 per battle), or ~1,474,324_ transitions
  • —pretrain.py for the code that uses those ~1.5M transitions to train a policy with behavior cloning

Each provided json file contains data in the following format:

{
    "<battle-id>": ("<time-of-battle-in-epoch-seconds>", "<battle-log>"),
    ...
}
VGC FormatLatest Log (GMT)Total LogsUnrated1000-10991100-11991200-12991300-13991400-14991500-15991600-16991700-17991800+
Champ Reg MA (2026)06-20-2026, 00:37:346,90511,022703612427412298156125487
Champ Reg MA BO3 (2026)06-20-2026, 22:32:2477,83317,65230,23045,70333,20620,9906,6851,08810840
Champ Reg MB (2026)06-20-2026, 22:36:56324534582816732000
Champ Reg MB BO3 (2026)06-20-2026, 22:51:193,8432,2903,0731,9483194772000

Cite us

bibtex
@inproceedings{anglissvgc,
  title={VGC-Bench: Towards Mastering Diverse Team Strategies in Competitive Pok{\'e}mon},
  author={Angliss, Cameron L and Cui, Jiaxun and Hu, Jiaheng and Rahman, Arrasy and Stone, Peter},
  booktitle={The 25th International Conference on Autonomous Agents and Multi-Agent Systems}
}