Best generation to write a Showdown bot for

I am going to a minimax algorithm to create a bot for Pokemon showdown. That is an algorithm that will look several turns ahead to decide which move will have the best outcome for me assuming that the opponent plays perfectly.
I'm going to use a ML algorithm to predict the outcomes of situations and prune (remove) many of the moves from the search tree. What I am wondering is if anyone has any ideas for which generation this algorithm would work best for? I have access to data for generations 1-6.
 

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top