-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(v3.7.2) - Ornstein-Uhlenbeck parameters range specification feature …
…and workflows improvement (#465) * Fix weather noise configuration in scripts/train_agent.py * Environment: Env can accept ranges in OU parameters specification for each weather variable, update docstring * Environment: Added weather variability specification checker * Modeling: Detect ranges in OU parameters and select a random value before to start OU process * Modeling: Save the exact OU configuration for each episode * Documentation: Update copyright to 2025 * Documentation: Added information about ranges in OU parameters (environments section) * Environment: Fix weather noise checker * Tests: Fix some tau values in common and wrapper tests * Test: Check creation of weather noise file configuration in modeling * Tests: Added asserts for weather noise exceptions * Add cov.xml to gitignore * Documentation: Add test coverage section in tests chapter * Fix docstring * Update Sinergym version from 3.7.1 to 3.7.2 * Documentation: Add json file weather configuration information * Workflow improvement: Setup Python before Poetry installation * Workflow fix: Stop ussing github actions for autopep8 and isort. Instead, using the exact version of the project
- Loading branch information
1 parent
2f138dc
commit 445e3a6
Showing
16 changed files
with
219 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ dist/ | |
.coverage | ||
codecov | ||
coverage.xml | ||
cov.xml | ||
|
||
#wandb | ||
wandb/ | ||
|
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.