CoolFace
Datasetpublic

cameronangliss/vgc-battle-logs-sv

Dataset from the paper VGC-Bench: Towards Mastering Diverse Team Strategies in Competitive Pokémon. Code: vgc-bench This is the archive of older Scarlet/Violet (Regs A through J) logs. For the current Champions-format logs, see vgc-battle-logs. Contains data for 18 Gen 9 Pokémon VGC Scarlet/Violet formats (Regs A through J), all filtered for Open Team Sheets (OTS). See: scrape_logs.py for the code that scraped these 936,352 logs from the Pokémon Showdown replay database logs2trajs.py for the… See the full description on the dataset page: https://huggingface.co/datasets/cameronangliss/vgc-battle-logs-sv.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes135downloads
Dataset Card

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

Code: vgc-bench

This is the archive of older Scarlet/Violet (Regs A through J) logs. For the current Champions-format logs, see vgc-battle-logs.

Contains data for 18 Gen 9 Pokémon VGC Scarlet/Violet formats (Regs A through J), all filtered for Open Team Sheets (OTS). See:

  • —scrape_logs.py for the code that scraped these _936,352_ 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 ~_1,872,704 trajectories (2 per battle), or ~14,936,632_ transitions
  • —pretrain.py for the code that uses those ~15M 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+
Reg D (2023)06-17-2026, 03:16:146151,230000000000
Reg F (2024)05-28-2024, 23:16:4516,44532,890000000000
Reg F BO3 (2024)05-27-2024, 16:29:2166132000000000
Reg G (2024)06-20-2026, 14:59:2822,86045,720000000000
Reg G BO3 (2024)09-01-2024, 00:58:1058116000000000
Reg H (2024)01-01-2025, 17:44:0416,02031,52044117889789591691
Reg H BO3 (2024)12-15-2024, 20:02:504386000000000
Reg G (2025)05-01-2025, 16:16:3016,45119,3501,8893,8422,8322,6911,478589193362
Reg G BO3 (2025)05-01-2025, 16:43:52191,01641,48478,396111,46672,67848,96221,9166,223887200
Reg H (2025)12-02-2025, 04:11:567,8658,9361,1351,8321,2591,2778253867460
Reg H BO3 (2025)12-02-2025, 06:13:04154,80031,77476,08894,64356,14433,92113,2093,382392470
Reg I (2025)06-20-2026, 15:09:5616,35919,9681,9883,4552,6242,3601,458669179152
Reg I BO3 (2025)09-01-2025, 15:21:06183,26743,31481,082110,91268,43842,76415,5063,789633960
Reg J BO3 (2025)01-06-2026, 02:46:388,05116,102000000000
Reg F (2026)06-12-2026, 18:04:5115,78620,9261,9342,7461,8581,8031,312642290574
Reg F BO3 (2026)04-02-2026, 06:57:34224,87954,85891,238125,71487,79660,18422,6376,469820420
Reg I (2026)06-12-2026, 16:56:583,9544,5085931,117790560221932600
Reg I BO3 (2026)06-12-2026, 22:15:0057,81712,58233,32036,79219,7439,6602,9395395900

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}
}