<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Game best_response.py on Ometeotl, an abstract decision meta-model</title><link>https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/</link><description>Recent content in Game best_response.py on Ometeotl, an abstract decision meta-model</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/index.xml" rel="self" type="application/rss+xml"/><item><title>BestResponseCalculator</title><link>https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/best-response-calculator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/best-response-calculator/</guid><description>&lt;p&gt;Source:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/kakchouch/ometeotl/blob/main/src/ometeotl_core/game/best_response.py"&gt;src/ometeotl_core/game/best_response.py&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Local role:
Finds the best-response strategy for a focal actor against a fixed set of opponent strategies, using a prebuilt &lt;code&gt;NormalFormGame&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Big-picture role:
An actor can only reason about their best move relative to their beliefs about what others will do. BestResponseCalculator instantiates that conditional rationality: given fixed beliefs about opponents, it identifies the choice that maximises an actor&amp;rsquo;s own outcomes. It is the minimal expression of strategic reasoning in a world where actors are finite, self-interested, and uncertain about each other.&lt;/p&gt;</description></item><item><title>BestResponseResult</title><link>https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/best-response-result/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://kakchouch.github.io/ometeotl/documentation/class-reference/game/best-response/best-response-result/</guid><description>&lt;p&gt;Source:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/kakchouch/ometeotl/blob/main/src/ometeotl_core/game/best_response.py"&gt;src/ometeotl_core/game/best_response.py&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Local role:
Result container for one best-response computation: the dominant strategy for a focal actor given a fixed opponent profile, plus a ranked list of all available responses.&lt;/p&gt;
&lt;p&gt;Big-picture role:
Rational behavior in a competitive context is not &amp;ldquo;pick the best strategy in isolation&amp;rdquo; — it is &amp;ldquo;pick the best strategy given what others are doing.&amp;rdquo; BestResponseResult is the answer to that conditional question: what is the optimal choice for this actor, and how do all other options compare, when opponents are assumed to play a specific way?&lt;/p&gt;</description></item></channel></rss>