Skip to content
Snippets Groups Projects

Bug fix and improve MCTS and others

Merged Jae Young Lee requested to merge bug-fix-and-improve-MCTS-and-others into master
6 unresolved threads
28 files
+ 1157
64
Compare changes
  • Side-by-side
  • Inline
Files
28
@@ -106,4 +106,4 @@ class MCTSController(ControllerBase):
if self.debug:
print('Btw: %s' % str(p))
self.mcts.tree.reconstruct(node_after_transition)
self.set_current_node(node_after_transition)
\ No newline at end of file
self.set_current_node(node_after_transition)
Loading