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

Method len_pool

core/selfplay_worker.py:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.trajectory_pool.append(data)
42
43 def len_pool(self):
44 # current pool size
45 return len(self.trajectory_pool)
46
47 def free(self):
48 # save the game histories and clear the pool

Callers 1

freeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected