agentscope.tune¶ The learning module of AgentScope, including RL and SFT. tune(workflow_func, config_path)[源代码]¶ Train the agent workflow with the specific configuration. 参数: workflow_func (WorkflowType) -- The learning workflow function to execute. config_path (str) -- The configuration for the learning process. 返回类型: None