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 a configuration from YAML format (sinergym/data/default_configuration/file.yaml) in a dictionary of all possible environments as dictionary with id as key and env_kwargs as value.

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

Parameters:

conf (Dict[str, Any]) – Dictionary from read YAML setting file (sinergym/data/default_configuration/file.yaml).

Returns:

All possible Sinergym environment constructor kwargs.

Return type:

Dict[str,[Dict[str, Any]]