Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YeWR/EfficientZero
/ prediction
Method
prediction
core/model.py:72–73 ·
view source on GitHub ↗
(self, state)
Source
from the content-addressed store, hash-verified
70
self.lstm_hidden_size = lstm_hidden_size
71
72
def
prediction(self, state):
73
raise
NotImplementedError
74
75
def
representation(self, obs_history):
76
raise
NotImplementedError
Callers
2
initial_inference
Method · 0.95
recurrent_inference
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected