|
|
|
|
|
by daveguy
3020 days ago
|
|
They showed that the system could be adapted to learn any two player perfect info game. Once it has learned Go it won't play chess. Also, it has to be manually adapted. By this logic minimax has also been shown to do the same: https://en.m.wikipedia.org/wiki/Minimax |
|
In pure form, it can't be applied to any game where you cannot enumerate every last possible board position (so Chess and Go are out). And with heuristics, those heuristics effectively become the algorithm and they're really complex.