Skip to content

Commit

Permalink
v1.9.9 - Action definition separated from config extra params (#239)
Browse files Browse the repository at this point in the history
* Added reward year from obs_dict

* Separating action definition from extra conf in a different method, updating checker and removing controller and config keys dependency from constants

* Adapted simulator to action definition new field

* Adapted Environment to action definition new field

* Removed Config keys and controller types from constants.py, no more required in Sinergym

* Updated list of environments field for action_definition instead of config_params

* Added improvement option check in PR template

* Added heating and cooling initial values to constants default action definitions

* Fixed summer session in reward when year change

* Fixed tests for new action definition architecture

* Updated Sinergym version to 1.9.9

* Fixed pytype bug in rewards
  • Loading branch information
AlejandroCN7 authored Aug 3, 2022
1 parent 3b89d83 commit cf28f0c
Show file tree
Hide file tree
Showing 10 changed files with 370 additions and 262 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Fixes #(issue or issues)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation (update in the documentation)
- [ ] Improvement (of an existing feature)
- [ ] Others

## Checklist:
Expand Down
Loading

0 comments on commit cf28f0c

Please sign in to comment.