DiscreteMicrogridEnv.actions_list#

DiscreteMicrogridEnv.actions_list: list#

List of priority lists.

Each element in this list corresponds to an action in the environment’s action space, and defines an order in which to deploy fixed controllable modules. Specifically, each action corresponds to a unique priority list, itself containing PriorityListElements that represents a particular module’s position in the deployment order.

Returns#

actions_listlist of list of PriorityListElement

List of all priority lists.