not sure if SO is the right place to ask this question, but I am gonna try anyway.
I am playing with neural networks and poker and I am facing a problem that is how to evaluate different players. Poker variant I am talking about is No-limit holdem for 6 players. Is there a better way to find out exact (or atleast somehow exact) winrate of players, than to simulate X (ranging from hundreds of thousands to milions) hands? Problem is that simulating milion of hands is kinda time-consuming, since each move means calculating neural network output. Generating all possible hand and board options doesn't seem like a good idea, since there is a LOT of them.
Is it possible to do it better?