From 752aa72d08edb5370166ae7322995acef856102c Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Sun, 13 Sep 2026 03:30:33 +0800 Subject: [PATCH] [games] fix (5, 2, 5) math rendering Co-authored-by: Cursor --- games/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/general.md b/games/general.md index f5a59e0..b5544a3 100644 --- a/games/general.md +++ b/games/general.md @@ -13,4 +13,4 @@ Not all games are zero-sum. Indeed, different agents may have have distinct task Multi-Agent Utility -The red, green, and blue nodes correspond to three separate agents, who maximize the red, green, and blue utilities respectively out of the possible options in their respective layers. Working through this example ultimately yields the utility tuple $(5, 2, 5)$ at the top of the tree. General games with multi-agent utilities are a prime example of the rise of behavior through computation, as such setups invoke cooperation since the utility selected at the root of the tree tends to yield a reasonable utility for all participating agents. \ No newline at end of file +The red, green, and blue nodes correspond to three separate agents, who maximize the red, green, and blue utilities respectively out of the possible options in their respective layers. Working through this example ultimately yields the utility tuple $$(5, 2, 5)$$ at the top of the tree. General games with multi-agent utilities are a prime example of the rise of behavior through computation, as such setups invoke cooperation since the utility selected at the root of the tree tends to yield a reasonable utility for all participating agents. \ No newline at end of file