-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing Learning for Storages (#464)
<!-- SPDX-FileCopyrightText: ASSUME Developers SPDX-License-Identifier: AGPL-3.0-or-later --> # Pull Request ## Related Issue Closes #457 ## Description This PR introduces a learning strategy for storages implemented in accordance with the published strategy by @nick-harder, where the storage decides on the direction and the price height. The convergence has been tested and looks good. Also the example_02e has the set of finetuned hyperparameter to enable good storage learning performance. ## Changes Proposed - added a new DRL based bidding strategy for the storage unit - prepared example 02e with a learning storage unit - switched from using SOC in the storage unit as relative value to absolute value to avoid confusions - enhanced the docstrings of both learning strategies for the power plant as well as the storage - adjusted tests and bidding strategies to accomodate the above changes - changed pyomo usage for dmas storages to align with usage in other moduls ## Testing General usability as well as learning performance was tested. No multi-agent tests were done yet, this will come in the following PRs. ## Checklist Please check all applicable items: - [x] Code changes are sufficiently documented (docstrings, inline comments, `doc` folder updates) - [x] New unit tests added for new features or bug fixes - [x] Existing tests pass with the changes - [x] Reinforcement learning examples are operational (for DRL-related changes) - [x] Code tested with both local and Docker databases - [x] Code follows project style guidelines and best practices - [x] Changes are backwards compatible, or deprecation notices added - [ ] New dependencies added to `pyproject.toml` - [x] A note for the release notes `doc/release_notes.rst` of the upcoming release is included - [x] Consent to release this PR's code under the GNU Affero General Public License v3.0 ## Additional Notes (if applicable) [Any additional information, concerns, or areas you want reviewers to focus on] ## Screenshots (if applicable) @nick-harder ![image](https://github.com/user-attachments/assets/ed84c728-d7fa-45dc-8548-51375e207fe5) @ModdyLP ![image](https://github.com/user-attachments/assets/aa7c30d3-4ba6-4b2a-9dac-c73f6bc47979) --------- Co-authored-by: Nick Harder <[email protected]> Co-authored-by: Florian Maurer <[email protected]>
- Loading branch information
1 parent
d853742
commit 80b35b3
Showing
30 changed files
with
36,421 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.