BamBirds 2021
|
Public Member Functions | |
def | __init__ (self, State state, parent) |
def | all_children_visited (self) |
def | print_non_visited_children (self) |
Public Attributes | |
children | |
state | |
parent | |
visited | |
Wrapper node for a state tree Arguments: state {State} -- State of the node parent {Node} -- parent node
def rebound.search.Node.all_children_visited | ( | self | ) |
Returns if all children have been visited Returns: bool -- if all children have been visited
def rebound.search.Node.print_non_visited_children | ( | self | ) |
Print not visited children