-
Notifications
You must be signed in to change notification settings - Fork 253
Implement polymatrix game generators #197
Copy link
Copy link
Closed
Labels
c++Items which involve writing in C++Items which involve writing in C++catalogIssues that relate to the Gambit's Catalog of gamesIssues that relate to the Gambit's Catalog of gamesenhancementpythonItems which involve coding in PythonItems which involve coding in Python
Metadata
Metadata
Assignees
Labels
c++Items which involve writing in C++Items which involve writing in C++catalogIssues that relate to the Gambit's Catalog of gamesIssues that relate to the Gambit's Catalog of gamesenhancementpythonItems which involve coding in PythonItems which involve coding in Python
Type
Fields
Give feedbackNo fields configured for issues without a type.
At https://github.com/polymatrix-games/polymatrix-generators there are a number of classes for creating various interesting classes of polymatrix games. It would be useful to incorporate these.
See also #195 on generating bimatrix games. Compared to that issue there is rather more thinking to be done on this one. Gambit does not have a native polymatrix representation as yet. Therefore, one could create polymatrix games, but to use them one would collapse them to a standard N-player game, and lose the polymatrix-ness (is that a word?) and the computational advantage from that.