> Because with Chess you can store the entire search space in memory.
That is incorrect.
Quoting from [0]
> Chess has approximately 10^120 game paths. These positions comprise the problem search space.
Typically, AI problems will have a very large space, too large to search or enumerate exhaustively.
But as Go has an even larger search space, it makes sense that DeepMind sees it as a bigger challenge.
That is incorrect.
Quoting from [0] > Chess has approximately 10^120 game paths. These positions comprise the problem search space. Typically, AI problems will have a very large space, too large to search or enumerate exhaustively.
But as Go has an even larger search space, it makes sense that DeepMind sees it as a bigger challenge.
[0] - http://www.cse.uaa.alaska.edu/~afkjm/cs405/handouts/search.p...