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 103 forks source link

Support for VGC2022 Doubles #291

Open Bobcow40 opened 2 years ago

Bobcow40 commented 2 years ago

As a VGC 2022 competitor I would really like support for VGC2022 Doubles format for reinforcement learning with Open AI GYM.

If there's anything I can do to help the process please let me know. Or if there's ideas on ways to go about this myself, I'm happy to help and do what I can in the process as I think it would be really cool to have support for VGC2022 Doubles!

Thanks!

hsahovic commented 2 years ago

Hey @Bobcow40,

Currently, doubles support does not include the Gym API. However, it should be doable with a bit of work - if you want to get started I would recommend starting by looking at this class.