You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #100 stochastic fictitious play is implemented but it fails for large values pay off matrices due to an overflow error when computing the exponential of large numbers.
Speaking with @drvinceknight and @11michalis11 , two possible solutions are 1) catch the error and provide a better error message or 2) rescale the matrix automatically
The text was updated successfully, but these errors were encountered:
drvinceknight
changed the title
Stochastic_fictitious_play fails for large payoff matrices
Stochastic_fictitious_play fails for large valued payoff matrices
Mar 31, 2021
In #100 stochastic fictitious play is implemented but it fails for large values pay off matrices due to an overflow error when computing the exponential of large numbers.
This breaks down because of :
Speaking with @drvinceknight and @11michalis11 , two possible solutions are 1) catch the error and provide a better error message or 2) rescale the matrix automatically
The text was updated successfully, but these errors were encountered: