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

Class NetworkOutput

core/model.py:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class NetworkOutput(typing.NamedTuple):
11 # output format of the model
12 value: float
13 value_prefix: float
14 policy_logits: List[float]
15 hidden_state: List[float]
16 reward_hidden: object
17
18
19def concat_output_value(output_lst):

Callers 2

initial_inferenceMethod · 0.85
recurrent_inferenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected