Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Algorithms to play Game of Go?

What is the state of the art of algorithms to play the game of Go ?
Which articles (describing algorithms) are best to read ?

There is a StackExachge site devoted to Go, but not enough people commited to ask the question there.

like image 595
Łukasz Lew Avatar asked Feb 27 '23 08:02

Łukasz Lew


2 Answers

All the current top bots use Monte Carlo -based algorithms. They're usually heavily adapted to Go and have many additional layers to support the MC algorithm in predicting the outcome of each move. You can look at an open source bot such as Fuego for an example.

like image 63
tsiki Avatar answered Mar 05 '23 19:03

tsiki


This is the most basic resource start, but it is quite complete I dare to say

like image 24
rano Avatar answered Mar 05 '23 18:03

rano