pmariglia / showdown

A Pokemon Showdown Battle Bot written in Python
GNU General Public License v3.0
257 stars 175 forks source link

How did you guys did this? #67

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm building something similar but don't know where to get starteted. Can you tell me about how did you do this, no code, just an explanation

ghost commented 3 years ago

*started

yoursred commented 3 years ago

It uses MiniMax, a tree searching algorithm.

pmariglia commented 3 years ago

Yeah this project is an expectiminimax algorithm with a scoring function.

There's more to it of course - there's logic around keeping track of the state, determining the most likely moves/item/ability/spread that a Pokemon may have, interacting with the showdown server.

ghost commented 3 years ago

Thanks 👍‍‍