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

Question: What's the extent of the doubles support #289

Open haasj22 opened 2 years ago

haasj22 commented 2 years ago

I was hoping to use this project to make agents that play pokemon doubles.

I have followed the documentation to get two agents two play each other with a custom gen8ou team; however, if I change the format to gen 8 doubles, the program stops working and battles no longer start on the server despite both teams being valid gen 8 ou doubles. Does this framework not support doubles at all or do I just need to implement more features into a doubles agent for it to be functional? Thanks.

hsahovic commented 2 years ago

Hey @haasj22,

Thanks for this report. Gen 8 doubles should be supported - was there any error in the logs? I can take a look at it when I have some time, but this should be working (and we have some integration tests involving doubles that currently work fine).