Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RL-Align/RL-Kernel
/ remote
Method
remote
tests/test_ray_actor_manager.py:85–86 ·
view source on GitHub ↗
(self, actor_class)
Source
from the content-addressed store, hash-verified
83
self.init_calls.append(kwargs)
84
85
def
remote(self, actor_class):
86
return
FakeRemoteActorClass(self, actor_class)
87
88
def
get(self, ref):
89
self.get_calls.append(ref)
Callers
8
create_worker_actor
Method · 0.45
health_check
Method · 0.45
rollout
Method · 0.45
update_weights
Method · 0.45
release_weights
Method · 0.45
train
Method · 0.45
publish_weights
Method · 0.45
release_weights
Method · 0.45
Calls
1
FakeRemoteActorClass
Class · 0.85
Tested by
no test coverage detected