h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
MIT License
221 stars 51 forks source link

Remove the dependency on pygraphviz #18

Closed zkytony closed 3 years ago

zkytony commented 3 years ago

pygraphviz is only ever used to plot the search tree for tiger as a demonstration. Such a plot does not work well for large search trees. Instead, directly interacting with the tree and printing it using the TreeDebugger (upcoming release) may be more useful.