Johan de Koning, Peter McKenzie, and Chrilly Donninger also tried Go.
Go is really a lot more exciting than chess. Monte Carlo was a major breakthrough, but it feels like we still need to find a few more big ideas. Currently, the top programs have almost stopped improving for 1-2 years. It is difficult to predict, but I feel that reaching pro level may take a while.
Rémi
How many chess programmers are turning to Go?
Moderator: Ras
-
- Posts: 438
- Joined: Mon Apr 24, 2006 8:06 pm
-
- Posts: 905
- Joined: Mon Jan 15, 2007 11:23 am
- Location: Warsza
Re: How many chess programmers are turning to Go?
I play Go mostly for recreation, having reached the level of European 6 kyu. As for programming, a half-hearted attempt convined me that entry barrier is much higher than for computer chess. Beside that there seems to be an aesthetic problem with computer Go. Even top or near-programs play relatively ugly, one-sided game, going for the center of the board and easily entering do-or-die situations.
Pawel Koziol
http://www.pkoziol.cal24.pl/rodent/rodent.htm
http://www.pkoziol.cal24.pl/rodent/rodent.htm
-
- Posts: 3241
- Joined: Mon May 31, 2010 1:29 pm
- Full name: lucasart
Re: How many chess programmers are turning to Go?
I just learnt to play Go today. It's fascinating: the rules are simple, yet the possibilities and complexity that arises just immense.Rémi Coulom wrote:Johan de Koning, Peter McKenzie, and Chrilly Donninger also tried Go.
Go is really a lot more exciting than chess. Monte Carlo was a major breakthrough, but it feels like we still need to find a few more big ideas. Currently, the top programs have almost stopped improving for 1-2 years. It is difficult to predict, but I feel that reaching pro level may take a while.
Rémi
What strikes me most, is that it's never clear who is winning until you get within "calculation distance to the end". Well, it's not clear to my patzer eyes anyway. Perhaps it's obvious for advanced players much before, of course.
PS: I just installed a basic Go app on my phone, and managed to beat the computer in level 1 on the 9x9 board, on my third game (lost the first two games, mostly because I hadn't understood the rules). That's probably the Go equivalent of -500 elo or so, but it feels good to beat the machine (unlike in chess)

Theory and practice sometimes clash. And when that happens, theory loses. Every single time.
-
- Posts: 438
- Joined: Mon Apr 24, 2006 8:06 pm
Re: How many chess programmers are turning to Go?
Beware it is a hard drug. Stronger than chess. IIRC, Chrilly once said that computer chess and computer go are like cocaine and heroin.lucasart wrote:I just learnt to play Go today. It's fascinating: the rules are simple, yet the possibilities and complexity that arises just immense.
Rémi
-
- Posts: 12038
- Joined: Mon Jul 07, 2008 10:50 pm
Re: How many chess programmers are turning to Go?
I once read that a european (dutch?) im computer chess programmer said he was got some new ideas that should bring go to the top, but does not have the time to implement it. I forgot his name.Rémi Coulom wrote:Johan de Koning, Peter McKenzie, and Chrilly Donninger also tried Go.
Go is really a lot more exciting than chess. Monte Carlo was a major breakthrough, but it feels like we still need to find a few more big ideas. Currently, the top programs have almost stopped improving for 1-2 years. It is difficult to predict, but I feel that reaching pro level may take a while.
Rémi
-
- Posts: 10948
- Joined: Wed Jul 26, 2006 10:21 pm
- Full name: Kai Laskos
Re: How many chess programmers are turning to Go?
There are many books on Go (19x19) theory. It's probably richer in theory than chess. Pros are talking an unintelligible to me language. I played Go for several years, to maybe some 5-7 kyu level. To me, Crazy Stone and Zenith are monsters already. Go seems even worse to master than Chess, if one is not educated with it from childhood. On KGS I often see 7-9 dan level games of very strong amateurs, and the games are completely obscure to me. They are worse in understanding than GM games in Chess. Simply unintelligible for me.lucasart wrote:I just learnt to play Go today. It's fascinating: the rules are simple, yet the possibilities and complexity that arises just immense.Rémi Coulom wrote:Johan de Koning, Peter McKenzie, and Chrilly Donninger also tried Go.
Go is really a lot more exciting than chess. Monte Carlo was a major breakthrough, but it feels like we still need to find a few more big ideas. Currently, the top programs have almost stopped improving for 1-2 years. It is difficult to predict, but I feel that reaching pro level may take a while.
Rémi
What strikes me most, is that it's never clear who is winning until you get within "calculation distance to the end". Well, it's not clear to my patzer eyes anyway. Perhaps it's obvious for advanced players much before, of course.
PS: I just installed a basic Go app on my phone, and managed to beat the computer in level 1 on the 9x9 board, on my third game (lost the first two games, mostly because I hadn't understood the rules). That's probably the Go equivalent of -500 elo or so, but it feels good to beat the machine (unlike in chess)
-
- Posts: 12038
- Joined: Mon Jul 07, 2008 10:50 pm
Re: How many chess programmers are turning to Go?
I remember it was Vincent Diepeveen.duncan wrote:I once read that a european (dutch?) im computer chess programmer said he was got some new ideas that should bring go to the top, but does not have the time to implement it. I forgot his name.Rémi Coulom wrote:Johan de Koning, Peter McKenzie, and Chrilly Donninger also tried Go.
Go is really a lot more exciting than chess. Monte Carlo was a major breakthrough, but it feels like we still need to find a few more big ideas. Currently, the top programs have almost stopped improving for 1-2 years. It is difficult to predict, but I feel that reaching pro level may take a while.
Rémi
-
- Posts: 3241
- Joined: Mon May 31, 2010 1:29 pm
- Full name: lucasart
Re: How many chess programmers are turning to Go?
I know. That's why I will not attempt to write a Go engine. Writing a strong chess engine is hard enough, and I've done that already. But I will *play* Go every now and then, perhaps.Rémi Coulom wrote:Beware it is a hard drug. Stronger than chess. IIRC, Chrilly once said that computer chess and computer go are like cocaine and heroin.lucasart wrote:I just learnt to play Go today. It's fascinating: the rules are simple, yet the possibilities and complexity that arises just immense.
Rémi
Theory and practice sometimes clash. And when that happens, theory loses. Every single time.
-
- Posts: 2094
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: How many chess programmers are turning to Go?
I learned Go in grad school. Learned it, because I heard it was harder for computers than Chess. I wrote a Go program 2 years before I started NoonianChess. I wanted to do Chess first, but there was a guy at work that was a 4th dan Go player. I had it working under the Cgoban GUI and the goal was to be better than Godummy. I achieved that goal and switched to Chess. The Go master took a job elsewhere. Initially there is a lot in the way of data structures and initial code for stone groupings...
It was fun and it was able to beat Godummy easily without any search. I believe the real research in Go needs to be in the eval. I said the same thing about Chess in the late 1980s and 90s and 00s...
Micro and Macro patterns are a big deal in Go and depth of search is too limited thus eval and strategy rule.
It was fun and it was able to beat Godummy easily without any search. I believe the real research in Go needs to be in the eval. I said the same thing about Chess in the late 1980s and 90s and 00s...
Micro and Macro patterns are a big deal in Go and depth of search is too limited thus eval and strategy rule.
-
- Posts: 238
- Joined: Tue Jul 12, 2011 1:31 pm
Re: How many chess programmers are turning to Go?
An interesting match between CrazyStone and Franz-Josef Dickhut (6d) is going on these days.
Here's the info of the match and two short interviews with Franz-Josef and Remi Coulom:
https://blog.codecentric.de/en/2014/10/ ... mi-coulom/
Here's the info of the match and two short interviews with Franz-Josef and Remi Coulom:
https://blog.codecentric.de/en/2014/10/ ... mi-coulom/
Two first meanings of the dutch word "leren":
1. leren [vc] (learn, larn, acquire) acquire or gain knowledge or skills.
2. leren [v] (teach, learn, instruct) impart skills or knowledge to.
1. leren [vc] (learn, larn, acquire) acquire or gain knowledge or skills.
2. leren [v] (teach, learn, instruct) impart skills or knowledge to.