Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,17 @@ model-index:
|
|
30 |
value: 0.0 +/- 0.0
|
31 |
name: Individual Performance
|
32 |
verified: true
|
33 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
value: 0.0 +/- 0.0
|
31 |
name: Individual Performance
|
32 |
verified: true
|
33 |
+
---
|
34 |
+
|
35 |
+
This model serves as the baseline for the **Wind Farm Control** environment, trained and tested on task <code>1</code> with pattern <code>0</code> using the Proximal Policy Optimization (PPO) algorithm.<br>
|
36 |
+
<br>
|
37 |
+
Environment: **Wind Farm Control**<br>
|
38 |
+
Task: <code>1</code><br>
|
39 |
+
Pattern: <code>0</code><br>
|
40 |
+
Algorithm: <code>PPO</code><br>
|
41 |
+
Episode Length: <code>5000</code><br>
|
42 |
+
Training <code>max_steps</code>: <code>8000000</code><br>
|
43 |
+
Testing <code>max_steps</code>: <code>8000000</code><br>
|
44 |
+
<br>
|
45 |
+
Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>
|
46 |
+
Download the [Environment](https://github.com/hivex-research/hivex-environments)
|