sinergym.utils.common.convert_conf_to_env_parameters
- sinergym.utils.common.convert_conf_to_env_parameters(conf: Dict[str, Any]) Dict[str, Dict[str, Any]]
Convert YAML configuration to a dictionary of possible environments.
- Parameters:
conf (Dict[str, Any]) – Dictionary from a YAML configuration file.
- Returns:
Dictionary with environment constructor kwargs.
- Return type:
Dict[str, Dict[str, Any]]