Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Calls
2
SimpleActorCoreStateWithExtras
Class · 0.85
SimpleActorCoreRecurrentState
Class · 0.85
Tested by
no test coverage detected