skotz / volcanoes

Prototype for a new board game
4 stars 1 forks source link

Monte Carlo Engine #13

Closed skotz closed 5 years ago

skotz commented 5 years ago

Create an engine using a Monte Carlo tree search. This algorithms doesn't need a heuristic evaluation function, so it's good for games without a lot of developed theory.