Skip to content

Commit 2856a9b

Browse files
update cutoff date
1 parent 5db36ac commit 2856a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you don't want to run `train.py` yourself, pre-trained models are available i
6868

6969
1. [scrape_logs.py](vgc_bench/scrape_logs.py) scrapes logs from the [Pokémon Showdown replay database](https://replay.pokemonshowdown.com), automatically filtering out bad logs and only scraping logs with open team sheets (OTS)
7070
- optional parallelization (strongly recommended)
71-
- if you don't need logs after 03/10/2026, just download our pre-scraped dataset of logs from [vgc-battle-logs](https://huggingface.co/datasets/cameronangliss/vgc-battle-logs) and place the files in `battle_logs/`
71+
- if you don't need logs after 04/03/2026, just download our pre-scraped dataset of logs from [vgc-battle-logs](https://huggingface.co/datasets/cameronangliss/vgc-battle-logs) and place the files in `battle_logs/`
7272
1. [logs2trajs.py](vgc_bench/logs2trajs.py) parses the logs into trajectories composed of state-action transitions
7373
- optional parallelization (strongly recommended)
7474
- `--min_rating` and `--only_winner` can be used to filter out low-Elo and losing trajectories respectively

0 commit comments

Comments
 (0)