sinergym.utils.common.get_ids

sinergym.utils.common.get_ids(start='Eplus') List[str]

Returns a list of environment IDs created by Sinergym (starting by Eplus).

Parameters:

start (str) – The prefix to filter the environment IDs. Defaults to ‘Eplus’.

Returns:

A list of Sinergym environment IDs.

Return type:

List[str]