pdf rendering

This commit is contained in:
2026-01-10 11:48:03 +01:00
parent c56c7f6537
commit 29f51d56d1

View File

@@ -141,4 +141,4 @@ if __name__ == "__main__":
if not mdp['states']:
print("No states found")
exit(1)
visualize_mdp(model, threshold=0.05, output="mdp_viz", fmt="svg", export_dot=True)
visualize_mdp(model, threshold=0.05, output="mdp_viz", fmt="pdf", export_dot=True)