Skip to content

Commit 9b0645d

Browse files
authored
Update fictitious_play.py
1 parent 92646bc commit 9b0645d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game_theory/fictitious_play.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import numpy as np
12
def fictitious_play(payoff_matrix_a, payoff_matrix_b, iterations=100):
23
n = payoff_matrix_a.shape[0]
34
m = payoff_matrix_a.shape[1]

0 commit comments

Comments
 (0)