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!
Hi @lifrordi !
When my settings
Settings/arguments.luais:and visualizing by running command:
I get the following visualization:

However, when I modify
Settings/arguments.luaas 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!