philippds commited on
Commit
ff4c5db
1 Parent(s): 64e22b5

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_1_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-1-difficulty-1
11
- results:
12
- - task:
13
- type: sub-task
14
- name: keep_all
15
- task-id: 1
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: 195.4663185119629 +/- 77.65158484674649
23
- name: Cumulative Reward
24
- verified: true
25
- - type: collective_performance
26
- value: 34.28780403137207 +/- 10.980421619205345
27
- name: Collective Performance
28
- verified: true
29
- - type: individual_performance
30
- value: 16.798346424102782 +/- 5.2696319909880085
31
- name: Individual Performance
32
- verified: true
33
- - type: reward_for_moving_resources_to_neighbours
34
- value: 1.2929230749607086 +/- 0.5330753884066604
35
- name: Reward for Moving Resources to Neighbours
36
- verified: true
37
- - type: reward_for_moving_resources_to_self
38
- value: 143.07430686950684 +/- 44.849034918704156
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_1_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-1-difficulty-1
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: keep_all
15
+ task-id: 1
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: 195.4663185119629 +/- 77.65158484674649
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 34.28780403137207 +/- 10.980421619205345
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 16.798346424102782 +/- 5.2696319909880085
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 1.2929230749607086 +/- 0.5330753884066604
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 143.07430686950684 +/- 44.849034918704156
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>1</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>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)