sinergym.utils.common.parse_variablesï
- sinergym.utils.common.parse_variables(var_file)ï
Parse observation and action to dictionary.
- Parameters:
var_file (str) â Variables file path.
- Returns:
{âobservationâ: A list with the name of the observation <variables> (<zone>)
âactionâ : A list with the name og the action <variables>}.
- Return type:
dict