Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.13k stars 610 forks source link

multi-agent #321

Open ZPS45683968 opened 1 year ago

ZPS45683968 commented 1 year ago

Dear author: I want to know whether this grid scene can arrange two or multiple agents, I did not find a suitable method.I found that the existing scenarios are all an agent, and when I use the place _ agent method twice in a scenario, I still only show one.Can you tell me about it,thanks.

pseudo-rnd-thoughts commented 1 year ago

A multi-agent version of minigrid exists - https://github.com/kandouss/marlgrid I would explore using that project

MyIDis12138 commented 1 year ago

I implemented a multi-agent minigrid environment for self use; https://github.com/MyIDis12138/MA_minigrid.git . I hope this can help you

ini commented 1 year ago

An multi-agent implementation with support for both cooperative & competitive environments: https://github.com/ini/multigrid