CoolFace
Datasetpublic

life1904/vgc-battle-logs

Dataset from the paper VGC-Bench: Towards Mastering Diverse Team Strategies in Competitive Pokémon. Code: vgc-bench Contains data for 18 Gen 9 Pokémon VGC formats, all filtered for Open Team Sheets (OTS). See: scrape_logs.py for the code that scraped these 906,870 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,813,688 trajectories (99.997% successful log read rate), or 16,832,842 transitions… See the full description on the dataset page: https://huggingface.co/datasets/life1904/vgc-battle-logs.

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes67downloads
Dataset Card

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

Code: vgc-bench

Contains data for 18 Gen 9 Pokémon VGC formats, all filtered for Open Team Sheets (OTS). See:

  • —scrape_logs.py for the code that scraped these _906,870_ 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,813,688 trajectories (99.997% successful log read rate), or 16,832,842_ transitions
  • —pretrain.py for the code that uses those ~17M 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)03-19-2026, 08:55:385791,158000000000
Reg F (2024)05-28-2024, 23:16:4516,44532,890000000000
Reg F BO3 (2024)05-27-2024, 16:29:2166132000000000
Reg G (2024)04-03-2026, 17:00:4922,41844,836000000000
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)01-05-2026, 18:41:2416,26819,7861,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)04-03-2026, 18:52:1114,99419,3421,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)04-03-2026, 18:56:202,3362,8763486484302539321300
Reg I BO3 (2026)04-03-2026, 19:35:4631,3145,03822,36322,5458,9763,019610671000

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