Skip to content

Commit

Permalink
Update documentation to include pointers to VasE paper, now on arXiv.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589136023
Change-Id: I3ddeac2ef6bf0ef6456a24f468726579d501fd87
  • Loading branch information
lanctot committed Dec 8, 2023
1 parent 1cca1f1 commit 7c58b6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ Win-or-Learn-Fast Policy-Hill Climbing (WoLF-PHC) | MARL
α-Rank | Eval. / Viz. | [Omidhsafiei et al. '19](https://www.nature.com/articles/s41598-019-45619-9), [arXiv](https://arxiv.org/abs/1903.01373) | ![](_static/green_circ10.png "green circle")
Nash Averaging | Eval. / Viz. | [Balduzzi et al. '18](https://arxiv.org/abs/1806.02643) | <font color="orange"><b>~</b></font>
Replicator / Evolutionary Dynamics | Eval. / Viz. | [Hofbaeur &amp; Sigmund '98](https://www.cambridge.org/core/books/evolutionary-games-and-population-dynamics/A8D94EBE6A16837E7CB3CED24E1948F8), [Sandholm '10](https://mitpress.mit.edu/books/population-games-and-evolutionary-dynamics) | ![](_static/green_circ10.png "green circle")
Voting-as-Evaluation (VasE) | Eval. / Viz. | [Lanctot et al. '23](https://arxiv.org/abs/2312.03121) | ![](_static/green_circ10.png "green circle")
6 changes: 3 additions & 3 deletions open_spiel/python/voting/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

A general implementation of voting rules from computational social choice.

This code implements the voting rules in Voting as Evaluation (VasE):
Lanctot et al. "Evaluating Agents using Social Choice Theory", 2023.
TODO(author5): add arXiv link when it's available.
This code implements the voting rules in Voting as Evaluation (VasE): Lanctot et
al.
[Evaluating Agents using Social Choice Theory](https://arxiv.org/abs/2312.03121).

It also includes a few example uses of running VasE on the Atari datasets
referenced in the paper.
Expand Down

0 comments on commit 7c58b6c

Please sign in to comment.