Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YeWR/EfficientZero
/ set_weights
Method
set_weights
core/storage.py:69–70 ·
view source on GitHub ↗
(self, weights)
Source
from the content-addressed store, hash-verified
67
return
self.model.get_weights()
68
69
def
set_weights(self, weights):
70
return
self.model.set_weights(weights)
71
72
def
get_target_weights(self):
73
return
self.target_model.get_weights()
Callers
1
set_target_weights
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected