mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
change dir for tree fig
This commit is contained in:
parent
0f01c07b83
commit
1d22466ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue