map verl config to agentjet config
find user requested verl config in codebase/agentjet/ajet/default_config/verl/verl_default.yaml
check codebase/agentjet/ajet/default_config/verl/config_auto_convertion_verl.jsonc, whether a mapping to this config already exists.
if not, add a config under ajet field in codebase/agentjet/ajet/default_config/ajet_default.yaml, and add a mapping in codebase/agentjet/ajet/default_config/verl/config_auto_convertion_verl.jsonc
double check, confirm that default value in ajet_default.yaml is the same as verl config in verl_default.yaml, and the mapping is correct in config_auto_convertion_verl.jsonc
ask user whether to add to AgentJetJob (ajet/copilot/job.py), if the user confirms:
overrides dictajet/default_config/ajet_config_schema.pyajet.trainer_common.optim.lr, need:
AjetOptim dataclass with lr: float = 1e-6AjetTrainerCommon must have optim: AjetOptim = field(default_factory=AjetOptim)getattr() to fail at runtime