Earlier quoted context omitted.
AlphaGo is essentially built on the work that IBM did on TD-Gammon (a reinforcement learning backgammon player) in the 90s. Pretty much the same thing happened with TD-Gammon with it playing unconventional moves, in the longer term humans ended up adopting some of TD-Gammon's tactics once they understood how they played out, it wouldn't be surprising to see the same happen with Go.
> AlphaGo is essentially built on the work that IBM did on TD-Gammon (a reinforcement learning backgammon player) in the 90s. Citation needed.
AlphaGo beats Lee Sedol again in match 2 of 5
431–440 of 576 posts
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#432Earlier quoted context omitted.
Yeah, that explanation from the DeepMind team member today put a whole new spin on some of the 'odd' late game moves. It doesn't 'care' about about margins so it will shore up its odds of a win in preference to increasing the margin if it wins.
that's very interesting exlanation.. do you have the link to the interview of the DeepMind team?
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#433Earlier quoted context omitted.
I've seen this happen with "modern tennis" versus how I was taught to play.
This is interesting. Could you (or someone else whose had this experience) elaborate?
http://www.nytimes.com/2006/08/20/sports/playmagazine/20fede...
Although it takes a few paragraphs until it gets into the details of "today's power-baseline game."
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#434Earlier quoted context omitted.
On a more realistic side note... Professional Go players devote decades in training ever since their youth, giving up normal educations and lots of other more lucrative opportunities for their lives. It's very easy to imagine their frustrations now that their life-time devotion actually means nothing in front of the AI. It's an upright denial to the way of life they so chose and devoted. IMHO Google should donate the…
Isn't this a good thing? Why are high IQ people devoting their entire lives to a game? Maybe this will make them shift their priorities to solving problems that only really smart humans (like them) can solve.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#435Is it best of 5 or are they definitely playing 5 matches?
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#436Earlier quoted context omitted.
> he will later point out to as achieving very good results some 20 moves later This. It's a fairly common feature of any AI that uses some form of tree search/minimax, and the effect is very pronounced in chess. Even the best human players can only think 6-8 plies into the feature versus ~18 for a computer. What we can (could?) do is apply smarter evaluation functions to the board states resulting from candidate pla…
Wasn't the breakthrough with AlphaGo that it doesn't consider every board combination in the future? Because that there are too many combinations?
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#437As someone who studied AI in college and am a reasonably good amateur player, I have been following the matches between Lee and AlphaGo. AlphaGo plays some unusual moves that go clearly against any classically trained Go players. Moves that simply don't quite fit into the current theories of Go playing, and the world's top players are struggling to explain what's the purpose/strategy behind them. I've been giving it…
so, is it not possible to get the log of its thinking and take a look at why it took certain step later?!
Which attempts to visualize machine areas of attention that look like: http://www.wildml.com/wp-content/uploads/2015/12/Screen-Shot...
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#438As someone who studied AI in college and am a reasonably good amateur player, I have been following the matches between Lee and AlphaGo. AlphaGo plays some unusual moves that go clearly against any classically trained Go players. Moves that simply don't quite fit into the current theories of Go playing, and the world's top players are struggling to explain what's the purpose/strategy behind them. I've been giving it…
There's an interesting angle to this phrase "intelligent species opening up a new way of looking at the world", which is that we (humans) designed go as a game - a subset of the real world we interact with. Go is "reality" to alphago. The superset of all possible sense data it could have, in principle. Whatever "chunks" AlphaGo uses, if it does use them, all of its policies are built only from subsets of the sense da…
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#439Earlier quoted context omitted.
> the "intelligent species" can sometimes work really intelligently towards a goal that wasn't quite what you had in mind. That's called programming
Right. Skynet and Terminator are science fiction, but the slippery, unpredictable reality of how computers actually behave is right in front of your eyes as a programmer every day. Sometimes I wonder if science fiction writers do more harm than good: once they make a movie about some possible future, people feel free to dismiss it as "just science fiction", even if they have easily available empirical evidence that s…
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#440Earlier quoted context omitted.
Absolutely! And it doesn't matter in the end... Remember that AlphaGo has spent months developing its own style and theory of the game in a way that no human has ever seen. Its style is sure to have weaknesses, but humans will have a hard time figuring them out on first sight. Similarly chess computers do better in some positions than others (they love open tactics!) and one of the games that Kasparov won against Dee…
But when the weaknesses it has require looking 20 ply into the game, can anyone exploit those weaknesses? And furthermore, if the computer itself is able to see 20 ply into the game, then it can spot its own weaknesses and you need to look even further, making the question of whether it's really a weakness. Weaknesses are only relative to capabilities of the opponent to exploit them. If a tank has a weak spot that ro…
Additionally AlphaGo has the advantage that it started with a database of human play, so it has some ideas what kinds of positions humans miscalculate.
As for your tank vs horseback analogy, that's flawed at the moment. AlphaGo is probably reasonably close in strength to the human facing him. Improved human knowledge could tip the balance.
However in the future it will become an apt analogy. Computers are going to become so good that knowing the relative weaknesses in their style of play may reduce the handicap you need against them, but won't give you a chance of becoming even with them. That happened close to 20 years ago in chess, and is now only a question of time in Go.