maple.utils.eval.BatchResults.__init__

BatchResults.__init__(batch_id: str, policy_id: str, env_id: str, tasks: List[str] = <factory>, seeds: List[int] = <factory>, max_steps: int = 300, results: List[EvalResult] = <factory>, started_at: float = 0.0, finished_at: float = 0.0, total_episodes: int = 0, successful_episodes: int = 0, failed_episodes: int = 0, error_episodes: int = 0, success_rate: float = 0.0, avg_reward: float = 0.0, avg_steps: float = 0.0, avg_duration: float = 0.0, task_stats: Dict[str, ~typing.Dict[str, ~typing.Any]]=<factory>) None