From 4cc293513a91a416966ec2e86f03aabd717ab476 Mon Sep 17 00:00:00 2001 From: mmorge <maxime.morge@univ-lyon1.fr> Date: Fri, 9 May 2025 10:11:40 +0200 Subject: [PATCH] LLM4AAMAS: Add guo23arxiv --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8ae1fad..837d33f 100644 --- a/README.md +++ b/README.md @@ -615,6 +615,17 @@ versa. Wenyue Hua, Ollie Liu, Lingyao Li, Alfonso Amayuelas, Julie Chen, Lucas Jiang, Mingyu Jin, Lizhou Fan, Fei Sun, William Wang, Xintong Wang, Yongfeng Zhang (2024) on *arXiv*. + +This paper observes that generative agent behaviours in game experiments align +with observed human subjects’ behaviours. The reasoning analysis reveals that +the decision to cooperate in the final round of in the iterated prisoner’s +dilemma game is influenced by the misconception that one’s defection might lead +to simultaneous defection from the other player. + +- **[GPT in Game Theory Experiments](https://arxiv.org/abs/2305.05516)** + Fulin Guo (2023), Published on arXiv + + ### Generative MAS on the shelf - [MetaGPT](https://github.com/geekan/MetaGPT) is a framework for creating -- GitLab