change dir for tree fig

This commit is contained in:
Yizhou Chi 2024-10-17 10:29:46 +08:00
parent 0f01c07b83
commit 1d22466ac5

View file

@ -20,4 +20,4 @@ if __name__ == "__main__":
root = mcts.root_node
G = nx.DiGraph()
tree = build_tree_recursive(G, "0", root)
visualize_tree(tree, save_path="../results/tree.png")
visualize_tree(tree, save_path="results/tree.png")