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

Method prediction

config/atari/model.py:537–539  ·  view source on GitHub ↗
(self, encoded_state)

Source from the content-addressed store, hash-verified

535 )
536
537 def prediction(self, encoded_state):
538 policy, value = self.prediction_network(encoded_state)
539 return policy, value
540
541 def representation(self, observation):
542 encoded_state = self.representation_network(observation)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected