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

Function init

acme/agents/jax/actor_core.py:83–84  ·  view source on GitHub ↗
(rng: PRNGKey)

Source from the content-addressed store, hash-verified

81 return action, rng2
82
83 def init(rng: PRNGKey) -> PRNGKey:
84 return rng
85
86 def get_extras(unused_rng: PRNGKey) -> NoneType:
87 return None

Callers

nothing calls this directly

Tested by

no test coverage detected