File size: 3,685 Bytes
cb04c1a
 
 
 
 
 
 
 
 
3740a1f
98cca92
3740a1f
 
 
 
 
 
 
 
 
 
05d6a0a
 
 
f7c4b9a
05d6a0a
f7c4b9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab10add
 
 
 
 
156da44
ef60ddd
 
 
 
 
 
 
156da44
 
 
 
 
 
f7c4b9a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: README
emoji: 🌍
colorFrom: indigo
colorTo: red
sdk: static
pinned: false
---

<div align="center">
  <img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/hivex_thumb.png"
      style="border-radius:20px"
      alt="hivex header image"/>
</div>

# HIVEX
_Multi-Agent Reinforcement Learning environment suite with a focus on critical ecological challenges._

## About
The motivation of the hivex suite is to provide advanced reinforcement learning benchmarking environments with an emphasis on: (1) **_real-world_** scenarios, (2) **_multi-agent_** systems, (3) investigating problems and solutions with **_high impact on society_**.

## Train & Test Scripts: https://github.com/hivex-research/hivex

## Available Environments: https://github.com/hivex-research/hivex-environments

<div style="display: table; width: 100%; table-layout: fixed;">
<table style="width: 100%; table-layout: fixed;">
<thead>
<tr>
    <th style="width: 20%;"> </th>
    <th style="width: 20%;"> </th>
    <th style="width: 20%;"> </th>
    <th style="width: 20%;"> </th>
    <th style="width: 20%;"> </th>
</tr>
</thead>
<tbody>
<tr>
    <td><a href="https://github.com/hivex-research/hivex-environments/tree/main/environments/Hivex_WindFarmControl/"><img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/WFC_thumb.jpg" style="width:auto; height:150px; object-fit: cover; border-radius:10px;" alt="Wind Farm Control"></a></td>
    <td><a href="https://github.com/hivex-research/hivex-environments/tree/main/environments/Hivex_WilfireResourceManagement/"><img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/WRM_thumb.jpg" style="width:auto; height:150px; object-fit: cover; border-radius:10px;" alt="Wildfire Resource Management"></a></td>
    <td><a href="https://github.com/hivex-research/hivex-environments/tree/main/environments/Hivex_DroneBasedReforestation/"><img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/DBR_thumb.jpg" style="width:auto; height:150px; object-fit: cover; border-radius:10px;" alt="Drone-Based Reforestation"></a></td>
    <td><a href="https://github.com/hivex-research/hivex-environments/tree/main/environments/Hivex_OceanPlasticCollection/"><img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/OPC_thumb.jpg" style="width:auto; height:150px; object-fit: cover; border-radius:10px;" alt="Ocean Plastic Collection"></a></td>
    <td><a href="https://github.com/hivex-research/hivex-environments/tree/main/environments/Hivex_AerialWildfireSuppression/"><img src="https://raw.githubusercontent.com/hivex-research/hivex/main/docs/images/AWS_thumb.jpg" style="width:auto; height:150px; object-fit: cover; border-radius:10px;" alt="Aerial Wildfire Suppression"></a></td>
</tr>
<tr>
    <td>Wind Farm Control</td>
    <td>Wildfire Resource Management</td>
    <td>Drone-Based Reforestation</td>
    <td>Ocean Plastic Collection</td>
    <td>Aerial WildFire Suppression</td>
</tr>
<tr>
    <td><code>WFC</code></td>
    <td><code>WRM</code></td>
    <td><code>DBR</code></td>
    <td><code>OPC</code></td>
    <td><code>AWS</code></td>
</tr>
<tr>
    <td>Task Count / Patterns</td>
    <td>Task Count / Difficulty Levels</td>
    <td>Task Count / Difficulty Levels</td>
    <td>Task Count / Difficulty Levels</td>
    <td>Task Count / Difficulty Levels</td>
</tr>
<tr>
    <td><code>2</code> / <code>9</code></td>
    <td><code>3</code> / <code>10</code></td>
    <td><code>7</code> / <code>10</code></td>
    <td><code>4</code> / <code>-</code></td>
    <td><code>9</code> / <code>10</code></td>
</tr>
</tbody>
</table>

</div>