I have a utility function describing the desirability of an outcome state. I weigh the expected utility with the probability of the outcome state occurring. I find the expected utility of an action, a, with
$EU(a) = \sum\limits_{s'} P(Result(a) = s' | s)U(s'))$
where Result(a) denotes the outcome state after executing a. There is no global set of actions, the set of actions available to each agent are not identical.
Player1 / Player2 | Action C | Action D |
-----------------------------------------------------
Action A | (500,-500) | (-1000,1000) |
-----------------------------------------------------
Action B | (-5,-5) | ** (200,20) ** |
-----------------------------------------------------
Is this a valid approach? All examples of nash equilibriums i can find uses identical action sets for both agents.