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
To update the injection, you need to do:
act = env.action_space({"injection": {"load_p": 1.3 * self._init_load_p, "prod_p": 1.3 * gen_p}}) ...
I would like to be able to do it using the "properties", as for the others
act = env.action_space() act.gen_p = .... act.load_p = ....
Only the "old" syntax is supported, which is not very clear, nor convenient.
The text was updated successfully, but these errors were encountered:
Will be integrated to next major release (2.0 most likely)
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
To update the injection, you need to do:
Describe the solution you'd like
I would like to be able to do it using the "properties", as for the others
Describe alternatives you've considered
Only the "old" syntax is supported, which is not very clear, nor convenient.
The text was updated successfully, but these errors were encountered: