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

Method update

acme/agents/tf/r2d2/agent.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 observations_per_step=observations_per_step)
149
150 def update(self):
151 super().update()
152 self._snapshotter.save()
153 self._checkpointer.save()

Callers 1

stepMethod · 0.45

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected