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

Method representation

core/model.py:75–76  ·  view source on GitHub ↗
(self, obs_history)

Source from the content-addressed store, hash-verified

73 raise NotImplementedError
74
75 def representation(self, obs_history):
76 raise NotImplementedError
77
78 def dynamics(self, state, reward_hidden, action):
79 raise NotImplementedError

Callers 1

initial_inferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected