Update README.md
Browse files
README.md
CHANGED
|
@@ -1,39 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
library_name: hivex
|
| 3 |
-
original_train_name: DroneBasedReforestation_difficulty_1_task_6_run_id_1_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-6-difficulty-1
|
| 11 |
-
results:
|
| 12 |
-
- task:
|
| 13 |
-
type: sub-task
|
| 14 |
-
name: explore_furthest_distance_and_return_to_base
|
| 15 |
-
task-id: 6
|
| 16 |
-
difficulty-id: 1
|
| 17 |
-
dataset:
|
| 18 |
-
name: hivex-drone-based-reforestation
|
| 19 |
-
type: hivex-drone-based-reforestation
|
| 20 |
-
metrics:
|
| 21 |
-
- type: furthest_distance_explored
|
| 22 |
-
value: 151.70707122802733 +/- 14.929790597220135
|
| 23 |
-
name: Furthest Distance Explored
|
| 24 |
-
verified: true
|
| 25 |
-
- type: out_of_energy_count
|
| 26 |
-
value: 0.5966190642118454 +/- 0.06758982961928896
|
| 27 |
-
name: Out of Energy Count
|
| 28 |
-
verified: true
|
| 29 |
-
- type: recharge_energy_count
|
| 30 |
-
value: 106.57069860748946 +/- 102.31928670254374
|
| 31 |
-
name: Recharge Energy Count
|
| 32 |
-
verified: true
|
| 33 |
-
- type: cumulative_reward
|
| 34 |
-
value: 7.9787830454111095 +/- 7.394977644057405
|
| 35 |
-
name: Cumulative Reward
|
| 36 |
-
verified: true
|
| 37 |
-
---
|
| 38 |
-
|
| 39 |
-
This model serves as the baseline for the **Drone-Based Reforestation** environment, trained and tested on task <code>6</code> with difficulty <code>1</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>Environment: **Drone-Based Reforestation**<br>Task: <code>6</code><br>Difficulty: <code>1</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)
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: hivex
|
| 3 |
+
original_train_name: DroneBasedReforestation_difficulty_1_task_6_run_id_1_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-6-difficulty-1
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: sub-task
|
| 14 |
+
name: explore_furthest_distance_and_return_to_base
|
| 15 |
+
task-id: 6
|
| 16 |
+
difficulty-id: 1
|
| 17 |
+
dataset:
|
| 18 |
+
name: hivex-drone-based-reforestation
|
| 19 |
+
type: hivex-drone-based-reforestation
|
| 20 |
+
metrics:
|
| 21 |
+
- type: furthest_distance_explored
|
| 22 |
+
value: 151.70707122802733 +/- 14.929790597220135
|
| 23 |
+
name: Furthest Distance Explored
|
| 24 |
+
verified: true
|
| 25 |
+
- type: out_of_energy_count
|
| 26 |
+
value: 0.5966190642118454 +/- 0.06758982961928896
|
| 27 |
+
name: Out of Energy Count
|
| 28 |
+
verified: true
|
| 29 |
+
- type: recharge_energy_count
|
| 30 |
+
value: 106.57069860748946 +/- 102.31928670254374
|
| 31 |
+
name: Recharge Energy Count
|
| 32 |
+
verified: true
|
| 33 |
+
- type: cumulative_reward
|
| 34 |
+
value: 7.9787830454111095 +/- 7.394977644057405
|
| 35 |
+
name: Cumulative Reward
|
| 36 |
+
verified: true
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
This model serves as the baseline for the **Drone-Based Reforestation** environment, trained and tested on task <code>6</code> with difficulty <code>1</code> using the Proximal Policy Optimization (PPO) algorithm.<br><br>Environment: **Drone-Based Reforestation**<br>Task: <code>6</code><br>Difficulty: <code>1</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)
|
| 40 |
+
|
| 41 |
+
[hivex-paper]: https://arxiv.org/abs/2501.04180
|