-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
995 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
Grid2Op | ||
""" | ||
__version__ = '1.10.4.dev1' | ||
__version__ = '1.10.4' | ||
|
||
__all__ = [ | ||
"Action", | ||
|
24 changes: 24 additions & 0 deletions
24
grid2op/data_test/runner_data/res_agent_1.10.4/00/_parameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"ACTIVATE_STORAGE_LOSS": true, | ||
"ALARM_BEST_TIME": 12, | ||
"ALARM_WINDOW_SIZE": 12, | ||
"ALERT_TIME_WINDOW": 12, | ||
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true, | ||
"ENV_DC": false, | ||
"FORECAST_DC": false, | ||
"HARD_OVERFLOW_THRESHOLD": 2.0, | ||
"IGNORE_INITIAL_STATE_TIME_SERIE": 0, | ||
"IGNORE_MIN_UP_DOWN_TIME": true, | ||
"INIT_STORAGE_CAPACITY": 0.5, | ||
"LIMIT_INFEASIBLE_CURTAILMENT_STORAGE_ACTION": false, | ||
"MAX_LINE_STATUS_CHANGED": 1, | ||
"MAX_SIMULATE_PER_EPISODE": -1, | ||
"MAX_SIMULATE_PER_STEP": -1, | ||
"MAX_SUB_CHANGED": 1, | ||
"NB_TIMESTEP_COOLDOWN_LINE": 0, | ||
"NB_TIMESTEP_COOLDOWN_SUB": 0, | ||
"NB_TIMESTEP_OVERFLOW_ALLOWED": 2, | ||
"NB_TIMESTEP_RECONNECTION": 10, | ||
"NO_OVERFLOW_DISCONNECTION": false, | ||
"SOFT_OVERFLOW_THRESHOLD": 1.0 | ||
} |
Binary file not shown.
Binary file added
BIN
+241 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/00/agent_exec_times.npz
Binary file not shown.
Binary file added
BIN
+218 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/00/disc_lines_cascading_failure.npz
Binary file not shown.
Binary file added
BIN
+492 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/00/env_modifications.npz
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
grid2op/data_test/runner_data/res_agent_1.10.4/00/episode_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"agent_seed": null, | ||
"backend_type": "PandaPowerBackend_rte_case5_example", | ||
"chronics_max_timestep": "100", | ||
"chronics_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/chronics/00", | ||
"cumulative_reward": 35.87366485595703, | ||
"env_seed": null, | ||
"env_type": "Environment_rte_case5_example", | ||
"grid_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/grid.json", | ||
"nb_timestep_played": 7 | ||
} |
12 changes: 12 additions & 0 deletions
12
grid2op/data_test/runner_data/res_agent_1.10.4/00/episode_times.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Agent": { | ||
"total": 0.00021775700224679895 | ||
}, | ||
"Env": { | ||
"apply_act": 0.025833767002040986, | ||
"observation_computation": 0.00829864700062899, | ||
"powerflow_computation": 0.20847854800376808, | ||
"total": 0.24261096200643806 | ||
}, | ||
"total": 0.24721698199937236 | ||
} |
3 changes: 3 additions & 0 deletions
3
grid2op/data_test/runner_data/res_agent_1.10.4/00/grid2op.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"version": "1.10.4" | ||
} |
Binary file not shown.
Binary file added
BIN
+206 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/00/opponent_attack.npz
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
grid2op/data_test/runner_data/res_agent_1.10.4/00/other_rewards.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{} | ||
] |
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
grid2op/data_test/runner_data/res_agent_1.10.4/01/_parameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"ACTIVATE_STORAGE_LOSS": true, | ||
"ALARM_BEST_TIME": 12, | ||
"ALARM_WINDOW_SIZE": 12, | ||
"ALERT_TIME_WINDOW": 12, | ||
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true, | ||
"ENV_DC": false, | ||
"FORECAST_DC": false, | ||
"HARD_OVERFLOW_THRESHOLD": 2.0, | ||
"IGNORE_INITIAL_STATE_TIME_SERIE": 0, | ||
"IGNORE_MIN_UP_DOWN_TIME": true, | ||
"INIT_STORAGE_CAPACITY": 0.5, | ||
"LIMIT_INFEASIBLE_CURTAILMENT_STORAGE_ACTION": false, | ||
"MAX_LINE_STATUS_CHANGED": 1, | ||
"MAX_SIMULATE_PER_EPISODE": -1, | ||
"MAX_SIMULATE_PER_STEP": -1, | ||
"MAX_SUB_CHANGED": 1, | ||
"NB_TIMESTEP_COOLDOWN_LINE": 0, | ||
"NB_TIMESTEP_COOLDOWN_SUB": 0, | ||
"NB_TIMESTEP_OVERFLOW_ALLOWED": 2, | ||
"NB_TIMESTEP_RECONNECTION": 10, | ||
"NO_OVERFLOW_DISCONNECTION": false, | ||
"SOFT_OVERFLOW_THRESHOLD": 1.0 | ||
} |
Binary file not shown.
Binary file added
BIN
+216 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/01/agent_exec_times.npz
Binary file not shown.
Binary file added
BIN
+216 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/01/disc_lines_cascading_failure.npz
Binary file not shown.
Binary file added
BIN
+325 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/01/env_modifications.npz
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
grid2op/data_test/runner_data/res_agent_1.10.4/01/episode_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"agent_seed": null, | ||
"backend_type": "PandaPowerBackend_rte_case5_example", | ||
"chronics_max_timestep": "100", | ||
"chronics_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/chronics/01", | ||
"cumulative_reward": 0.0, | ||
"env_seed": null, | ||
"env_type": "Environment_rte_case5_example", | ||
"grid_path": "/home/donnotben/Documents/grid2op_dev/grid2op/data/rte_case5_example/grid.json", | ||
"nb_timestep_played": 1 | ||
} |
12 changes: 12 additions & 0 deletions
12
grid2op/data_test/runner_data/res_agent_1.10.4/01/episode_times.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Agent": { | ||
"total": 3.0235001759137958e-05 | ||
}, | ||
"Env": { | ||
"apply_act": 0.003892230997735169, | ||
"observation_computation": 0.0, | ||
"powerflow_computation": 0.06602870100323344, | ||
"total": 0.0699209320009686 | ||
}, | ||
"total": 0.07084095099708065 | ||
} |
3 changes: 3 additions & 0 deletions
3
grid2op/data_test/runner_data/res_agent_1.10.4/01/grid2op.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"version": "1.10.4" | ||
} |
Binary file not shown.
Binary file added
BIN
+206 Bytes
grid2op/data_test/runner_data/res_agent_1.10.4/01/opponent_attack.npz
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
grid2op/data_test/runner_data/res_agent_1.10.4/01/other_rewards.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
{} | ||
] |
Binary file not shown.
220 changes: 220 additions & 0 deletions
220
grid2op/data_test/runner_data/res_agent_1.10.4/dict_action_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,220 @@ | ||
{ | ||
"_PATH_GRID_CLASSES": null, | ||
"_init_subtype": "grid2op.Action.topologyAction.TopologyAction", | ||
"alarms_area_lines": [], | ||
"alarms_area_names": [], | ||
"alarms_lines_area": {}, | ||
"alertable_line_ids": [], | ||
"alertable_line_names": [], | ||
"assistant_warning_type": null, | ||
"dim_alarms": 0, | ||
"dim_alerts": 0, | ||
"env_name": "rte_case5_example", | ||
"gen_cost_per_MW": [ | ||
0.0, | ||
70.0 | ||
], | ||
"gen_max_ramp_down": [ | ||
0.0, | ||
10.0 | ||
], | ||
"gen_max_ramp_up": [ | ||
0.0, | ||
10.0 | ||
], | ||
"gen_min_downtime": [ | ||
0, | ||
4 | ||
], | ||
"gen_min_uptime": [ | ||
0, | ||
4 | ||
], | ||
"gen_pmax": [ | ||
10.0, | ||
30.0 | ||
], | ||
"gen_pmin": [ | ||
0.0, | ||
0.0 | ||
], | ||
"gen_pos_topo_vect": [ | ||
4, | ||
8 | ||
], | ||
"gen_redispatchable": [ | ||
false, | ||
true | ||
], | ||
"gen_renewable": [ | ||
true, | ||
false | ||
], | ||
"gen_shutdown_cost": [ | ||
0.0, | ||
1.0 | ||
], | ||
"gen_startup_cost": [ | ||
0.0, | ||
2.0 | ||
], | ||
"gen_to_sub_pos": [ | ||
4, | ||
2 | ||
], | ||
"gen_to_subid": [ | ||
0, | ||
1 | ||
], | ||
"gen_type": [ | ||
"wind", | ||
"thermal" | ||
], | ||
"glop_version": "1.10.4", | ||
"grid_layout": { | ||
"sub_0": [ | ||
0.0, | ||
0.0 | ||
], | ||
"sub_1": [ | ||
0.0, | ||
400.0 | ||
], | ||
"sub_2": [ | ||
200.0, | ||
400.0 | ||
], | ||
"sub_3": [ | ||
400.0, | ||
400.0 | ||
], | ||
"sub_4": [ | ||
400.0, | ||
0.0 | ||
] | ||
}, | ||
"line_ex_pos_topo_vect": [ | ||
6, | ||
9, | ||
13, | ||
18, | ||
10, | ||
14, | ||
15, | ||
19 | ||
], | ||
"line_ex_to_sub_pos": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
1, | ||
1, | ||
2, | ||
1 | ||
], | ||
"line_ex_to_subid": [ | ||
1, | ||
2, | ||
3, | ||
4, | ||
2, | ||
3, | ||
3, | ||
4 | ||
], | ||
"line_or_pos_topo_vect": [ | ||
0, | ||
1, | ||
2, | ||
3, | ||
7, | ||
11, | ||
12, | ||
16 | ||
], | ||
"line_or_to_sub_pos": [ | ||
0, | ||
1, | ||
2, | ||
3, | ||
1, | ||
2, | ||
3, | ||
3 | ||
], | ||
"line_or_to_subid": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
1, | ||
2, | ||
2, | ||
3 | ||
], | ||
"load_pos_topo_vect": [ | ||
5, | ||
17, | ||
20 | ||
], | ||
"load_to_sub_pos": [ | ||
5, | ||
4, | ||
2 | ||
], | ||
"load_to_subid": [ | ||
0, | ||
3, | ||
4 | ||
], | ||
"n_busbar_per_sub": "2", | ||
"name_gen": [ | ||
"gen_0_0", | ||
"gen_1_1" | ||
], | ||
"name_line": [ | ||
"0_1_0", | ||
"0_2_1", | ||
"0_3_2", | ||
"0_4_3", | ||
"1_2_4", | ||
"2_3_5", | ||
"2_3_6", | ||
"3_4_7" | ||
], | ||
"name_load": [ | ||
"load_0_0", | ||
"load_3_1", | ||
"load_4_2" | ||
], | ||
"name_shunt": [], | ||
"name_storage": [], | ||
"name_sub": [ | ||
"sub_0", | ||
"sub_1", | ||
"sub_2", | ||
"sub_3", | ||
"sub_4" | ||
], | ||
"shunt_to_subid": [], | ||
"storage_Emax": [], | ||
"storage_Emin": [], | ||
"storage_charging_efficiency": [], | ||
"storage_discharging_efficiency": [], | ||
"storage_loss": [], | ||
"storage_marginal_cost": [], | ||
"storage_max_p_absorb": [], | ||
"storage_max_p_prod": [], | ||
"storage_pos_topo_vect": [], | ||
"storage_to_sub_pos": [], | ||
"storage_to_subid": [], | ||
"storage_type": [], | ||
"sub_info": [ | ||
6, | ||
3, | ||
4, | ||
5, | ||
3 | ||
] | ||
} |
Oops, something went wrong.