sinergym.utils.common.json_to_actuators
- sinergym.utils.common.json_to_actuators(actuators: Dict[str, Dict[str, str]]) Dict[str, Tuple[str, str, str]]
- Read actuators dictionary (from Sinergym JSON conf) and adapt it to the
EnergyPlus format. More information about Sinergym JSON configuration format in documentation.
- Parameters:
actuators (Dict[str, Dict[str, str]]) – Dictionary from Sinergym JSON configuration with actuators information.
- Returns:
Dictionary with actuators information in EnergyPlus API format.
- Return type:
Dict[str, Tuple[str, str, str]]