peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

Randomness in mcts #77

Closed peter1591 closed 7 years ago

peter1591 commented 7 years ago

Pass random seed for selection phase to mcts, so caller can control tree size

Simulation phase can use another random seed

peter1591 commented 7 years ago

fixed in d79bc5b9