The Future of Schedulers in Mesa #2231
Closed
EwoutH
started this conversation in
Future of Mesa
Replies: 1 comment 4 replies
-
I think my stance in this is clear: I don't see value in schedulers in Mesa now that we have the AgentSet and an internal clock in Mesa. They can be beautifully replaced, and as an example of that, I want to let this PR speak for itself: We write a clear migration guide how to replace the schedulers with AgentSet operations. If you want to keep using schedulers, that's fine, Mesa 2.x is still there. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Update: View the migration guide on how to replace the deprecated Schedulers with AgentSet functionality.
This discussion is split of from
steps
counter #2223This discussion builds on:
Background
Mesa currently uses various scheduler classes to manage agent activation. There's ongoing discussion about the role and implementation of schedulers in future versions.
Key Points to Consider
Examples
Mesa 2 approach:
Mesa 3 approach:
Questions for Discussion
Beta Was this translation helpful? Give feedback.
All reactions