We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b88bf5 commit af36eb5Copy full SHA for af36eb5
game_theory/best_response_dynamics.py
@@ -19,6 +19,7 @@ def best_response_dynamics(payoff_matrix_A, payoff_matrix_B, iterations=10):
19
20
return strategy_A, strategy_B
21
22
+
23
# Example usage
24
payoff_A = np.array([[3, 0], [5, 1]])
25
payoff_B = np.array([[2, 4], [0, 2]])
0 commit comments