sinergym.utils.common.export_actuators_to_excel
- sinergym.utils.common.export_actuators_to_excel(actuators: Dict[str, Dict[str, str | Dict[str, str]]], path: str) None
Given a python dictionary with actuators with Config:_get_actuators() format, this method export that information in a excel file
- Parameters:
actuators (Dict[str, Dict[str, Union[str, Dict[str, str]]]]) – Python dictionary with the format correctly.
path (str) – Relative path where excel file will be created.