MCPcopy 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_actorMethod · 0.45
health_checkMethod · 0.45
rolloutMethod · 0.45
update_weightsMethod · 0.45
release_weightsMethod · 0.45
trainMethod · 0.45
publish_weightsMethod · 0.45
release_weightsMethod · 0.45

Calls 1

Tested by

no test coverage detected