commonpower.control.wrappers.ctrl_dict_to_list

ctrl_dict_to_list(input_dict: dict) list[source]

Transforms the orginal dict of the controller assignments to a list of lists.

Parameters:

input_dict (dict) – dictionary {agent_id: value}

Returns:

list – list of entries within the dict