philippds commited on
Commit
b2f1df9
1 Parent(s): 8979183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -41
README.md CHANGED
@@ -1,41 +1,54 @@
1
- ---
2
- library_name: hivex
3
- original_train_name: WildfireResourceManagement_difficulty_9_task_1_run_id_2_train
4
- tags:
5
- - hivex
6
- - hivex-wildfire-resource-management
7
- - reinforcement-learning
8
- - multi-agent-reinforcement-learning
9
- model-index:
10
- - name: hivex-WRM-PPO-baseline-task-1-difficulty-9
11
- results:
12
- - task:
13
- type: sub-task
14
- name: keep_all
15
- task-id: 1
16
- difficulty-id: 9
17
- dataset:
18
- name: hivex-wildfire-resource-management
19
- type: hivex-wildfire-resource-management
20
- metrics:
21
- - type: cumulative_reward
22
- value: 256.54253845214845 +/- 82.7350530070222
23
- name: Cumulative Reward
24
- verified: true
25
- - type: collective_performance
26
- value: 43.02604579925537 +/- 13.287361543787155
27
- name: Collective Performance
28
- verified: true
29
- - type: individual_performance
30
- value: 23.407614994049073 +/- 7.450801825115115
31
- name: Individual Performance
32
- verified: true
33
- - type: reward_for_moving_resources_to_neighbours
34
- value: 1.6655276775360108 +/- 0.5314602326491544
35
- name: Reward for Moving Resources to Neighbours
36
- verified: true
37
- - type: reward_for_moving_resources_to_self
38
- value: 197.1991439819336 +/- 65.86970427316282
39
- name: Reward for Moving Resources to Self
40
- verified: true
41
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_9_task_1_run_id_2_train
4
+ tags:
5
+ - hivex
6
+ - hivex-wildfire-resource-management
7
+ - reinforcement-learning
8
+ - multi-agent-reinforcement-learning
9
+ model-index:
10
+ - name: hivex-WRM-PPO-baseline-task-1-difficulty-9
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: keep_all
15
+ task-id: 1
16
+ difficulty-id: 9
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 256.54253845214845 +/- 82.7350530070222
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 43.02604579925537 +/- 13.287361543787155
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 23.407614994049073 +/- 7.450801825115115
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 1.6655276775360108 +/- 0.5314602326491544
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 197.1991439819336 +/- 65.86970427316282
39
+ name: Reward for Moving Resources to Self
40
+ verified: true
41
+ ---
42
+
43
+ This model serves as the baseline for the **Wildfire Resource Management** environment, trained and tested on task <code>1</code> with difficulty <code>9</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>
44
+
45
+ Environment: **Wildfire Resource Management**<br>
46
+ Task: <code>1</code><br>
47
+ Difficulty: <code>9</code><br>
48
+ Algorithm: <code>PPO</code><br>
49
+ Episode Length: <code>500</code><br>
50
+ Training <code>max_steps</code>: <code>450000</code><br>
51
+ Testing <code>max_steps</code>: <code>45000</code><br><br>
52
+
53
+ Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>
54
+ Download the [Environment](https://github.com/hivex-research/hivex-environments)