|
|
|
|
|
by rhlala
2563 days ago
|
|
Very good paper, I would like to find the right game to do some research with CFR as i think cooperation in incomplete information games is one of the most interesting field in AI. I would like a game : - Turnbased - Incomplete information (fog of war) - Team based - Strong cooperation and coordinations between players is requiered for win. I started to create a 2D CSGO, but i would like to know if there are any similar game already existing. |
|
Instead of a total collective reward being the goal, you’d have team-based scores. You’d need cooperation within the team, and aggressive action against the enemy team.
Here’s an implementation of 2 games https://github.com/eugenevinitsky/sequential_social_dilemma_...