philippds commited on
Commit
b28b26d
1 Parent(s): 8ddf9a9

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_0_run_id_0_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-0-difficulty-9
11
- results:
12
- - task:
13
- type: main-task
14
- name: main_task
15
- task-id: 0
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: 108.30524711608886 +/- 44.26496456209219
23
- name: Cumulative Reward
24
- verified: true
25
- - type: collective_performance
26
- value: 48.16655330657959 +/- 18.658942149744412
27
- name: Collective Performance
28
- verified: true
29
- - type: individual_performance
30
- value: 23.520054149627686 +/- 8.724727286979716
31
- name: Individual Performance
32
- verified: true
33
- - type: reward_for_moving_resources_to_neighbours
34
- value: 50.061480331420896 +/- 27.6190461058019
35
- name: Reward for Moving Resources to Neighbours
36
- verified: true
37
- - type: reward_for_moving_resources_to_self
38
- value: 3.3466444194316862 +/- 1.8331136243834456
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_0_run_id_0_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-0-difficulty-9
11
+ results:
12
+ - task:
13
+ type: main-task
14
+ name: main_task
15
+ task-id: 0
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: 108.30524711608886 +/- 44.26496456209219
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 48.16655330657959 +/- 18.658942149744412
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 23.520054149627686 +/- 8.724727286979716
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 50.061480331420896 +/- 27.6190461058019
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 3.3466444194316862 +/- 1.8331136243834456
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>0</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>0</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)