gaorkl / simple-playgrounds

Simulator for Reinforcement Learning and AI. 2D environments with physics and interactive entities. Agents with rich sensors and actuators.
MIT License
27 stars 10 forks source link

Groups of agents #72

Closed fatcatZF closed 1 year ago

fatcatZF commented 2 years ago

Thanks for your great work.

Is it possible to use this simulator to simulate a playground where the agents can form groups and play games together ?

gaorkl commented 2 years ago

Hi,

Thank you!

Yes it is possible. There is no limit on the number of agents. I am currently working on a new versions where agents and entities can be assigned to teams. And interactive elements can only be activated by members of their own team.

Cheers

Michael