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

VGC support -- add a battle property for your sent team #521

Closed caymansimpson closed 5 months ago

caymansimpson commented 5 months ago

Right now, once you choose your team from teampreview, you don't have a way to access the 4 mons you've chosen. I'd like to add a property to the Battle object to store this information. Do you have a preference of what property this is called? (e.g. sent_team, chosen_team, etc)

hsahovic commented 5 months ago

Ideally, I would like this to be stored in the regular team attribute, while your full team (including non-selected ones) is stored somewhere else.

caymansimpson commented 5 months ago

Closing this to merge with #522