Closed mathemage closed 6 years ago
But when I run test_tree_values.lua
, it seems to makes difference!
For 1-pot bets:
$ th Tree/Tests/test_tree_values.lua
Exploitability: 175.52084350586[chips]
For 1- and 2-pot bets:
$ th Tree/Tests/test_tree_values.lua
Exploitability: 197.78327178955[chips]
You can't get 2x in that situation. Stack size is 300 + 300 = 600. 1x bet is +600. That is ok. But 2x bet will be +1200, totally 600 + 1200 = 1800 that is impossible with stack size 1200.
@snarb Oh I see, the stack sizes are set to 1200. I haven't noticed that... I was simply following the tutorial, where it is not mentioned.
@lifrordi I suggest mentioning it there.
Increasing stack sizes to 12000
works:
Thanks a lot, @snarb & @lifrordi !
Hi @lifrordi !
When my settings
Settings/arguments.lua
is:and visualizing by running command:
I get the following visualization:
However, when I modify
Settings/arguments.lua
as follows:and when I run the very same command, I get this visualization: This is obviously incorrect, since we should have more bet actions, namely "2-pot bet". Am I missing something, or are the two visualizations supposed to be identical?
Thanks for clarification!