sinergym.utils.common.export_schedulers_to_excel

sinergym.utils.common.export_schedulers_to_excel(schedulers: Dict[str, Dict[str, str | Dict[str, str]]], path: str) None

Exports scheduler information from a dictionary to an Excel file.

Parameters:
  • schedulers (Dict[str, Dict[str, Union[str, Dict[str, str]]]]) – Dictionary with the correct format.

  • path (str) – Relative path where the Excel file will be created.