Of course, a plausible alternate explanation is that AlphaGo felt like it needed to make risky moves to catch up.
Lee Sedol Beats AlphaGo in Game 4
51–60 of 471 posts
Re: Lee Sedol Beats AlphaGo in Game 4
#52Was it AlphaGo losing the game, or Lee Sedol winning it?
Lee Sedol winning, and keeping his cool and not make any mistakes. AlphaGo, on the other hand, went bonker especially towards the end but it got into bad territory not because of silly mistakes but brilliant play by Lee Sedol. Could it possibly be that both of the mistakes were bugs? Perhaps it suggested a non-sensical position such as (25.23, 13.15), and it was snapped to (19, 13) :D
Another thing to keep in mind is that AlphaGo has no "memory", so every turn it looks at the board fresh. This means if the probabilities are very close you could have it jump around a bit either due to numerical noise from floating point calculations, model errors, or just tiny differences in probability making the behavior appear erratic and quick to change "strategy".
Re: Lee Sedol Beats AlphaGo in Game 4
#53LSD maybe the only human to ever win against AlphaGo.
Ke Jie won 8 out of 10 when went against Lee though. Lee is probably not the strongest in the world right now.
Re: Lee Sedol Beats AlphaGo in Game 4
#54Earlier quoted context omitted.
AlphaGo resigns The result "W:Resign" was added to the game information. Edit: Tinyyy is right.
I think it reads W:Resign
Re: Lee Sedol Beats AlphaGo in Game 4
#55Re: Lee Sedol Beats AlphaGo in Game 4
#56Toward the end AlphaGo was making moves that even I (as a double-digit kyu player) could recognize as really bad. However, one of the commentators made the observation that each time it did, the moves forced a highly-predictable move by Lee Sedol in response. From the point of view of a Go player, they were non-sensical because they only removed points from the board and didn't advance AlphaGo's position at all. From the point of view of a programmer, on the other hand, considering that predicting how your opponent will move has got to be one of the most challenging aspects of a Go algorithm, making a move that easily narrows and deepens the search tree makes complete sense.
Re: Lee Sedol Beats AlphaGo in Game 4
#57Earlier quoted context omitted.
Another angle - https://i.imgur.com/Pl7xPfk.jpg
AlphaGo resigns The result "W:Resign" was added to the game information. Edit: Tinyyy is right.
[1] http://gall.dcinside.com/board/view/?id=baduk&no=109200&page...
Re: Lee Sedol Beats AlphaGo in Game 4
#58So AlphaGo is just a bot after all... Toward the end AlphaGo was making moves that even I (as a double-digit kyu player) could recognize as really bad. However, one of the commentators made the observation that each time it did, the moves forced a highly-predictable move by Lee Sedol in response. From the point of view of a Go player, they were non-sensical because they only removed points from the board and didn't a…
Re: Lee Sedol Beats AlphaGo in Game 4
#59Am I right by asumming, that if they would play another game (AlphaGo black and Lee Sedol white), that Lee Sedol could pressure AlphaGo into makeing the same mistake again?
Re: Lee Sedol Beats AlphaGo in Game 4
#60Am I right by asumming, that if they would play another game (AlphaGo black and Lee Sedol white), that Lee Sedol could pressure AlphaGo into makeing the same mistake again?
I think the answer would be most likely not - the monte carlo tree search is randomized so AlphaGo's responses to Sedol may not be exactly the same, requiring Sedol to not be able to repeat the exact same play.