-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
[Proposal] Add support for multi-agent environments #235
Comments
Check out this: #37 |
Wow, thanks for pointing that out. |
Here's a fork with multi-agent support: https://github.com/ini/multigrid It follows the RLlib MultiAgent / PettingZoo ParallelEnv API. |
Amazing, thanks for doing that. |
I'm not sure how simple that would be. While the external interface is supposed to be the same as minigrid, there are some significant changes under the hood for speed optimizations (i.e WorldObj and Grid are represented with numpy arrays, and the partial observation logic uses numba.) Also, it only supports Python 3.9+. |
It would be nice to add gridworld based multi-agent environments.
These are could be used for reserach into RL safety, explainability, emergent communication, etc
If there is anyone who has already create MA environments or is interested in working on this problem then please respond
The text was updated successfully, but these errors were encountered: