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

Method dynamics

core/model.py:78–79  ·  view source on GitHub ↗
(self, state, reward_hidden, action)

Source from the content-addressed store, hash-verified

76 raise NotImplementedError
77
78 def dynamics(self, state, reward_hidden, action):
79 raise NotImplementedError
80
81 def initial_inference(self, obs) -> NetworkOutput:
82 num = obs.size(0)

Callers 1

recurrent_inferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected