10 ms·
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 int
by rhlala 7y 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.
- stevenwoo 7y agoDoes this fit? https://www.boardgamegeek.com/boardgame/1770/aliens https://www.boardgamegeek.com/boardgame/1770/aliens There's an online single player version built with Flash: https://www.newgrounds.com/portal/view/408816 https://www.newgrounds.com/portal/view/408816
- hcheemskerk 7y agoSounds like you could adapt Leibo’s sequential social dilemma games. https://arxiv.org/abs/1702.03037 https://arxiv.org/abs/1702.03037 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_games https://github.com/eugenevinitsky/sequential_social_dilemma_...