MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / has_children

Method has_children

mcts_math/nodes/base_node.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.state[key] = ""
32
33 def has_children(self) -> bool:
34 return self.children != []
35
36 def is_root(self) -> bool:
37 return self.parent is None

Callers 4

return_statesMethod · 0.80
selectionMethod · 0.80
return_statesMethod · 0.80
return_statesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected