I kind of do know everything the best go bot knows? For a given definition of “knows.”
At the most simple: I know that the best move to make given a board is the one that leads to a victory board state, or, failing that, a board state with the best chance of leading to a victory board state. Which is all a go progam is doing.
Now, the program is able to evaluate those conditions to a much deeper search depth & breadth than I can, but that isn’t a matter of knowledge, just ability-to-implement knowledge.
I wouldn’t count the database of prior games as part of the go program, since I (or a different program) could also have access to that same database.
I kind of do know everything the best go bot knows? For a given definition of “knows.”
At the most simple: I know that the best move to make given a board is the one that leads to a victory board state, or, failing that, a board state with the best chance of leading to a victory board state. Which is all a go progam is doing.
Now, the program is able to evaluate those conditions to a much deeper search depth & breadth than I can, but that isn’t a matter of knowledge, just ability-to-implement knowledge.
I wouldn’t count the database of prior games as part of the go program, since I (or a different program) could also have access to that same database.