-
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.
## Description - check if availability_df containt values >1 and warn user if so - fix these values automatically by normalizing them - also check in the power plant itself when calculating max_power if availability is larger than max_power - restructure examples for easier understanding - pack all feature example to example_01 and all learning to example_02 - add a full year DRL scenario from the fit paper - all year examples are now as example_03 ## Checklist Please check all applicable items: - [x] Code changes are sufficiently documented (docstrings, inline comments, `doc` folder updates) - [ ] 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 --------- Co-authored-by: kim-mskw <kim.miskiw@kit.edu> Co-authored-by: Florian Maurer <maurer@fh-aachen.de>
- Loading branch information
1 parent
8b7d076
commit efea877
Showing
104 changed files
with
430,620 additions
and
228,969 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.