agentscope.tune¶ The learning module of AgentScope, including RL and SFT. tune(workflow_func, config_path)[source]¶ Train the agent workflow with the specific configuration. Parameters: workflow_func (WorkflowType) – The learning workflow function to execute. config_path (str) – The configuration for the learning process. Return type: None