We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92646bc commit 9b0645dCopy full SHA for 9b0645d
game_theory/fictitious_play.py
@@ -1,3 +1,4 @@
1
+import numpy as np
2
def fictitious_play(payoff_matrix_a, payoff_matrix_b, iterations=100):
3
n = payoff_matrix_a.shape[0]
4
m = payoff_matrix_a.shape[1]
0 commit comments