-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualise WANN topologies #8
Comments
Thanks for the kind words! The images are more or less 'by hand'. The graphs were produced from the weight matrices with MATLAB's graph plot function, and then further cleaned up with Adobe Illustrator. I looked for quite some time for an open source DAG plotting library (and tried my hand at creating scripts), but couldn't find anything that looked as clean. |
Thanks for replying so quickly! They are very nice visualisations! |
I found a way to visualise the network topology,you could try to using graphviz |
Oh that's great! Would you be able to share your code? |
I haven't encapsulate, I just realized the function |
hey @joaogui1, the scripts in the vis directory were used to visualize topologies -- but I was not satisfied with the result and so took another route (see above). I'm not sure if they still work...in a notebook they would take a square weight matrix (for the connections) and a task name (e.g. swingup) to know how many inputs and outputs are used. |
Oh, got it. Thanks! I will keep messing with them until I get something that does what I need |
Hey all! Just wondering if anyone has any scripts available for easily visualizing the topologies, I plan on checking out graphviz and trying out MATLAB but I'm still generally new to coding and was hoping to streamline the process. Thanks! |
Hi,
This is really fascinating work that you have done here! Thank you for sharing your code.
May I know where I can find the code to visualise the WANN topologies in the same way that you have done in your paper?
I thought it might be in the WANNTool folder but it seems like that code is for viewing the agent in action in the environment rather than viewing the network topology.
Thanks!
The text was updated successfully, but these errors were encountered: