Replies: 3 comments 5 replies
-
|
Hi, I'm not 100% sure what you mean by graphics library, but if I mentioned Daniel Hennes, then I was likely referring to the nice phase portrait of evolutionary dynamics or to the automated games visualizations, which are:
If you are looking for visualizations of the games themselves, there's a nice external project called SpielViz created by @michalsustr. |
Beta Was this translation helpful? Give feedback.
-
|
If you're looking for a way to visualize OpenSpiel game trees, spielviz covers this — it's a lightweight matplotlib-based library. import spielviz
spielviz.quick_render("kuhn_poker", path="kuhn.png")It renders game trees with player-colored nodes, action labels, information set highlighting, and strategy profile overlays. This is currently an MVP — if it's useful, I'm planning to add normal-form game rendering, compact tree layouts, learning dynamics plots, and interactive HTML export. Feedback welcome: https://github.com/kvr06-ai/spielviz/issues |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was watching the introductory video you made on YouTube. At one point in the video, the existence of a graphics library for viewing games was mentioned, contributed by Daniel hennes, if I'm not mistaken. How can I access it? Is this available on openspiel?
Beta Was this translation helpful? Give feedback.
All reactions