Best way to respond in Game Theory: how to choose what to do when matching pennies. - YouTube - Private
The definition of a Best Response in Game Theory - YouTube - Private
Best responses in small games: exact calculations for 2 by 2 Normal Form Games. - YouTube - Private
A general condition for a strategy to be a best response in Game Theory - YouTube - Private
When no player has a reason to change: Nash equilibrium - YouTube - Private
Using Python to check if strategies are best responses to each other - YouTube - Private
are_best_responses
which has value a tuple of booleans indicating if the following pairs of strategies are best responses to each other for the Normal Form Game when the row player is playing \(\sigma_r=(.4, .6)\) and the column player is playing \(\sigma_c=(0, 1)\):
\(A = \begin{pmatrix}1 & - 1\\ -1 & 1\end{pmatrix} \qquad B = \begin{pmatrix}-1 & 1\\ 1 & -1\end{pmatrix}\)are_best_responses
which has value a tuple of booleans indicating if the following pairs of strategies are best responses to each other for the Normal Form Game when the row player is playing \(\sigma_r=(0, 1)\) and the column player is playing \(\sigma_c=(1/4, 3/4)\):
\(A = \begin{pmatrix}1 & - 1\\ -1 & 1\end{pmatrix}\)In class today we spoke more about strategies which are methods for picking actions from action sets. Specifically we spoke about best responses: what is the best strategy when faced with a given strategy.
In class today I discussed this paper two papers:
In today’s class we spoke about a deadline for the individual coursework but spent most of our time taking the initial steps that a research project would take to model gift giving for Valentines day.
Friday’s class was hopefully helpful: we spent some time working on drawing linear functions for best response calculations.
Today was a fun class: thanks! We spoke about calculating utilities as well as best responses.
Class notes: Best responses
Source code: @drvinceknight Powered by: Jekyll Github pages Bootsrap css