ContinuousMicrogridEnv.state_series# property ContinuousMicrogridEnv.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.SeriesState of the microgrid as a pandas Series..