Are there adversarial examples for Alpha Go Zero?
What do you mean? AlphaGo Zero has played itself, and they have published 20 of those games.
GAN's were not used for alphaGo, as the article points out Deepmind uses reinforcement learning and MCTS.
21–30 of 116 posts
Are there adversarial examples for Alpha Go Zero?
What do you mean? AlphaGo Zero has played itself, and they have published 20 of those games.
GAN's were not used for alphaGo, as the article points out Deepmind uses reinforcement learning and MCTS.
What makes this different from a minimax algorithm with alpha-beta pruning?
"On a long enough timeline, everything is a discrete game." (With apologies to _Fight Club_) Personally, I look forward to the day when the software I own works for me to the extent of optimizing the decisions I make during the day, even many mundane ones. Properly executed, such a system could make a big difference in my quality of life. I believe that a big piece that is missing is a solid life-model, a life-repres…
If it is optimising all your decisions, even the mundane ones, is it really your life any more? If it plugged into your brainstem and took over, by definition nobody else would notice the difference (you always did what it said anyway, or you’d be suboptimal), so why not just flood the 20 watt carbon-based neural network with bliss drugs and let the silicon-based neural network be the person instead?
Go has been studied for hundreds of years. In many cases, by people who study the game since their childhood and work on it as a full-time occupation. The consequence of Alpha Go Zero is that it can, in a matter of days, disregard and surpass all human knowledge about the game. Maximizing a score margin has been equated for a long time with maximizing your probability of winning. Alpha Go doesn't play like that... it…
A secondary reason for AlphaGo Zero's performance is that it combines both value and policy networks into a single network, since it's redundant to have two networks for move selection.
These are the two biggest distinguishing characteristics of AlphaGo Zero compared to previous AlphaGos, and the OP doesn't discuss either of them.
[1] https://en.wikipedia.org/wiki/Temporal_difference_learning
Can this technique be used to write a strong chess engine?
"On a long enough timeline, everything is a discrete game." (With apologies to _Fight Club_) Personally, I look forward to the day when the software I own works for me to the extent of optimizing the decisions I make during the day, even many mundane ones. Properly executed, such a system could make a big difference in my quality of life. I believe that a big piece that is missing is a solid life-model, a life-repres…
I do this similarly but with supplements and medication. I track a lot of my supplements that boost productivity and sleep and disregard anything that's negative. I've been continuing this over the course of a year.
I haven't added anything like a RNN to it for recommendations though. Some fears about missing up the gradient descent component scare me :)