-
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.
* Updated version from 2.2.6 to 2.2.7 * Added wandb extra dependency * Deleted mlflow code and included wandb init and params log in DRL_battery.py * Deleted tensorboard_log in SB3 models and mlflow artifact stores in DRL_battery.py * Deleted mlflow and tensorboard extra dependencies * Deleted tensorboard element and added wandb in JSON example for DRL_battery.py * Added WandBOutputFormar for callback loggers in SB3 * Added wandb folder to gitignore * Fixed log interval parameter in DRL_battery.py JSON example and fixed wandb section * DRL_battery.py: Added Monitor wrapper to env and wandb artifacts * Updated docs source modules * Deleted old images of mlflow and tensorboard and included wandb images in documentation * Updated documentation about DRL and google cloud with sinergym * Added Stable Baselines 3 (gymnasium branch) in extra requires * Fixed spelling and sphinx compilation * Added artifact_name and artifact_tag to DRL_battery JSON and adapted in DRL_battery.py * Adapted load_agent.py to new JSON format and created JSON example (with wandb model load option included) * Deleted stable baselines 3 from gymnasium PR extra dependency * Fixed DRL_battery wandb artifact definition * Updated DRL_battery.py model save path and wandb artifact * Updated load_agent evaluation name, updated wandb init_params, fixed wandb_path and artifact registration added * updated structure documentation for load_agent.py * extra require SB3 latest stable version and SB3 tests deactivated temporally * Added wandb dependency to test container workflow
- Loading branch information
1 parent
b399cf0
commit ea4bb91
Showing
28 changed files
with
658 additions
and
771 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,7 @@ dist/ | |
#coverage | ||
.coverage | ||
codecov | ||
coverage.xml | ||
coverage.xml | ||
|
||
#wandb | ||
wandb/ |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.