We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.6.0
osx
Best_time and window_size are inverted at AlarmReward creation
see here: https://github.com/rte-france/Grid2Op/blob/e19cb7590d3fcd697972aaabfb2a3bcff4b3f0e1/grid2op/Reward/AlarmReward.py#L71
The text was updated successfully, but these errors were encountered:
fixing issue rte-france#229
1e6ca00
A suggestion for improvement here: rather than -1, use self.reward_min ?
https://github.com/rte-france/Grid2Op/blob/e19cb7590d3fcd697972aaabfb2a3bcff4b3f0e1/grid2op/Reward/AlarmReward.py#L154
=> best_score, is_alarm_used = self.reward_min, False
Sorry, something went wrong.
I don't get it, this reward returns a score between -1 and 1 so -1 and reward_min are the same, no ?
reward_min
minor improvment, see rte-france#229
e463b7b
Fixed and merged in version 1.6.0, now available on pypi
No branches or pull requests
Environment
1.6.0
osx
Bug description
Best_time and window_size are inverted at AlarmReward creation
How to reproduce
see here:
https://github.com/rte-france/Grid2Op/blob/e19cb7590d3fcd697972aaabfb2a3bcff4b3f0e1/grid2op/Reward/AlarmReward.py#L71
The text was updated successfully, but these errors were encountered: