MCPcopy
hub / github.com/google-deepmind/acme / save

Method save

acme/agents/jax/bc/learning.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return [variables[name] for name in names]
150
151 def save(self) -> TrainingState:
152 return self._state
153
154 def restore(self, state: TrainingState):
155 self._state = state

Callers 14

updateMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
updateMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected