Given the priority list, define an action.
(self)
| 97 | return self.microgrid.final_step - self.microgrid.initial_step |
| 98 | |
| 99 | def get_action(self): |
| 100 | """ |
| 101 | Given the priority list, define an action. |
| 102 | """ |
| 103 | return self._populate_action(self._priority_list) |
| 104 | |
| 105 | def get_empty_action(self): |
| 106 | """ |