Skip to content

Commit 9e21965

Browse files
authored
Merge pull request #195 from BDonnot/bd_dev
comment things for sonarcloud [skip ci]
2 parents ae241f1 + 7d5cfc8 commit 9e21965

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ Change Log
3131
- [???] "asynch" multienv
3232
- [???] properly model interconnecting powerlines
3333

34+
35+
- TODO A number of max buses per sub
36+
- TODO in the runner, save multiple times the same sceanrio
37+
38+
3439
[1.10.3] - 2024-xx-yy
3540
-------------------------
36-
- TODO A number of max buses per sub
3741
- TODO Automatic "experimental_read_from_local_dir"
3842
- TODO Notebook for stable baselines
39-
- TODO reset options in the runner
4043

4144
- [BREAKING] `env.chronics_hander.set_max_iter(xxx)` is now a private function. Use
4245
`env.set_max_iter(xxx)` or even better `env.reset(options={"max step": xxx})`.

examples/backend_integration/Step5_modify_topology.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ def get_topo_vect(self) -> np.ndarray:
207207
local_topo = (1, 2, 1, 2, 1, 2)
208208
elif env_name == "l2rpn_wcci_2022_dev":
209209
raise RuntimeError("Storage units are not handled by the example backend, and there are some on the grid.")
210-
sub_id = 3
211-
local_topo = (1, 2, 1, 2, 1)
210+
# sub_id = 3
211+
# local_topo = (1, 2, 1, 2, 1)
212212
else:
213213
raise RuntimeError(f"Unknown grid2op environment name {env_name}")
214214
action = env.action_space({"set_bus": {"substations_id": [(sub_id, local_topo)]}})

0 commit comments

Comments
 (0)