-
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
33 changed files
with
1,006 additions
and
14 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
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
21 changes: 21 additions & 0 deletions
21
grid2op/data_test/runner_data/res_agent_1.7.0/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,21 @@ | ||
{ | ||
"ACTIVATE_STORAGE_LOSS": true, | ||
"ALARM_BEST_TIME": 12, | ||
"ALARM_WINDOW_SIZE": 12, | ||
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true, | ||
"ENV_DC": false, | ||
"FORECAST_DC": false, | ||
"HARD_OVERFLOW_THRESHOLD": 2.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 | ||
} |
Binary file not shown.
Binary file added
BIN
+221 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/00/agent_exec_times.npz
Binary file not shown.
Binary file added
BIN
+217 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/00/disc_lines_cascading_failure.npz
Binary file not shown.
Binary file added
BIN
+359 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/00/env_modifications.npz
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
grid2op/data_test/runner_data/res_agent_1.7.0/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/benjamin/Documents/grid2op_dev/grid2op/data/rte_case5_example/chronics/00", | ||
"cumulative_reward": 4.722118377685547, | ||
"env_seed": null, | ||
"env_type": "Environment_rte_case5_example", | ||
"grid_path": "/home/benjamin/Documents/grid2op_dev/grid2op/data/rte_case5_example/grid.json", | ||
"nb_timestep_played": 2 | ||
} |
12 changes: 12 additions & 0 deletions
12
grid2op/data_test/runner_data/res_agent_1.7.0/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": 3.83079996026936e-05 | ||
}, | ||
"Env": { | ||
"apply_act": 0.0031759689991304185, | ||
"observation_computation": 0.0011109200004284503, | ||
"powerflow_computation": 0.03184064600009151, | ||
"total": 0.03612753499965038 | ||
}, | ||
"total": 0.03697787500004779 | ||
} |
3 changes: 3 additions & 0 deletions
3
grid2op/data_test/runner_data/res_agent_1.7.0/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.7.0" | ||
} |
Binary file not shown.
Binary file added
BIN
+206 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/00/opponent_attack.npz
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
grid2op/data_test/runner_data/res_agent_1.7.0/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,4 @@ | ||
[ | ||
{}, | ||
{} | ||
] |
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
grid2op/data_test/runner_data/res_agent_1.7.0/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,21 @@ | ||
{ | ||
"ACTIVATE_STORAGE_LOSS": true, | ||
"ALARM_BEST_TIME": 12, | ||
"ALARM_WINDOW_SIZE": 12, | ||
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true, | ||
"ENV_DC": false, | ||
"FORECAST_DC": false, | ||
"HARD_OVERFLOW_THRESHOLD": 2.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 | ||
} |
Binary file not shown.
Binary file added
BIN
+258 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/01/agent_exec_times.npz
Binary file not shown.
Binary file added
BIN
+218 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/01/disc_lines_cascading_failure.npz
Binary file not shown.
Binary file added
BIN
+568 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/01/env_modifications.npz
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
grid2op/data_test/runner_data/res_agent_1.7.0/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/benjamin/Documents/grid2op_dev/grid2op/data/rte_case5_example/chronics/01", | ||
"cumulative_reward": 67.38427734375, | ||
"env_seed": null, | ||
"env_type": "Environment_rte_case5_example", | ||
"grid_path": "/home/benjamin/Documents/grid2op_dev/grid2op/data/rte_case5_example/grid.json", | ||
"nb_timestep_played": 12 | ||
} |
12 changes: 12 additions & 0 deletions
12
grid2op/data_test/runner_data/res_agent_1.7.0/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": 0.000171155000316503 | ||
}, | ||
"Env": { | ||
"apply_act": 0.018855834002351912, | ||
"observation_computation": 0.011686267998811672, | ||
"powerflow_computation": 0.14597200400021393, | ||
"total": 0.1765141060013775 | ||
}, | ||
"total": 0.17960734699954628 | ||
} |
3 changes: 3 additions & 0 deletions
3
grid2op/data_test/runner_data/res_agent_1.7.0/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.7.0" | ||
} |
Binary file not shown.
Binary file added
BIN
+206 Bytes
grid2op/data_test/runner_data/res_agent_1.7.0/01/opponent_attack.npz
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
grid2op/data_test/runner_data/res_agent_1.7.0/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,14 @@ | ||
[ | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{}, | ||
{} | ||
] |
Binary file not shown.
Oops, something went wrong.