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

Add DoublesMaxBasePowerPlayer #531

Closed AFumis closed 6 months ago

AFumis commented 7 months ago

Adds DoublesMaxBasePowerPlayer, a simple rule-based agent for double battles that picks the move with the highest BP, taking into account moves that hit both targets and the spread damage modifier. If the chosen move is single target, it picks randomly between opponents (but not the ally).

hsahovic commented 6 months ago

Following up on our discussion on discord, I forked your branch in: https://github.com/hsahovic/poke-env/pull/537 Considering this, I'm closing this PR. Thanks for your contribution!