MCPcopy Create free account
hub / github.com/YeWR/EfficientZero / __init__

Method __init__

core/mcts.py:10–11  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

8
9class MCTS(object):
10 def __init__(self, config):
11 self.config = config
12
13 def search(self, roots, model, hidden_state_roots, reward_hidden_roots):
14 """Do MCTS for the roots (a batch of root nodes in parallel). Parallel in model inference

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected