Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RL-Align/RL-Kernel
/ is_initialized
Method
is_initialized
tests/test_ray_actor_manager.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.shutdown_calls = 0
77
78
def
is_initialized(self):
79
return
self.initialized
80
81
def
init(self, **kwargs):
82
self.initialized = True
Callers
5
ensure_runtime
Method · 0.80
_require_distributed_initialized
Function · 0.80
_tp_linear_logp_gloo_worker
Function · 0.80
_init_distributed
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected