Welcome

Any topic that does not fit elsewhere
Post Reply
Rémi Coulom
Posts: 219
Joined: Tue Feb 12, 2008 8:31 pm
Contact:

Welcome

Post by Rémi Coulom »

Welcome to the Game AI Forum.

Some specialized forums and mailing lists have played an important role in the development of artificial intelligence for games such as chess or Go. This forum aims to offer a similar service, but with a more general scope. The discussion of any game is welcome here.

If the game you are interested in already has a forum or a mailing list, you might prefer to use it instead: A collection of other essential links: Please reply to this message if you would like to add to these lists.

Rémi
Last edited by Rémi Coulom on Wed Jul 22, 2020 11:28 am, edited 14 times in total.
vintermann
Posts: 14
Joined: Wed Feb 13, 2008 11:03 am

Re: Welcome

Post by vintermann »

Thanks for setting up this forum. I am myself trying to write a Hex program based on UCT/MC/Bandit-techniques, and it will be great to have someone to exchange experiences with. I never felt it was quite appropriate in the computer go mailing list...

I'm only implementing the game logic yet, but I have thought about it for a while: Since pieces never move in Hex, I think you can make some assumptions in playouts which speeds things up considerably. For instance, once you have a sequence of moves which is a win for vertical, all reorderings of these moves also constitute winning sequences for vertical. Using the "all moves as first" heuristic therefore seems to be on much more solid ground than in Go.

I have wondered if it might not even be possible to calculate what the playouts would converge at, without doing the playouts at all.
Post Reply