Crazystone with H4 beats Ishida

For discussing go computing, software announcements, etc.
Post Reply
User avatar
tchan001
Gosei
Posts: 1582
Joined: Wed Apr 21, 2010 6:44 pm
GD Posts: 1292
Location: Hong Kong
Has thanked: 54 times
Been thanked: 534 times
Contact:

Crazystone with H4 beats Ishida

Post by tchan001 »

http://mainichi.jp/english/english/news ... 7000c.html


Source of sgf: http://www.computer-go.info/h-c/
http://tchan001.wordpress.com
A blog on Asian go books, go sightings, and interesting tidbits
Go is such a beautiful game.
logan
Lives in gote
Posts: 641
Joined: Sat May 29, 2010 11:52 am
GD Posts: 9
Has thanked: 141 times
Been thanked: 437 times

Re: Crazystone with H4 beats Ishida

Post by logan »

mv 224, sweet
User avatar
ez4u
Oza
Posts: 2414
Joined: Wed Feb 23, 2011 10:15 pm
Rank: Jp 6 dan
GD Posts: 0
KGS: ez4u
Location: Tokyo, Japan
Has thanked: 2351 times
Been thanked: 1332 times

Re: Crazystone with H4 beats Ishida

Post by ez4u »

In his blog, Takao Shinji was most impressed by :b52:. He wrote that humans would only think of cutting off the single stone with H4. J3 looks like an elementary mistake but if White connects at H4 with 53, White will play the atari at K2 and then capture everything with G6. After the plays at the bottom, Black remains securely ahead throughout the game, he concludes.
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Crazystone with H4 beats Ishida

Post by Bill Spight »

One thing that struck me was how human like most of Crazystone's play was. I was especially struck by the play in the two top corners. I suspect that it is not just that the program has improved over the past few years.

In a way, it is a disappointment. One thing that I enjoyed about computer play was how frequently strong programs would tenuki or make seemingly vague plays that worked out later on. That was thought provoking, like meeting an alien intelligence. :)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
RobertJasiek
Judan
Posts: 6273
Joined: Tue Apr 27, 2010 8:54 pm
GD Posts: 0
Been thanked: 797 times
Contact:

Re: Crazystone with H4 beats Ishida

Post by RobertJasiek »

Bill, yes. However, too many program inventions are pruned by human-like input in the code. This is not necessarily a sign of greater intelligence, but could be a sign of restricted intelligence on the altar of making the program as human-like as their programmers wish.
tundra
Lives with ko
Posts: 128
Joined: Wed May 12, 2010 9:14 am
GD Posts: 0
Has thanked: 127 times
Been thanked: 43 times

Re: Crazystone with H4 beats Ishida

Post by tundra »

.
Last edited by tundra on Mon Oct 09, 2017 9:27 am, edited 1 time in total.
And the go-fever which is more real than many doctors’ diseases, waked and raged...
- Rudyard Kipling, "The Light That Failed" (1891)
User avatar
jts
Oza
Posts: 2664
Joined: Sat Sep 18, 2010 4:17 pm
Rank: kgs 6k
GD Posts: 0
Has thanked: 310 times
Been thanked: 634 times

Re: Crazystone with H4 beats Ishida

Post by jts »

Bill Spight wrote:One thing that struck me was how human like most of Crazystone's play was. I was especially struck by the play in the two top corners. I suspect that it is not just that the program has improved over the past few years.

In a way, it is a disappointment. One thing that I enjoyed about computer play was how frequently strong programs would tenuki or make seemingly vague plays that worked out later on. That was thought provoking, like meeting an alien intelligence. :)
I felt the same way (about human play), although I couldn't put it into words as precisely as you have.
Boidhre
Oza
Posts: 2356
Joined: Mon Mar 05, 2012 7:15 pm
GD Posts: 0
Universal go server handle: Boidhre
Location: Ireland
Has thanked: 661 times
Been thanked: 442 times

Re: Crazystone with H4 beats Ishida

Post by Boidhre »

tundra wrote:What were the time settings for the game?

If it was blitz, the result is not so interesting, at least IMHO. But if the limits were more reasonable, say at least one hour of main time for each player, plus some form of overtime, it becomes much more interesting.
From here: http://jsb.cs.uec.ac.jp/~igo/eng/

30 mins absolute.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Crazystone with H4 beats Ishida

Post by Kirby »

RobertJasiek wrote:Bill, yes. However, too many program inventions are pruned by human-like input in the code. This is not necessarily a sign of greater intelligence, but could be a sign of restricted intelligence on the altar of making the program as human-like as their programmers wish.
To have a measure of greater intelligence, it is necessary to specify what is meant by intelligence. I don't think there is a universal definition in the world of computer AI.

If we say that "intelligence" in a go program means that it is more likely to win a game, it seems clear that being more like a human does not necessarily imply this.
be immersed
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Crazystone with H4 beats Ishida

Post by Bill Spight »

Marcel Grünauer wrote:A 64-core computer against a 64-year-old pro nicknamed "computer".

I wonder what threats CrazyStone saw at moves 126 and 224.
Maybe someone with experience with computer play can comment, but I think that I understand 126. I am pretty sure that CrazyStone builds a game tree with two parts. The top portion is like the game trees built by classical computer programs, an enumeration of pertinent variations that end in evaluated leaves. The bottom portion is (more or less) random play from each leaf to the end of the game, used to evaluate the leaf. (This portion may be ephemeral.) My guess is that some of these random playouts resulted in White making life or ko on the top side, which resulted in losses for Black. Black 126 reduced the probability of those losses, while eliminating the White sente on the edge. The same probably holds for 224, with a much lower probability of loss. Black 124 is also a safety first move. :)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
User avatar
ez4u
Oza
Posts: 2414
Joined: Wed Feb 23, 2011 10:15 pm
Rank: Jp 6 dan
GD Posts: 0
KGS: ez4u
Location: Tokyo, Japan
Has thanked: 2351 times
Been thanked: 1332 times

Re: Crazystone with H4 beats Ishida

Post by ez4u »

Boidhre wrote:
tundra wrote:What were the time settings for the game?

If it was blitz, the result is not so interesting, at least IMHO. But if the limits were more reasonable, say at least one hour of main time for each player, plus some form of overtime, it becomes much more interesting.
From here: http://jsb.cs.uec.ac.jp/~igo/eng/

30 mins absolute.
Thirty minutes followed by single-period, 30-second byo yomi. From the Japanese tournament page.
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: Crazystone with H4 beats Ishida

Post by Rémi »

Boidhre wrote:
tundra wrote:What were the time settings for the game?

If it was blitz, the result is not so interesting, at least IMHO. But if the limits were more reasonable, say at least one hour of main time for each player, plus some form of overtime, it becomes much more interesting.
From here: http://jsb.cs.uec.ac.jp/~igo/eng/

30 mins absolute.
This was the time control for the UEC Cup. The games against Ishida were played with a byo-yomi of 30 second per move. Crazy Stone was using 25 second per move of thinking time to leave 5 second for move input.

Rémi
User avatar
ez4u
Oza
Posts: 2414
Joined: Wed Feb 23, 2011 10:15 pm
Rank: Jp 6 dan
GD Posts: 0
KGS: ez4u
Location: Tokyo, Japan
Has thanked: 2351 times
Been thanked: 1332 times

Re: Crazystone with H4 beats Ishida

Post by ez4u »

Hi Rémi! Could you comment on your experience? How was the tournament, the game against Ishida, etc.?
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21
Rémi
Lives with ko
Posts: 170
Joined: Sat Jan 14, 2012 4:11 pm
Rank: KGS 4 kyu
GD Posts: 0
Has thanked: 32 times
Been thanked: 119 times
Contact:

Re: Crazystone with H4 beats Ishida

Post by Rémi »

ez4u wrote:Hi Rémi! Could you comment on your experience? How was the tournament, the game against Ishida, etc.?
The tournament was really nice. This year the organizers had more sponsors and funding, so they could offer to cover travel expenses of some participants. As a result, many western Go programmers attended (David Fotland, Martin Mueller, and Petr Baudis were there). All the top programs participated, except for Ginsei Igo (this year the organizers required the presence of programmers, which may be difficult for North Koreans). We had a lot of fun together.

You can see some photos of the final day there:
http://www.yss-aya.com/photo/20130316ue ... dex01.html

It was great to have the opportunity to play against Ishida. I operated Crazy Stone and was a bit nervous during the match. Below is the plot of the win rate:

Image

The win rate dropped a bit when Ishida invaded at the top.

Rémi
Post Reply