philippds commited on
Commit
735c39b
1 Parent(s): 6801964

Update README.md

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