Skip to content

Commit 181383a

Browse files
committed
Release v1.10.2
1 parent 30e2068 commit 181383a

31 files changed

+996
-3
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.10.1" -b "v1.10.1-branch"
38+
RUN git checkout "tags/v1.10.2" -b "v1.10.2-branch"
3939
# Install Dependencies
4040
RUN pip3 install .[optional,challenge]
4141
WORKDIR /

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Benjamin Donnot'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.10.2.dev3'
25+
release = '1.10.2'
2626
version = '1.10'
2727

2828

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.2.dev3'
14+
__version__ = '1.10.2'
1515

1616
__all__ = [
1717
"Action",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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_INITIAL_STATE_TIME_SERIE": 0,
11+
"IGNORE_MIN_UP_DOWN_TIME": true,
12+
"INIT_STORAGE_CAPACITY": 0.5,
13+
"LIMIT_INFEASIBLE_CURTAILMENT_STORAGE_ACTION": false,
14+
"MAX_LINE_STATUS_CHANGED": 1,
15+
"MAX_SIMULATE_PER_EPISODE": -1,
16+
"MAX_SIMULATE_PER_STEP": -1,
17+
"MAX_SUB_CHANGED": 1,
18+
"NB_TIMESTEP_COOLDOWN_LINE": 0,
19+
"NB_TIMESTEP_COOLDOWN_SUB": 0,
20+
"NB_TIMESTEP_OVERFLOW_ALLOWED": 2,
21+
"NB_TIMESTEP_RECONNECTION": 10,
22+
"NO_OVERFLOW_DISCONNECTION": false,
23+
"SOFT_OVERFLOW_THRESHOLD": 1.0
24+
}
321 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": 22.041643142700195,
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": 6
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.00021546400239458308
4+
},
5+
"Env": {
6+
"apply_act": 0.029873117000533966,
7+
"observation_computation": 0.009064515999853029,
8+
"powerflow_computation": 0.22099059000356647,
9+
"total": 0.25992822300395346
10+
},
11+
"total": 0.26562659699993674
12+
}

0 commit comments

Comments
 (0)