-
Notifications
You must be signed in to change notification settings - Fork 120
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
Improve documentation #22
Comments
Hello :-) The timestep is already in the observation. If "obs" is an observation, then you can access:
And even which day of the week it is with I will try to improve the documentation, as clearly it's not perfect, and especially i'll try to be explicit on the unit. Concerning
rho then don't have any unit. Having a rho of around 0.01 means that the flow is approximately 1% of the thermal limit. |
Thanks for the quick response. I meant numbered timestamps from 0, 1, 2 ...; they would be helpful, but of course the agent can track the timestep itself.
Thanks! For example, voltage could be given in per unit, Volts or kV. This would be helpful to have in the docs
Okay, so in the first 10 episodes for the IEEE14 case, all line loadings (bottom plot) are at maximum 1 %? The voltage (top plot) is also stable ergo nothing is happening in this grid. |
Hello again :-)
I might be wrong, but i'm not sure it's a common practice in reinforcement learning setting. I think for now the best way to have this information would be to assume data are provided each 5 mins and start on 1st january 2019 (default parameters of class
The new version 0.5.0 (pushed this morning) include that information in the documentation (see https://grid2op.readthedocs.io/en/v0.5.0/observation.html#grid2op.Observation.Observation). Voltages are given in Volt (V), power is MW and reactive power in MVar usually. Looking more at this is, Camilo Romero and I also found a bug in converting pair-unit to volt. This bug has also been fixed in this version.
You are correct, this case is given as an example, and is merely present for tests and to show how grid2op works. It should not be used "as is" to train an agent.
I will try to post the training data for L2RPN_2019 somewhere and has the package to automatically download the 1004 chronics that were provided for the competitors. In the mean time, they are available in the codalab challenge (I intend to do it when coding #20 ), any help welcome of course. |
I'm reasonably sure that the voltage is returned in kV and not V (l2rpn grid):
|
You are correct, i will fix that in the documentation. Thanks |
It would be very helpful if the physical units were added to the relevant variables (e.g. in the Observation description). I am sometimes unclear about the units (e.g. observation.rho - these are values all around 0.01).
Minor other issues:
The text was updated successfully, but these errors were encountered: