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

Class DataSelectorConfig

trinity/common/config.py:120–130  ·  view source on GitHub ↗

Data selector config.

Source from the content-addressed store, hash-verified

118@Experimental
119@dataclass
120class DataSelectorConfig:
121 """Data selector config."""
122
123 selector_type: Optional[str] = "sequential"
124
125 # For shuffle
126 seed: int = 42
127
128 # Estimator Config
129 feature_keys: List[str] = field(default_factory=lambda: [])
130 kwargs: dict = field(default_factory=dict)
131
132
133@dataclass

Callers 3

test_task_schedulerMethod · 0.90
test_trainerMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_task_schedulerMethod · 0.72
test_trainerMethod · 0.72