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).
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!
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).