Skip to content

Commit

Permalink
Introduce an MFG game with two populations moving between two rooms w…
Browse files Browse the repository at this point in the history
…hile avoiding each other. This is an example of a multi-population MFG.

PiperOrigin-RevId: 551467999
Change-Id: I643de512254058e8a7e48cf6d685c24183e12ce7
  • Loading branch information
sgirgin authored and lanctot committed Jul 31, 2023
1 parent 22bd253 commit 1b4ec44
Show file tree
Hide file tree
Showing 7 changed files with 1,179 additions and 3 deletions.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions open_spiel/python/mfg/games/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
pyspiel.register_game(_GAME_TYPE, KuhnPokerGame)
```
"""
from open_spiel.python.mfg.games import crowd_avoidance
from open_spiel.python.mfg.games import crowd_modelling
from open_spiel.python.mfg.games import dynamic_routing
from open_spiel.python.mfg.games import linear_quadratic
Expand Down
Loading

0 comments on commit 1b4ec44

Please sign in to comment.