shapiq icon indicating copy to clipboard operation
shapiq copied to clipboard

Player names for InteractionValues and Games

Open FFmgll opened this issue 2 months ago • 0 comments

Currently, all methods are dependent only on the number of players n. It would be useful to be able to work with individual player names. Applications could be to compute values for sub-games. Possible ideas:

  • player_names list (mapping) for each Game
  • transformation methods for interactionvalues to re-label
  • player_names list (mapping) for InteractionValues

FFmgll avatar Apr 22 '24 13:04 FFmgll