evaluation.evaluation_manager.EvaluationManager

class evaluation.evaluation_manager.EvaluationManager(*args: Any, **kwargs: Any)[source]
__init__(config_file: str, agent_type: str, task_type: str, scenario_selection: Dict[str, Any], custom_suffix: str = None)[source]

初始化评测管理器

Parameters:
  • config_file – 配置文件名

  • agent_type – 智能体类型 (‘single’, ‘multi’)

  • task_type – 任务类型 (‘sequential’, ‘combined’, ‘independent’)

  • scenario_selection – 场景选择配置

  • custom_suffix – 自定义后缀

Methods

__init__(config_file, agent_type, task_type, ...)

初始化评测管理器

run_evaluation()

运行评测