DiscreteMicrogridEnv.state_series#

property DiscreteMicrogridEnv.state_series[source]#

State of the microgrid as a pandas Series.

Three are three levels in the MultiIndex: microgrid_name, microgrid_number (relative to each microgrid_name) and state key name.

Returns#

statepd.Series

State of the microgrid as a pandas Series..