Adjust ClassicMcts so that it implements the IMcts interfaces
This commit is contained in:
@@ -174,7 +174,7 @@ class ClassicMctsEngineV2(Engine):
|
||||
|
||||
def do():
|
||||
nonlocal node_count
|
||||
mcts.build_tree(1)
|
||||
mcts.sample(1)
|
||||
node_count += 1
|
||||
|
||||
limit.run(do)
|
||||
|
||||
Reference in New Issue
Block a user