lifrordi / DeepStack-Leduc

Example implementation of the DeepStack algorithm for no-limit Leduc poker
https://www.deepstack.ai/
891 stars 211 forks source link

Unused variable or bug in tree_builder._get_children_nodes #1

Closed snarb closed 7 years ago

snarb commented 7 years ago

--is this a transition call node (leading to a chance node)? local call_is_transit = parent_node.current_player == constants.players.P2 and parent_node.bets[1] == parent_node.bets[2] and parent_node.street < constants.streets_count

but _call_istransit variable is not used in the code below. is that a bug? Also, I have found some more code issues should I report it here?