Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey N. Alexandrov authored and Alexey N. Alexandrov committed Mar 4, 2024
2 parents 35c1aba + c8130c7 commit 002491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_theory/01-lab-brown_robinson/brown-robinson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
],
"source": [
"brown_robinson = BrownRobinson(game_matrix=reduced_game, accuracy=0.1)\n",
"df = brown_robinson.solve(out=Path(\"iterations_table.csv\"))\n",
"df = brown_robinson.solve(out=Path(\"iterations_table.csv\"), mode=\"previous\")\n",
"df"
]
},
Expand Down

0 comments on commit 002491e

Please sign in to comment.