Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b0645d

Browse files
authoredOct 7, 2024··
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.