ContinuousMicrogridEnv.state_dict#
- ContinuousMicrogridEnv.state_dict(normalized=False)[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.
Parameters#
- normalizedbool, default False
Whether to return a dict of normalized values.
Returns#
- state_dictdict[str, list[dict]]
State of the microgrid as a nested dict.