philippds commited on
Commit
91b5fe4
1 Parent(s): 148a5e8

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_1_task_2_run_id_1_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-2-difficulty-1
11
- results:
12
- - task:
13
- type: sub-task
14
- name: distribute_all
15
- task-id: 2
16
- difficulty-id: 1
17
- dataset:
18
- name: hivex-wildfire-resource-management
19
- type: hivex-wildfire-resource-management
20
- metrics:
21
- - type: cumulative_reward
22
- value: 621.6318466186524 +/- 263.80346369019475
23
- name: Cumulative Reward
24
- verified: true
25
- - type: collective_performance
26
- value: 34.165497875213624 +/- 11.603925138407758
27
- name: Collective Performance
28
- verified: true
29
- - type: individual_performance
30
- value: 18.202730894088745 +/- 6.918594494920972
31
- name: Individual Performance
32
- verified: true
33
- - type: reward_for_moving_resources_to_neighbours
34
- value: 513.3224952697753 +/- 252.25941103189368
35
- name: Reward for Moving Resources to Neighbours
36
- verified: true
37
- - type: reward_for_moving_resources_to_self
38
- value: 0.18221199735999108 +/- 0.07358971280652664
39
- name: Reward for Moving Resources to Self
40
- verified: true
41
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_1_task_2_run_id_1_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-2-difficulty-1
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: distribute_all
15
+ task-id: 2
16
+ difficulty-id: 1
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 621.6318466186524 +/- 263.80346369019475
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 34.165497875213624 +/- 11.603925138407758
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 18.202730894088745 +/- 6.918594494920972
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 513.3224952697753 +/- 252.25941103189368
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 0.18221199735999108 +/- 0.07358971280652664
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>2</code> with difficulty <code>1</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>
44
+
45
+ Environment: **Wildfire Resource Management**<br>
46
+ Task: <code>2</code><br>
47
+ Difficulty: <code>1</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)