MCTS Code explanation #289
Unanswered
Ishtdeep-TDA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My question is that in the search function in MCTS, what is considered to be a leaf node? Does the leaf node mean a terminal state has been reached? If so, then why do we return if s not in self.Ps, Does'nt that just mean that a new state has been reached which is not a terminal state and so the search should continue until we do find a terminal state.
Beta Was this translation helpful? Give feedback.
All reactions