Skip to content
New issue

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

Dev 1.5.1 #190

Merged
merged 30 commits into from
Apr 15, 2021
Merged

Dev 1.5.1 #190

merged 30 commits into from
Apr 15, 2021

Conversation

BDonnot
Copy link
Collaborator

@BDonnot BDonnot commented Apr 15, 2021

[FIXED]: Issue #187 : improve the computation and the
documentation of the RedispReward. This has an impact on the env.reward_range of all environments using this
reward, because the old "reward_max" was not correct.
[FIXED] Issue #181 : now environment can be created with
a layout and a warning is issued in this case.
[FIXED] Issue #180 : it is now possible to set the thermal
limit with a dictionary
[FIXED] a typo that would cause the attack to be discarded in the runner in some cases (cases for now not used)
[FIXED] an issue linked to the transformation into gym box space for some environments,
this might be linked to Issue #185
[ADDED] a feature to retrieve the voltage angle (theta) in the backend (backend.get_theta) and in the observation.
[ADDED] support for multimix in the GymEnv (lack of support spotted thanks to Issue #185)
[ADDED] basic documentation of the environment available.
[ADDED] Issue #166: support for simulate in multi environment
settings.
[IMPROVED] extra layer of security preventing modification of observation_space and action_space of environment
[IMPROVED] better handling of dynamically generated classes
[IMPROVED] the documentation of the opponent

BDonnot and others added 30 commits April 2, 2021 09:14
Added two small improvments
Adresses a possible issue with the gym converter
Proposing a fix for issue #187
Adding the doc, for issue #179
Adding other doc for issue #184
the documentation of the opponent

See changelog for more information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment