google-deepmind / open_spiel

OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Apache License 2.0
4.09k stars 900 forks source link

Any games or algorithms in open-spiel on cooperative MARL #111

Closed KK666-AI closed 4 years ago

KK666-AI commented 4 years ago

Dear Authors,

Just want to ask whether there are some games and benchmark algorithms to support the research on cooperative MARL.

Thanks. Hui

elkhrt commented 4 years ago

We have both full-sized games and smaller games for research purposes. Of course, it's possible to use independent RL approaches (which are implemented), but we don't have any other algorithms implemented in OpenSpiel. What did you have in mind?

Full-size games:

Small games:

KK666-AI commented 4 years ago

In this paper [A Survey and Critique of Multiagent Deep Reinforcement Learning], there are many methods addressing MARL on cooperative games, however, there is no available open source codes. So it's very different to reproduce these algorithms for a fair comparison. Does you plan to implement some of them?

lanctot commented 4 years ago

We could certainly use more cooperative games. We don't have any planned at the moment, but this is why we released it open source: so anybody (such as yourself) can add games! So, I invite you to do add the ones you are most interested in and then everyone can benefit from having them.

KK666-AI commented 4 years ago

That's great. I am very happy to merge my new algorithm into open spiel. I think open spiel is very helpful and influential in MARL communities.