A Coordination Graph is a graphical model used in multi-agent decision-making to decompose a complex global payoff function into a sum of local functions, each dependent on a small subset of interacting agents. It explicitly represents the dependency structure between agents, where nodes are agents and edges indicate that the payoff for a joint action depends on the actions of both connected agents. This decomposition enables efficient computation of optimal or approximately optimal joint actions using algorithms like variable elimination or max-sum, avoiding the exponential complexity of evaluating all possible action combinations.
