Go back
Go

Go

Only Chess

Vote Up
Vote Down

OK, so this is not *strictly* about chess...

Anyone here play 'Go', the strategic board game? Just started playing it and apparently it is more in-depth than chess. The worlds best computers cannot beat the top ranked Go players.

Anyway....discuss.

Vote Up
Vote Down

Nope.
Never played it.

Vote Up
Vote Down

there are not so many fans, and not so much money involved in this game. That's why I think the programmers did not work hard enough to create some very strong computer engines to play it=>humans still better...

Vote Up
Vote Down

Originally posted by vipiu
there are not so many fans, and not so much money involved in this game. That's why I think the programmers did not work hard enough to create some very strong computer engines to play it=>humans still better...
Go is very big in some parts of the world. Im told its much more complex than chess (maybe from a brute force point of view).

Vote Up
Vote Down

Originally posted by vipiu
there are not so many fans, and not so much money involved in this game. That's why I think the programmers did not work hard enough to create some very strong computer engines to play it=>humans still better...
Plenty of people are working on it - it's seen as one of the next big problems to crack in AI programming.

The main problem is that Go is much more strategic than chess. We know chess computers are brilliant at tactics, but not so good positionally. Pretty much everything in Go is positional.

Vote Up
Vote Down

It's definitly worth a try. I have so far been thrashed in nearly every online game I have played, but every now and then I sort of click and begin to get a feel for the game. Very deep.

I was suprised that it has a full handicapping system as well. Thus, weak players can still play against strong'uns and have a chance.

Vote Up
Vote Down

I played go a while ago but I didn't continue because of the so few players to be found. Chess is not so complicated game, not so in depth, despite the many rules involved, compared with go.

Do we have Red Hot Go soon...?

Vote Up
Vote Down

Originally posted by FabianFnas
[b]I played go a while ago but I didn't continue because of the so few players to be found.[b]
This is a proof for my tell...

Vote Up
Vote Down

Originally posted by mtthw
Plenty of people are working on it - it's seen as one of the next big problems to crack in AI programming.

The main problem is that Go is much more strategic than chess. We know chess computers are brilliant at tactics, but not so good positionally. Pretty much everything in Go is positional.
Are you sure thats the reason?


I was under the impression that the (only) reason go was harder for computers than chess is because in just about every position, there are more legal moves than in chess.

so, a 5 ply search (brute force) takes a lot longer in Go than chess, consequently, computers cant see as far ahead, hence they lose.

**In addition to that, you also have to factor in turns can be "missed"**

Vote Up
Vote Down

Chess is like a single battle; Go is like a war.

Vote Up
Vote Down

Originally posted by Mike OConnor
OK, so this is not *strictly* about chess...

Anyone here play 'Go', the strategic board game? Just started playing it and apparently it is more in-depth than chess. The worlds best computers cannot beat the top ranked Go players.

Anyway....discuss.
I've played a couple of games on the net. My only impression was that it appears that, once one player starts to win pieces, they seem to win a lot in one go. Perhaps it was just two crap players playing each other (which i would assume is the case, as i'd never played it before and neither had my opponent!!). We played 3 games and this pattern seemed to follow through each game. I enjoyed it though, it's a good game. 🙂

Vote Up
Vote Down

Originally posted by Shinidoki
Are you sure thats the reason?


I was under the impression that the (only) reason go was harder for computers than chess is because in just about every position, there are more legal moves than in chess.

so, a 5 ply search (brute force) takes a lot longer in Go than chess, consequently, computers cant see as far ahead, hence they lose.

**In addition to that, you also have to factor in turns can be "missed"**
That as well, but it's a lot deeper problem than that.

There's some more info here:

http://en.wikipedia.org/wiki/Computer_Go