peter1591 / hearthstone-ai

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

MCTS UCB formula #64

Open peter1591 opened 7 years ago

peter1591 commented 7 years ago

Smooth UCB: [Self-Play Monte-Carlo Tree Search in Computer Poker] https://pdfs.semanticscholar.org/7b68/7599b4425aa959036071030e1212a3b359c7.pdf

peter1591 commented 7 years ago

UCB-Aux http://www.cs.bris.ac.uk/~flach/ECMLPKDD2012papers/1125767.pdf