This commit is contained in:
2025-03-09 18:37:14 +07:00
parent 4bf3a78daf
commit b1d655acff

View File

@@ -87,6 +87,8 @@ function runMCTS(
else else
_ = expand(node, transition, transitionargs; _ = expand(node, transition, transitionargs;
horizontalSample=horizontalSampleExpansionPhase) horizontalSample=horizontalSampleExpansionPhase)
println(555)
@sync for (leafNodeKey, leafNode) in node.children @sync for (leafNodeKey, leafNode) in node.children
@spawn simulateThenBackpropagate(leafNode, transition, transitionargs; @spawn simulateThenBackpropagate(leafNode, transition, transitionargs;