MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / remote

Method remote

tests/explorer/explorer_test.py:47–48  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

45 self.func = func
46
47 async def remote(self, *args, **kwargs):
48 return await self.func(*args, **kwargs)
49
50 class FakeCoordinator:
51 def __init__(self):

Callers 15

setup_ray_clusterFunction · 0.80
stop_ray_clusterFunction · 0.80
_pull_latest_weightsMethod · 0.80
_nccl_weights_updateMethod · 0.80
prepareMethod · 0.80
explore_stepMethod · 0.80
need_syncMethod · 0.80
evalMethod · 0.80
_finish_explore_stepMethod · 0.80
_finish_eval_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected