-
Notifications
You must be signed in to change notification settings - Fork 939
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
Agent observation #1126
Comments
If I understand your request -- have you considered adjusting the scheduler? |
Thanks for the response. Here is an example of what I requested: There are two types of agents - Consumer and Provider. In stage 1, consumers are randomly paired with providers. A provider can either be good or bad. I want yet another type of agent introduced called the observer agent that can rate a provider by observing how it is serving a consumer. |
Is this what you are looking for? https://mesa.readthedocs.io/en/stable/apis/time.html#mesa.time.StagedActivation |
I explored that as well. Do you have an example, please? But, this requirement needs the agents to be operated in parallel. Edit: May be I can try pub sub model? Where a step of an observer agent gets activated on receiving a message. |
I don't believe there is one. Can you submit a ticket? |
With #2291 merged, this is straightforward to implement by a user if needed. |
I would like to have the feature where agents can observe what other agents are doing. Currently with the kind of synchronous operations, I believe its not possible.
The text was updated successfully, but these errors were encountered: