hsahovic / poke-env

A python interface for training Reinforcement Learning bots to battle on pokemon showdown
https://poke-env.readthedocs.io/
MIT License
297 stars 100 forks source link

moltresgalar isn't listed in Pokedex #84

Closed Jay2645 closed 3 years ago

Jay2645 commented 3 years ago

Seems like data/pokedex.json is missing an entry for moltresgalar and it's causing crash bugs whenever a game is started with Galarian Moltres in the list of Pokemon.

Is there a command I can run locally to force-fetch the Pokedex from the Showdown repo and have the .json files automatically placed in the proper locations? I see there's something along those lines in the scripts directory, but looks like it just outputs to out.json and not to the proper locations (not that it's the end of the world).

hsahovic commented 3 years ago

Hey @Jay2645,

Thanks for opening this issue. Yep, the current data files are a couple days old and have not been updated with showdown's latest releases. I was planning on updating them this weekend, but you can indeed use the scripts you found to do that manually (they output out.txt to allow comparisons before merging, but you can copy-paste their output in place of the data files and things should run fine).

If you don't care about the latest releases, you can also use poke-env with this version of showdown, which is optimized for performance (but does not provide human players).

Let me know if you encounter any other issue!

hsahovic commented 3 years ago

This should be fixed by release 0.3.9 :)