Finding ESS in pure and mixed strategies

959 Views Asked by At

I have to find all the ESS(pure and mixed, in this game)

$\left( \begin{array}{c|ccc} & A & B & C\\ \hline A &0,0& 3,1 &0,0\\ B &1,3& 0,0 &0,0\\ C &0,0& 0,0 &1,1 \end{array} \right)$

It's easy to see that C is the pure ESS, but I can't find the mixed ESS

1

There are 1 best solutions below

2
On BEST ANSWER

The mixed ESS plays $A$ with probability $3/4$ and $B$ with probability $1/4$.