EvSys

ComboPhaseConfig

Attributes

attributemodel_config
= ConfigDict(extra='forbid')
attributekindstr

Registry name of the sub-algorithm to run (e.g. 'mock_sft', 'rl').

attributeconfigdict[str, Any]
= Field(default_factory=dict)

Per-phase config dict passed to the sub-algorithm's Config constructor.

attributenamestr | None
= None

Optional human-readable phase name; defaults to phase\{i\}_\{kind\}.

On this page