-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from ibpsa/issue93_versioning
Issue93 versioning
- Loading branch information
Showing
3 changed files
with
33 additions
and
17 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Release Notes | ||
|
||
BOPTEST-Gym has two main dependencies: BOPTEST and Stable-Baselines3. For simplicity, the first two digits of the version number match the same two digits of the BOPTEST version of which BOPTEST-Gym is compatible with. For example, BOPTEST-Gym v0.3.x is compatible with BOPTEST v0.3.x. The last digit is reserved for other internal edits specific to this repository only. See [here](https://github.com/ibpsa/project1-boptest/blob/master/releasenotes.md) for BOPTEST release notes. | ||
|
||
## BOPTEST-Gym v0.4.0-dev | ||
|
||
Released on xx/xx/xxxx. | ||
|
||
## BOPTEST-Gym v0.4.0 | ||
|
||
Released on 17/07/2023. | ||
|
||
- Update for new BOPTEST API changes when getting forecast. This is for [BOPTEST #356](https://github.com/ibpsa/project1-boptest/issues/356). | ||
- Update for new BOPTEST API changes when getting results. This is for [BOPTEST #398](https://github.com/ibpsa/project1-boptest/issues/398). | ||
- Update to `Gym v0.26.2.` and `stable-baselines3 v2.0.0`. | ||
- Import Gymnasium instead of Gym. Change from `compute_reward` to `get_reward` not to fall into Stable Baseline's convention for goal environments. | ||
- Use `terminated` and `trunctated` outputs from Gym instead of directly `done`. Return `info` upon calling the reset method of Gym. | ||
|
||
## BOPTEST-Gym v0.3.0 | ||
|
||
Released on 25/10/2022. | ||
|
||
- Retrieve `'payload'` after each request call to BOPTEST. | ||
|
||
## BOPTEST v0.2.0 | ||
|
||
Released on 18/08/2022. | ||
|
||
This is an initial development release. |