-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Description
Hi @lifrordi !
When my settings Settings/arguments.lua is:
--- list of pot-scaled bet sizes to use in tree
-- @field params.bet_sizing
params.bet_sizing = {1}and visualizing by running command:
$ th Tree/Tests/test_tree_visualiser.lua
I get the following visualization:

However, when I modify Settings/arguments.lua as follows:
params.bet_sizing = {1, 2}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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels