Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,61 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<img src="https://raw.githubusercontent.com/diambra/.github/master/img/github.png" alt="diambra" width="100%"/>
|
2 |
+
|
3 |
+
<p align="center">
|
4 |
+
<a href="https://docs.diambra.ai">Documentation</a> •
|
5 |
+
<a href="https://diambra.ai/">Website</a>
|
6 |
+
</p>
|
7 |
+
<p align="center">
|
8 |
+
<a href="https://www.linkedin.com/company/diambra">Linkedin</a> •
|
9 |
+
<a href="https://diambra.ai/discord">Discord</a> •
|
10 |
+
<a href="https://www.twitch.tv/diambra_ai">Twitch</a> •
|
11 |
+
<a href="https://www.youtube.com/c/diambra_ai">YouTube</a> •
|
12 |
+
<a href="https://twitter.com/diambra_ai">Twitter</a>
|
13 |
+
</p>
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<a href="https://arxiv.org/abs/2210.10595"><img src="https://img.shields.io/badge/paper-arXiv:2210.10595-B31B1B?logo=arxiv" alt="Paper"/></a>
|
17 |
+
</p>
|
18 |
+
<p align="center">
|
19 |
+
<a href="https://docs.diambra.ai/#installation"><img src="https://img.shields.io/badge/supported%20os-linux%20%7C%20win%20%7C%20macOS-blue?logo=docker" alt="Supported OS"/></a>
|
20 |
+
<a href="https://docs.diambra.ai/#installation"><img src="https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue?logo=python" alt="Python"/></a>
|
21 |
+
</p>
|
22 |
+
<p align="center">
|
23 |
+
<a href="https://docs.diambra.ai/"><img src="https://img.shields.io/github/last-commit/diambra/docs/main?label=docs%20last%20update&logo=readthedocs" alt="Last Docs Update"/></a>
|
24 |
+
</p>
|
25 |
+
|
26 |
+
## Where coders create AI agents to compete in video games tournaments
|
27 |
+
|
28 |
+
<div style="margin-bottom:40px; font-size:16px;">
|
29 |
+
Our unique ecosystem is made of three distinctive elements: an exciting Competition Platform, our exclusive Environments and the Agents trained on them, and the amazing Reinforcement Learning Community that is growing with us!
|
30 |
+
|
31 |
+
### Competition Platform
|
32 |
+
|
33 |
+
<img src="https://raw.githubusercontent.com/diambra/.github/master/img/platform.jpg" alt="DIAMBRA Leaderboard" width="100%"/>
|
34 |
+
|
35 |
+
Our competition platform allows you to submit your agents and compete with other coders around the globe in epic video games tournaments!
|
36 |
+
|
37 |
+
It features a public global leaderboard where users are ranked by the best score achieved by their agents in our different environments.
|
38 |
+
|
39 |
+
It also offers you the possibility to unlock cool achievements depending on the performances.
|
40 |
+
|
41 |
+
Submitted agents are evaluated and their episodes are streamed on our Twitch channel, **<a href="https://diambra.ai/register/" target="_blank">try it now!</a>**
|
42 |
+
|
43 |
+
|
44 |
+
### Environments & Agents
|
45 |
+
|
46 |
+
<img src="https://raw.githubusercontent.com/diambra/.github/master/img/arena_agents.jpg" alt="DIAMBRA Arena" width="100%"/>
|
47 |
+
|
48 |
+
<strong><a href="https://github.com/diambra/arena">DIAMBRA Arena</a></strong> is our unique suite of Reinforcement Learning environments, built with OpenAI Gym Python interface, easy to use, transforms popular video games into reinforcement learning environments.
|
49 |
+
|
50 |
+
It comes with a comprehensive <a href="https://docs.diambra.ai">documentation</a> and our <a href="https://github.com/diambra/agents">DIAMBRA Agents</a> repository providing worked examples showing how to train state-of-the-art reinforcement learning agents.
|
51 |
+
|
52 |
+
|
53 |
+
### Reinforcement Learning Community
|
54 |
+
|
55 |
+
Our <strong><a href="https://diambra.ai/discord">Reinforcement Learning Community</a></strong> gravitates around our <a href="https://diambra.ai/discord">Discord</a> server and our <a href="https://www.twitch.tv/diambra_ai">Twitch</a> channel, full of passionate coders and players.
|
56 |
+
|
57 |
+
<p align="center" style="margin-bottom:40px;font-size:20px;">
|
58 |
+
Become part of this exciting world, <strong><a href="https://diambra.ai/register">join us!</a></strong>
|
59 |
+
</p>
|
60 |
+
|
61 |
+
###### DIAMBRA, Inc. © Copyright 2018-2024. All Rights Reserved.
|