hsahovic / poke-env

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

Adding enumerations for various conditions #525

Closed caymansimpson closed 5 months ago

caymansimpson commented 5 months ago

I think it would be great to add full enumerations of volatile statues and target types so that we can better OHE moves/pokemon states for neural net inputs; these are already supported for other enums

hsahovic commented 5 months ago

Yeah, that makes sense!