Comment special tactics? (Score 1) 186
AlphaGo at its core is an MCTS
For such a thing, one needs (I think) to do some unexpected moves to constantly force machine into sparsely probed regions.
And, during discovery stage, one needs doing it "off-line" to avoid google's retraining. Thankfully, space is big enough to ensure that google can be forced quickly enough into deep woods.
For a match like this - one needs to use different precalculated prologs for all games (won or lost).
It's more like hacking than playing...
For such a thing, one needs (I think) to do some unexpected moves to constantly force machine into sparsely probed regions.
And, during discovery stage, one needs doing it "off-line" to avoid google's retraining. Thankfully, space is big enough to ensure that google can be forced quickly enough into deep woods.
For a match like this - one needs to use different precalculated prologs for all games (won or lost).
It's more like hacking than playing...