Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,41 @@ _Multi-Agent Reinforcement Learning environment suite with a focus on critical e
|
|
20 |
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_**.
|
21 |
|
22 |
## Available Environments
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
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_**.
|
21 |
|
22 |
## Available Environments
|
23 |
+
<div style="display: table; width: 100%; table-layout: fixed;">
|
24 |
+
|
25 |
+
<table style="width: 100%; table-layout: fixed;">
|
26 |
+
<thead>
|
27 |
+
<tr>
|
28 |
+
<th style="width: 20%;"> </th>
|
29 |
+
<th style="width: 20%;"> </th>
|
30 |
+
<th style="width: 20%;"> </th>
|
31 |
+
<th style="width: 20%;"> </th>
|
32 |
+
<th style="width: 20%;"> </th>
|
33 |
+
</tr>
|
34 |
+
</thead>
|
35 |
+
<tbody>
|
36 |
+
<tr>
|
37 |
+
<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>
|
38 |
+
<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>
|
39 |
+
<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>
|
40 |
+
<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>
|
41 |
+
<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>
|
42 |
+
</tr>
|
43 |
+
<tr>
|
44 |
+
<td><code>WindFarmControl</code></td>
|
45 |
+
<td><code>WildfireResourceManagement</code></td>
|
46 |
+
<td><code>DroneBasedReforestation</code></td>
|
47 |
+
<td><code>OceanPlasticCollection</code></td>
|
48 |
+
<td><code>AerialWildFireSuppression</code></td>
|
49 |
+
</tr>
|
50 |
+
<tr>
|
51 |
+
<td><code>2</code> / <code>9</code></td>
|
52 |
+
<td><code>3</code> / <code>10</code></td>
|
53 |
+
<td><code>7</code> / <code>10</code></td>
|
54 |
+
<td><code>4</code> / <code>-</code></td>
|
55 |
+
<td><code>9</code> / <code>10</code></td>
|
56 |
+
</tr>
|
57 |
+
</tbody>
|
58 |
+
</table>
|
59 |
+
|
60 |
+
</div>
|