AlgorithmConfig
Training algorithm (recipe) - one of the registered @register_algorithm.
Attributes
attributekindstrRegistry key, e.g. 'sft', 'rl_grpo', 'dpo'.
attributeparamsdict[str, Any]= Field(default_factory=dict)Algorithm-specific parameters; validated against <Algorithm>.Config.