From 070280135ab4fa8e9bbdb5ccf9850425ec2adf5f Mon Sep 17 00:00:00 2001 From: mmorge <maxime.morge@univ-lyon1.fr> Date: Thu, 17 Apr 2025 17:08:28 +0200 Subject: [PATCH] PyGAAMAS: minor improvment --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aa1e489..93301ec 100644 --- a/README.md +++ b/README.md @@ -167,15 +167,16 @@ preferences but have more difficulty generating individual actions than algorithmic strategies. In contrast, `DeepSeek-R1` does not generate valid strategies and performs poorly when generating specific actions. -## Rationality - -An autonomous agent is rational if it chooses the optimal action based on its -beliefs. This agent satisfies second-order rationality if it is rational and -believes that other agents are rational. In other words, a second-order rational -agent does not only consider the best choice for itself but also anticipates how -others make their decisions. Experimental game theory studies show that 93 % of -human subjects are rational, while 71 % exhibit second-order -rationality. +## Strategic Rationality + +An autonomous agent act strategically, considering not only its own preferences +but also the potential actions and preferences of others. It is strategical +rational if it chooses the optimal action based on its beliefs. This agent +satisfies second-order rationality if it is rational and believes that other +agents are rational. In other words, a second-order rational agent does not only +consider the best choice for itself but also anticipates how others make their +decisions. Experimental game theory studies show that 93 % of human subjects are +rational, while 71 % exhibit second-order rationality. Forsythe, R., Horowitz, J.L., Savin, N.E., Sefton, M.: *Fairness in Simple Bar- gaining Experiments.* Games and Economic Behavior 6(3), 347–369 (1994), -- GitLab