Skip to content
#

multiagent-systems

Here are 237 public repositories matching this topic...

ryanstwrt
ryanstwrt commented Oct 14, 2021

I have a centralized agent who is continually checking to see if other agents are still running. I am currently lopping through a dictionary list I created when each agent was initialized and grabbing each agent using self._proxy_server.proxy(agent). Where self._proxy_server is proxy.NSProxy(). Once I have an agent I use ka.get_attr('_running') to determine if it is running. This has worke

Improve this page

Add a description, image, and links to the multiagent-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiagent-systems topic, visit your repo's landing page and select "manage topics."

Learn more