Skip to content

Commit

Permalink
- Implementation of a garnet for mean field games.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 405868623
Change-Id: Ia6c8e14f34c84af616c75df27d27783c86897ff4
  • Loading branch information
DeepMind Technologies Ltd authored and lanctot committed Oct 27, 2021
1 parent e1c9664 commit ca1edc5
Show file tree
Hide file tree
Showing 7 changed files with 917 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/games.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ Status | Game
![](_static/green_circ10.png "green circle") | [Liar's Dice](#liars-dice)
<font color="orange"><b>~</b></font> | [Markov Soccer](#markov-soccer)
![](_static/green_circ10.png "green circle") | [Matching Pennies (Three-player)](#matching-pennies-three-player)
![](_static/green_circ10.png "green circle") | [Mean-field routing game](#mean-field-routing-game)
![](_static/green_circ10.png "green circle") | [Mean Field Game : garnet](#mean-field-game-garnet)
![](_static/green_circ10.png "green circle") | [Mean Field Game : crowd modelling](#mean-field-game-crowd-modelling)
![](_static/green_circ10.png "green circle") | [Mean Field Game : crowd modelling 2d](#mean-field-game-crowd-modelling-2d)
![](_static/green_circ10.png "green circle") | [Mean Field Game : predator prey](#mean-field-game-predator-prey)
![](_static/green_circ10.png "green circle") | [Mean Field Game : routing](#mean-field-game-routing)
![](_static/green_circ10.png "green circle") | [Negotiation](#negotiation)
<font color="orange"><b>X</b></font> | [Oh Hell](#oh-hell)
![](_static/green_circ10.png "green circle") | [Oshi-Zumo](#oshi-zumo)
Expand Down Expand Up @@ -403,7 +407,7 @@ Status | Game
* 3 players.
* "Three problems in learning mixed-strategy Nash equilibria"

### Mean-field routing game
### Mean Field Game : routing

* Representative player chooses at each nodes where they go. They has an
origin, a destination and a departure time and choose their route to
Expand Down
Loading

0 comments on commit ca1edc5

Please sign in to comment.