Grid2Op icon indicating copy to clipboard operation
Grid2Op copied to clipboard

Grid2Op a testbed platform to model sequential decision making in power systems.

Results 89 Grid2Op issues
Sort by recently updated
recently updated
newest added

## Environment - Grid2op version: `1.7.2` - System: `windows 10` ## Bug description Bug found doing code inspection: i think on: https://github.com/rte-france/Grid2Op/blob/51854262d02d96c1ee1798a78a86661d1ff971a1/grid2op/Action/BaseAction.py#L2814 it should be: ` curtailment["changed"] = True `...

The complete list of packages available for 2022 competition is: ``` absl-py==1.1.0 acme==1.27.0 aiohttp==3.8.1 aiohttp-cors==0.7.0 aioredis==2.0.1 aiosignal==1.2.0 alabaster==0.7.12 ale-py==0.7.5 antlr4-python3-runtime==4.9.3 argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 ase==3.22.1 astor==0.8.1 asttokens==2.0.5 astunparse==1.6.3 async-timeout==4.0.2 atari-py==0.2.9 attrs==21.4.0 autopep8==1.6.0...

documentation
l2rpn_competition

### Environment ----- Grid2op version: 1.7.2 System: Linux ### Bug description ---- function train_val_split in Environment class , variable to_test is referenced before assignment code snippet ```python def train_val_split( self,...

## Environment - Grid2op version: `dev_multiagent` - System: `ubuntu20.04.3 LTS` ## Bug description When we copy the env with `env.copy()`, the backend loses, at least, `_my_kwargs` attribute. Here, I used...

bug

## Environment - Grid2op version: `0.x.x` - System: `windows, osx, ubuntu16.04, ...` - Additional system information ## Bug description AttributeError: 'Environment_l2rpn_case14_sandbox' object has no attribute '_is_test' ## How to reproduce...

bug

## Environment - Grid2op version: `1.7.2` - System: `ubuntu.` - Additional system information ## Bug description ``` /home/XXX/Documents/YYY/venv/lib/python3.8/site-packages/grid2op/gym_compat/gym_obs_space.py line 10, in import attr ModuleNotFoundError: No module named 'attr' ``` ##...

bug

From L2RPN_ICAP2021 starting kit - notebook 2_L2RPN_ICAPS_Alarm_feature_Notebook ``` class DoNothing_Attention_Agent(BaseAgent): """ This is the most basic BaseAgent. It is purely passive, and does absolutely nothing. As opposed to most reinforcement...

enhancement

## Environment - Grid2op version: `1.6.5 & 1.7.2` - System: `ubuntu20.04, ...` - Additional system information ## Bug description When getting an observation through env.get_obs(), thermal_limits don't have a consistent...

enhancement

It could benefit a bit of optimization to make it faster. In the nodes attributes, we could add different type of information such as: - the substation to which this...

enhancement

## Is your feature request related to a problem? Please describe. This is currently not possible to do. The idea of the feature is that we could pass an option...

enhancement