Upload README.md
Browse files
README.md
CHANGED
@@ -1,60 +1,42 @@
|
|
1 |
-
---
|
2 |
-
library_name: hivex
|
3 |
-
original_train_name: AerialWildfireSuppression_difficulty_5_task_8_run_id_2_train
|
4 |
-
tags:
|
5 |
-
- hivex
|
6 |
-
- hivex-aerial-wildfire-suppression
|
7 |
-
- reinforcement-learning
|
8 |
-
- multi-agent-reinforcement-learning
|
9 |
-
model-index:
|
10 |
-
- name: hivex-AWS-PPO-baseline-task-8-difficulty-5
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
type: sub-task
|
14 |
-
name: find_village
|
15 |
-
task-id: 8
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
verified: true
|
44 |
-
- type: preparing_trees
|
45 |
-
value: 0.0 +/- 0.0
|
46 |
-
name: "Preparing Trees"
|
47 |
-
verified: true
|
48 |
-
- type: preparing_trees_reward
|
49 |
-
value: 0.0 +/- 0.0
|
50 |
-
name: "Preparing Trees Reward"
|
51 |
-
verified: true
|
52 |
-
- type: water_drop
|
53 |
-
value: 0.0 +/- 0.0
|
54 |
-
name: "Water Drop"
|
55 |
-
verified: true
|
56 |
-
- type: water_pickup
|
57 |
-
value: 0.0 +/- 0.0
|
58 |
-
name: "Water Pickup"
|
59 |
-
verified: true
|
60 |
-
---
|
|
|
1 |
+
---
|
2 |
+
library_name: hivex
|
3 |
+
original_train_name: AerialWildfireSuppression_difficulty_5_task_8_run_id_2_train
|
4 |
+
tags:
|
5 |
+
- hivex
|
6 |
+
- hivex-aerial-wildfire-suppression
|
7 |
+
- reinforcement-learning
|
8 |
+
- multi-agent-reinforcement-learning
|
9 |
+
model-index:
|
10 |
+
- name: hivex-AWS-PPO-baseline-task-8-difficulty-5
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: sub-task
|
14 |
+
name: find_village
|
15 |
+
task-id: 8
|
16 |
+
difficulty-id: 5
|
17 |
+
dataset:
|
18 |
+
name: hivex-aerial-wildfire-suppression
|
19 |
+
type: hivex-aerial-wildfire-suppression
|
20 |
+
metrics:
|
21 |
+
- type: crash_count
|
22 |
+
value: 0.07500000223517418 +/- 0.12652577952347
|
23 |
+
name: Crash Count
|
24 |
+
verified: true
|
25 |
+
- type: cumulative_reward
|
26 |
+
value: 13.988095474243163 +/- 35.57381504941489
|
27 |
+
name: Cumulative Reward
|
28 |
+
verified: true
|
29 |
+
---
|
30 |
+
|
31 |
+
This model serves as the baseline for the **Aerial Wildfire Suppression** environment, trained and tested on task <code>8</code> with difficulty <code>5</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>
|
32 |
+
|
33 |
+
Environment: **Aerial Wildfire Suppression**<br>
|
34 |
+
Task: <code>8</code><br>
|
35 |
+
Difficulty: <code>5</code><br>
|
36 |
+
Algorithm: <code>PPO</code><br>
|
37 |
+
Episode Length: <code>3000</code><br>
|
38 |
+
Training <code>max_steps</code>: <code>1800000</code><br>
|
39 |
+
Testing <code>max_steps</code>: <code>180000</code><br><br>
|
40 |
+
|
41 |
+
Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>
|
42 |
+
Download the [Environment](https://github.com/hivex-research/hivex-environments)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|