openai / maddpg

Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"

Home Page:https://arxiv.org/pdf/1706.02275.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this algorithm be generalised to work with multiple (60) agents competing against eachother?

alexanderkell opened this issue · comments

The examples seem to show two teams, however I was wondering whether it was possible to generalise this reinforcement algorithm to a "free-for-all" model, where multiple agents all compete amongst themselves.

I have the same problem.
Do you address it ?

It is possible to use other, non-multi-agent specific algorithms, such as PPO, DQN or DDPG. They can sometimes generalise well.