Benjamin DONNOT
Benjamin DONNOT
Gym implements a new "reset" method: see https://www.gymlibrary.ml/content/api/?highlight=reset#gym.Env.reset We would need to implement it in grid2op
## Is your feature request related to a problem? Please describe. There is no direct problem linked to it. It would be nice however to be able to use some...
## Is your feature request related to a problem? Please describe. Some function with the MultimixEnv have an unexpected behavior and only affect some mixes in the environment (instead of...
## Is your feature request related to a problem? Please describe. To update the injection, you need to do: ```python act = env.action_space({"injection": {"load_p": 1.3 * self._init_load_p, "prod_p": 1.3 *...
## Is your feature request related to a problem? Please describe. Today, the data are fed to grid2op, but they are not really used. To do that, we would need...
## Is your feature request related to a problem? Please describe. This would ideally act as the curtailment, but for the load.
## Is your feature request related to a problem? Please describe. This could be another area of measure, especially for "early" stage of training of agent, where you kind of...
concerns most importantly the `layout_obs_sub_load_and_gen` function of the LayoutUtil.py file The main motivations are: - reuse the layout in other libaries (grid2game, chronix2grid) - not mandatory to recompute the positions...
## Is your feature request related to a problem? Please describe. Ex. This is what i do: ```python import grid2op env_name = ... env = grid2op.make(env_name, ...) obs = env.reset()...