Upload 9 files
Browse files- .gitattributes +1 -0
- lstm/best_model.keras +3 -0
- lstm/config.json +10 -0
- metrics/evaluations.npz +3 -0
- metrics/performance_vector.csv +0 -0
- metrics/tensorboard/events.out.tfevents.1743650164.DESKTOP-VU83M2R.19136.0 +3 -0
- ppo/best_model.zip +3 -0
- ppo/config.json +18 -0
- ppo/ppo_powergrid_model.zip +3 -0
- ppo/vec_normalize.pkl +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
lstm/best_model.keras filter=lfs diff=lfs merge=lfs -text
|
lstm/best_model.keras
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cecf10227e9830fb582a31a73f89313244407b1269e5573f4c3035f10854baa0
|
3 |
+
size 8990343
|
lstm/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "lstm",
|
3 |
+
"library": "tensorflow",
|
4 |
+
"output_shape": [1],
|
5 |
+
"custom_loss": "custom_demand_loss",
|
6 |
+
"trained_on": "TVA load demand (Jan 2021- Dec. 2024)",
|
7 |
+
"window_size": "7 days",
|
8 |
+
"prediction_horizon": "1 day",
|
9 |
+
"normalization": "min-max"
|
10 |
+
}
|
metrics/evaluations.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57f351174f951765db2a763d63c7beaa87d3cee29b1fd97a1988863d381b442c
|
3 |
+
size 13314
|
metrics/performance_vector.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
metrics/tensorboard/events.out.tfevents.1743650164.DESKTOP-VU83M2R.19136.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60d9b92cc0efca7bbecc7b48942fb02bf398fd4fc6e1865d1105cc0bdbf64c45
|
3 |
+
size 143495
|
ppo/best_model.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9918e157132ca4d6fcec6f36bd810b8d46848106f16f4e0c191dcd0d7ff606d5
|
3 |
+
size 222732
|
ppo/config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "stable-baselines3",
|
3 |
+
"library": "stable-baselines3",
|
4 |
+
"algorithm": "PPO",
|
5 |
+
"env": "PowerGridEnv-v0",
|
6 |
+
"vectorized": true,
|
7 |
+
"vecnormalize": true,
|
8 |
+
"observation_space": "Box(-1.0, 1.0, (40,), float32)",
|
9 |
+
"action_space": "Box(-1.0, 1.0, (40,), float32)",
|
10 |
+
"total_timesteps": 400000,
|
11 |
+
"eval_episodes": 5,
|
12 |
+
"eval_frequency": 2048,
|
13 |
+
"best_model_saved": true,
|
14 |
+
"reward_normalized": true,
|
15 |
+
"clip_reward": 10.0,
|
16 |
+
"trained_on": "Lauderdale County grid (TVA, Jan 2024)"
|
17 |
+
}
|
18 |
+
|
ppo/ppo_powergrid_model.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b4fa3accfe48ded2e9f5fd0eb88692ad6cbc7bbb7fbeb2d2de0b6d097a504b
|
3 |
+
size 222733
|
ppo/vec_normalize.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77950bc9619bb4fa1cd32e9a1b6ebefc4cb86a767b9a652ff75ee0d01283b827
|
3 |
+
size 2873
|