Skip to content

Commit 3d28a15

Browse files
committed
mcts_akq for the simple AKQ model we finally saw a convergence toward NE!!!!! It works!!!
1 parent c9645c9 commit 3d28a15

File tree

2 files changed

+74
-86
lines changed

2 files changed

+74
-86
lines changed

.idea/workspace.xml

Lines changed: 71 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Poker/mcts_akq.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def __init__(self,name,info_tree,starting_stack):
151151
class AKQGameState(object):
152152

153153
'''
154-
class used for simulating a simple AKQ poker game
155-
The game state needs to deal random cards to each player
156-
and to track the button
154+
class used for simulating a simple AKQ poker game
155+
The game state needs to deal random cards to each player
156+
and to track the button
157157
'''
158158

159159
def __init__(self,game_tree):

0 commit comments

Comments
 (0)