|
|
|
|
|
by guicho271828
3260 days ago
|
|
That idea is nearly 30 yrs old, it is the whole point of IDA* (Korf 85) and maybe Frontier Search (Korf 99) too. Their benefits, drawbacks and the cure are all well studied. I'm surprised some people who discuss AI do not know these famous algorithms. MCTS's playouts do not need to backtrack (they are just the greedy probes), so it is irrelevant. By backtrack, do not confuse it with the backpropagaton in MCTS. I do not see the connection to TPU. |
|
The concept is completely orthogonal to choosing which node (next state) to expand next. It's about managing the internal representation of a state.