Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeastyZ/ConvSearch-R1
/ __init__
Method
__init__
verl/tests/ray/test_colocated_workers.py:39–41 ·
view source on GitHub ↗
(self, config)
Source
from the content-addressed store, hash-verified
37
class
Critic(Worker):
38
39
def
__init__(self, config) -> None:
40
super().__init__()
41
self.config = config
42
43
@register(dispatch_mode=Dispatch.DP_COMPUTE_PROTO)
44
def
sub(self, data: DataProto):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected