philippds commited on
Commit
61d2c1b
1 Parent(s): 78b8d54

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_2_task_1_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-1-difficulty-2
11
- results:
12
- - task:
13
- type: sub-task
14
- name: keep_all
15
- task-id: 1
16
- difficulty-id: 2
17
- dataset:
18
- name: hivex-wildfire-resource-management
19
- type: hivex-wildfire-resource-management
20
- metrics:
21
- - type: cumulative_reward
22
- value: 274.1446533203125 +/- 64.14741483958754
23
- name: Cumulative Reward
24
- verified: true
25
- - type: collective_performance
26
- value: 47.04243335723877 +/- 13.647734597375532
27
- name: Collective Performance
28
- verified: true
29
- - type: individual_performance
30
- value: 25.11213264465332 +/- 7.222221709728652
31
- name: Individual Performance
32
- verified: true
33
- - type: reward_for_moving_resources_to_neighbours
34
- value: 1.1445139467716217 +/- 0.3653539966236824
35
- name: Reward for Moving Resources to Neighbours
36
- verified: true
37
- - type: reward_for_moving_resources_to_self
38
- value: 215.85740509033204 +/- 65.10330940872429
39
- name: Reward for Moving Resources to Self
40
- verified: true
41
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_2_task_1_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-1-difficulty-2
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: keep_all
15
+ task-id: 1
16
+ difficulty-id: 2
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 274.1446533203125 +/- 64.14741483958754
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 47.04243335723877 +/- 13.647734597375532
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 25.11213264465332 +/- 7.222221709728652
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 1.1445139467716217 +/- 0.3653539966236824
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 215.85740509033204 +/- 65.10330940872429
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>2</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>2</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)