philippds commited on
Commit
45d80b4
1 Parent(s): b03398a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -57
README.md CHANGED
@@ -1,57 +1,59 @@
1
- ---
2
- library_name: hivex
3
- original_train_name: DroneBasedReforestation_difficulty_5_task_3_run_id_2_train
4
- tags:
5
- - hivex
6
- - hivex-drone-based-reforestation
7
- - reinforcement-learning
8
- - multi-agent-reinforcement-learning
9
- model-index:
10
- - name: hivex-DBR-PPO-baseline-task-3-difficulty-5
11
- results:
12
- - task:
13
- type: sub-task
14
- name: drop_seed
15
- task-id: 3
16
- difficulty-id: 5
17
- dataset:
18
- name: hivex-drone-based-reforestation
19
- type: hivex-drone-based-reforestation
20
- metrics:
21
- - type: cumulative_reward
22
- value: 101.15483459472657 +/- 3.824644657818079
23
- name: "Cumulative Reward"
24
- verified: true
25
- - type: cumulative_distance_reward
26
- value: 1.317925215959549 +/- 0.28260177110908363
27
- name: "Cumulative Distance Reward"
28
- verified: true
29
- - type: cumulative_distance_until_tree_drop
30
- value: 48.28620391845703 +/- 7.283860263327832
31
- name: "Cumulative Distance Until Tree Drop"
32
- verified: true
33
- - type: cumulative_distance_to_existing_trees
34
- value: 64.57429847717285 +/- 5.444324231140867
35
- name: "Cumulative Distance to Existing Trees"
36
- verified: true
37
- - type: cumulative_normalized_distance_until_tree_drop
38
- value: 0.13179252222180365 +/- 0.02826017752675318
39
- name: "Cumulative Normalized Distance Until Tree Drop"
40
- verified: true
41
- - type: cumulative_tree_drop_reward
42
- value: 4.009531931877136 +/- 0.661158168654566
43
- name: "Cumulative Tree Drop Reward"
44
- verified: true
45
- - type: out_of_energy_count
46
- value: 0.03808173710480332 +/- 0.021781055433560147
47
- name: "Out of Energy Count"
48
- verified: true
49
- - type: recharge_energy_count
50
- value: 10.746735401153565 +/- 0.6862137746749559
51
- name: "Recharge Energy Count"
52
- verified: true
53
- - type: tree_drop_count
54
- value: 0.9473729825019837 +/- 0.03268839810742225
55
- name: "Tree Drop Count"
56
- verified: true
57
- ---
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: DroneBasedReforestation_difficulty_5_task_3_run_id_2_train
4
+ tags:
5
+ - hivex
6
+ - hivex-drone-based-reforestation
7
+ - reinforcement-learning
8
+ - multi-agent-reinforcement-learning
9
+ model-index:
10
+ - name: hivex-DBR-PPO-baseline-task-3-difficulty-5
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: drop_seed
15
+ task-id: 3
16
+ difficulty-id: 5
17
+ dataset:
18
+ name: hivex-drone-based-reforestation
19
+ type: hivex-drone-based-reforestation
20
+ metrics:
21
+ - type: cumulative_distance_reward
22
+ value: 1.317925215959549 +/- 0.28260177110908363
23
+ name: Cumulative Distance Reward
24
+ verified: true
25
+ - type: cumulative_distance_until_tree_drop
26
+ value: 48.28620391845703 +/- 7.283860263327832
27
+ name: Cumulative Distance Until Tree Drop
28
+ verified: true
29
+ - type: cumulative_distance_to_existing_trees
30
+ value: 64.57429847717285 +/- 5.444324231140867
31
+ name: Cumulative Distance to Existing Trees
32
+ verified: true
33
+ - type: cumulative_normalized_distance_until_tree_drop
34
+ value: 0.13179252222180365 +/- 0.02826017752675318
35
+ name: Cumulative Normalized Distance Until Tree Drop
36
+ verified: true
37
+ - type: cumulative_tree_drop_reward
38
+ value: 4.009531931877136 +/- 0.661158168654566
39
+ name: Cumulative Tree Drop Reward
40
+ verified: true
41
+ - type: out_of_energy_count
42
+ value: 0.03808173710480332 +/- 0.021781055433560147
43
+ name: Out of Energy Count
44
+ verified: true
45
+ - type: recharge_energy_count
46
+ value: 10.746735401153565 +/- 0.6862137746749559
47
+ name: Recharge Energy Count
48
+ verified: true
49
+ - type: tree_drop_count
50
+ value: 0.9473729825019837 +/- 0.03268839810742225
51
+ name: Tree Drop Count
52
+ verified: true
53
+ - type: cumulative_reward
54
+ value: 101.15483459472657 +/- 3.824644657818079
55
+ name: Cumulative Reward
56
+ verified: true
57
+ ---
58
+
59
+ This model serves as the baseline for the **Drone-Based Reforestation** environment, trained and tested on task <code>3</code> with difficulty <code>5</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>Environment: **Drone-Based Reforestation**<br>Task: <code>3</code><br>Difficulty: <code>5</code><br>Algorithm: <code>PPO</code><br>Episode Length: <code>2000</code><br>Training <code>max_steps</code>: <code>1200000</code><br>Testing <code>max_steps</code>: <code>300000</code><br><br>Train & Test [Scripts](https://github.com/hivex-research/hivex)<br>Download the [Environment](https://github.com/hivex-research/hivex-environments)