Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cluster
Function · 0.80
stop_ray_cluster
Function · 0.80
_checkpoint_weights_update
Method · 0.80
_pull_latest_weights
Method · 0.80
_nccl_weights_update
Method · 0.80
prepare
Method · 0.80
explore_step
Method · 0.80
_watch_trainer_sync_signal
Method · 0.80
need_sync
Method · 0.80
eval
Method · 0.80
_finish_explore_step
Method · 0.80
_finish_eval_step
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected