Skip to content

Commit 5d93858

Browse files
committed
Release v1.10.0
1 parent 69d2b88 commit 5d93858

31 files changed

+1000
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /Grid2Op
3535
RUN git pull
3636
RUN git remote update
3737
RUN git fetch --all --tags
38-
RUN git checkout "tags/v1.9.8" -b "v1.9.8-branch"
38+
RUN git checkout "tags/v1.10.0" -b "v1.10.0-branch"
3939
# Install Dependencies
4040
RUN pip3 install .[optional,challenge]
4141
WORKDIR /

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
author = 'Benjamin Donnot'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.9.9.dev0'
26-
version = '1.9'
25+
release = '1.10.0'
26+
version = '1.10'
2727

2828

2929
# -- General configuration ---------------------------------------------------

grid2op/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Grid2Op
1212
1313
"""
14-
__version__ = '1.10.0.dev1'
14+
__version__ = '1.10.0'
1515

1616
__all__ = [
1717
"Action",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"ACTIVATE_STORAGE_LOSS": true,
3+
"ALARM_BEST_TIME": 12,
4+
"ALARM_WINDOW_SIZE": 12,
5+
"ALERT_TIME_WINDOW": 12,
6+
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true,
7+
"ENV_DC": false,
8+
"FORECAST_DC": false,
9+
"HARD_OVERFLOW_THRESHOLD": 2.0,
10+
"IGNORE_MIN_UP_DOWN_TIME": true,
11+
"INIT_STORAGE_CAPACITY": 0.5,
12+
"LIMIT_INFEASIBLE_CURTAILMENT_STORAGE_ACTION": false,
13+
"MAX_LINE_STATUS_CHANGED": 1,
14+
"MAX_SIMULATE_PER_EPISODE": -1,
15+
"MAX_SIMULATE_PER_STEP": -1,
16+
"MAX_SUB_CHANGED": 1,
17+
"NB_TIMESTEP_COOLDOWN_LINE": 0,
18+
"NB_TIMESTEP_COOLDOWN_SUB": 0,
19+
"NB_TIMESTEP_OVERFLOW_ALLOWED": 2,
20+
"NB_TIMESTEP_RECONNECTION": 10,
21+
"NO_OVERFLOW_DISCONNECTION": false,
22+
"SOFT_OVERFLOW_THRESHOLD": 1.0
23+
}
349 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"agent_seed": null,
3+
"backend_type": "PandaPowerBackend_rte_case5_example",
4+
"chronics_max_timestep": "100",
5+
"chronics_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/chronics/00",
6+
"cumulative_reward": 51.58775329589844,
7+
"env_seed": null,
8+
"env_type": "Environment_rte_case5_example",
9+
"grid_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/grid.json",
10+
"nb_timestep_played": 11
11+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Agent": {
3+
"total": 0.0003374060324858874
4+
},
5+
"Env": {
6+
"apply_act": 0.046520611009327695,
7+
"observation_computation": 0.013889413006836548,
8+
"powerflow_computation": 0.28536968800472096,
9+
"total": 0.3457797120208852
10+
},
11+
"total": 0.3526929799991194
12+
}

0 commit comments

Comments
 (0)