mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
pdf rendering
This commit is contained in:
@@ -141,4 +141,4 @@ if __name__ == "__main__":
|
|||||||
if not mdp['states']:
|
if not mdp['states']:
|
||||||
print("No states found")
|
print("No states found")
|
||||||
exit(1)
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user