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

Method visit_count

mcts_math/nodes/mcts_node.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return self.__value_sum / self.__visit_count
27
28 def visit_count(self) -> int:
29 return self.__visit_count
30
31 def update_visit_count(self, count: int) -> None:
32 self.__visit_count = count

Callers 3

puctMethod · 0.95
generate_next_stepMethod · 0.80
return_statesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected