Hi!

On Sun, Jan 17, 2010 at 04:12:19PM -0000, Alan Cameron wrote:
> I have been reading this mailing list for some time as the subject interests
> me. I have a request - can anyone provide a reading list of books or web
> pages which would introduce me to the science of artificial intelligence
> such as would be employed in writing a computer go program?

  citeulike.com has a group on Computer Go that contains a good overview
of latest development in the area, however I'm not sure how good it is
for introductory material.

  The problem is, there are many very diverse ways to implement a go program;
it can play according to static rules and alpha,beta tactical search, it
can use neural networks to choose a move, it can use Monte Carlo
simulations, or Monte Carlo Tree Search (usually UCT). These approaches
have very little to do with each other (aside of technicalities like
Go board implementation or GTP interface), so you would have to be more
specific on the approach you want to take.

-- 
                                Petr "Pasky" Baudis
A lot of people have my books on their bookshelves.
That's the problem, they need to read them. -- Don Knuth
_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to