sinergym.utils.common.parse_actuators_settings

sinergym.utils.common.parse_actuators_settings(actuators: Dict[str, Dict[str, str]]) Dict[str, Tuple[str, str, str]]
Read actuators dictionary (from Sinergym YAML settings) and adapt it to the

EnergyPlus format. More information about Sinergym YAML configuration format in documentation.

Parameters:

actuators (Dict[str, Dict[str, str]]) – Dictionary from Sinergym YAML configuration with actuators information.

Returns:

Dictionary with actuators information in EnergyPlus API format.

Return type:

Dict[str, Tuple[str, str, str]]