ContinuousMicrogridEnv.state_series#
- ContinuousMicrogridEnv.state_series(normalized=False)[source]#
State of the microgrid as a pandas Series.
Three are three levels in the MultiIndex:
microgrid_name,microgrid_number(relative to eachmicrogrid_name) and state key name.Parameters#
- normalizedbool, default False
Whether to return a Series of normalized values.
Returns#
- statepd.Series
State of the microgrid as a pandas Series..