DiscreteMicrogridEnv.state_dict#

property DiscreteMicrogridEnv.state_dict[source]#

State of the microgrid as a dict.

Keys are module names and values are lists of state dicts for all modules with said name.

Returns#

state_dictdict[str, list[dict]]

State of the microgrid as a nested dict.