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

Method replay

acme/jax/layouts/distributed_layout.py:162–168  ·  view source on GitHub ↗

The replay storage.

(self)

Source from the content-addressed store, hash-verified

160 self._checkpointing_config = checkpointing_config
161
162 def replay(self):
163 """The replay storage."""
164 dummy_seed = 1
165 environment_spec = (
166 self._environment_spec or
167 specs.make_environment_spec(self._environment_factory(dummy_seed)))
168 return self._builder.make_replay_tables(environment_spec)
169
170 def counter(self):
171 kwargs = {}

Callers

nothing calls this directly

Calls 1

make_replay_tablesMethod · 0.45

Tested by

no test coverage detected