Skip to content

Commit 7f58338

Browse files
authored
Update best_response_dynamics.py
1 parent b426535 commit 7f58338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game_theory/best_response_dynamics.py

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

0 commit comments

Comments
 (0)