-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oscillator): fix minor oscillator environments bugs (#360)
This commit fixes several errors that were found in the translation of the oscillator environments found in the paper of [Han et al. 2020](https://arxiv.org/abs/2004.14288): - Action gain was increased to adhere to the article. - Action space was decreased to adhere to the article. - Observation space was increased to adhere to the article. - Reward range was made variable.
- Loading branch information
Showing
6 changed files
with
230 additions
and
160 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
Oops, something went wrong.