philippds commited on
Commit
943666c
·
verified ·
1 Parent(s): b1e31cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -70
README.md CHANGED
@@ -1,70 +1,72 @@
1
- ---
2
- library_name: hivex
3
- original_train_name: AerialWildfireSuppression_difficulty_3_task_4_run_id_0_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-4-difficulty-3
11
- results:
12
- - task:
13
- type: sub-task
14
- name: protect_village
15
- task-id: 4
16
- difficulty-id: 3
17
- dataset:
18
- name: hivex-aerial-wildfire-suppression
19
- type: hivex-aerial-wildfire-suppression
20
- metrics:
21
- - type: crash_count
22
- value: 0.995833334326744 +/- 0.01863389536983029
23
- name: Crash Count
24
- verified: true
25
- - type: extinguishing_trees
26
- value: 0.2034926237538457 +/- 0.4116170031592015
27
- name: Extinguishing Trees
28
- verified: true
29
- - type: extinguishing_trees_reward
30
- value: 1.0174630872905255 +/- 2.0580849483100514
31
- name: Extinguishing Trees Reward
32
- verified: true
33
- - type: fire_too_close_to_city
34
- value: 0.026969697698950766 +/- 0.04238606278064562
35
- name: Fire too Close to City
36
- verified: true
37
- - type: preparing_trees
38
- value: 222.16366958618164 +/- 30.50323526327436
39
- name: Preparing Trees
40
- verified: true
41
- - type: preparing_trees_reward
42
- value: 222.16366958618164 +/- 30.50323526327436
43
- name: Preparing Trees Reward
44
- verified: true
45
- - type: water_drop
46
- value: 1.5261266589164735 +/- 0.27324174769670806
47
- name: Water Drop
48
- verified: true
49
- - type: water_pickup
50
- value: 1.5261266589164735 +/- 0.27324174769670806
51
- name: Water Pickup
52
- verified: true
53
- - type: cumulative_reward
54
- value: 112.0983154296875 +/- 26.748844898286993
55
- name: Cumulative Reward
56
- verified: true
57
- ---
58
-
59
- This model serves as the baseline for the **Aerial Wildfire Suppression** environment, trained and tested on task <code>4</code> with difficulty <code>3</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>
60
-
61
- Environment: **Aerial Wildfire Suppression**<br>
62
- Task: <code>4</code><br>
63
- Difficulty: <code>3</code><br>
64
- Algorithm: <code>PPO</code><br>
65
- Episode Length: <code>3000</code><br>
66
- Training <code>max_steps</code>: <code>1800000</code><br>
67
- Testing <code>max_steps</code>: <code>180000</code><br><br>
68
-
69
- Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>
70
- Download the [Environment](https://github.com/hivex-research/hivex-environments)
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: AerialWildfireSuppression_difficulty_3_task_4_run_id_0_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-4-difficulty-3
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: protect_village
15
+ task-id: 4
16
+ difficulty-id: 3
17
+ dataset:
18
+ name: hivex-aerial-wildfire-suppression
19
+ type: hivex-aerial-wildfire-suppression
20
+ metrics:
21
+ - type: crash_count
22
+ value: 0.995833334326744 +/- 0.01863389536983029
23
+ name: Crash Count
24
+ verified: true
25
+ - type: extinguishing_trees
26
+ value: 0.2034926237538457 +/- 0.4116170031592015
27
+ name: Extinguishing Trees
28
+ verified: true
29
+ - type: extinguishing_trees_reward
30
+ value: 1.0174630872905255 +/- 2.0580849483100514
31
+ name: Extinguishing Trees Reward
32
+ verified: true
33
+ - type: fire_too_close_to_city
34
+ value: 0.026969697698950766 +/- 0.04238606278064562
35
+ name: Fire too Close to City
36
+ verified: true
37
+ - type: preparing_trees
38
+ value: 222.16366958618164 +/- 30.50323526327436
39
+ name: Preparing Trees
40
+ verified: true
41
+ - type: preparing_trees_reward
42
+ value: 222.16366958618164 +/- 30.50323526327436
43
+ name: Preparing Trees Reward
44
+ verified: true
45
+ - type: water_drop
46
+ value: 1.5261266589164735 +/- 0.27324174769670806
47
+ name: Water Drop
48
+ verified: true
49
+ - type: water_pickup
50
+ value: 1.5261266589164735 +/- 0.27324174769670806
51
+ name: Water Pickup
52
+ verified: true
53
+ - type: cumulative_reward
54
+ value: 112.0983154296875 +/- 26.748844898286993
55
+ name: Cumulative Reward
56
+ verified: true
57
+ ---
58
+
59
+ This model serves as the baseline for the **Aerial Wildfire Suppression** environment, trained and tested on task <code>4</code> with difficulty <code>3</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>
60
+
61
+ Environment: **Aerial Wildfire Suppression**<br>
62
+ Task: <code>4</code><br>
63
+ Difficulty: <code>3</code><br>
64
+ Algorithm: <code>PPO</code><br>
65
+ Episode Length: <code>3000</code><br>
66
+ Training <code>max_steps</code>: <code>1800000</code><br>
67
+ Testing <code>max_steps</code>: <code>180000</code><br><br>
68
+
69
+ Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>
70
+ Download the [Environment](https://github.com/hivex-research/hivex-environments)
71
+
72
+ [hivex-paper]: https://arxiv.org/abs/2501.04180