Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add League Training to projects #29

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/projects/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ math: true
<img src="../../images/projects/cover.png" style="margin-top:0px;margin-bottom:30px;">
</figure>

This section contains a collection of projects that have been developed using DIAMBRA.
This section contains a collection of projects that have been developed using DIAMBRA.

If you want to add yours, you can fork the <a href="https://github.com/diambra/docs" target="_blank">docs repo</a> and submit a Pull Request or get in touch on our <a href="https://diambra.ai/discord" target="_blank">Discord server</a> and send us the material.

Expand All @@ -17,6 +17,7 @@ If you want to add yours, you can fork the <a href="https://github.com/diambra/d

<div style="font-size:1.125rem;">

- <a href="./marlleaguetraining/">Multi Agent RL - League Training</a>
- <a href="./rlztournament/">RLZ Tournament</a>
- <a href="./gamepainter/">Game Painter</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/projects/gamePainter/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Game Painter
weight: 20
weight: 30
math: true
---

Expand Down
25 changes: 25 additions & 0 deletions content/projects/marlLeagueTraining/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: MARL - League Training
weight: 10
math: true
---

<!-- Image of the project -->
<figure style="margin-bottom:0px; margin-top:0px; margin-right:auto; margin-left:auto; width: 100%;">
<img src="../../images/projects/marl.gif" style="margin-top:0px;margin-bottom:30px;">
</figure>

##### Project summary <!-- Brief description of the project -->

This project is a proof of concept that customizes Tencent AI TLeague, a framework for Multi-Agent Reinforcement Learning based on distributed competitive self-play, and applies it to DIAMBRA Environments.

##### Author(s) <!-- Project Authors (optionally add links to their linkedin page, github profile, etc) -->
- Alessandro Palmas - DIAMBRA (<a href="https://www.linkedin.com/in/alessandropalmas/" target="_blank">linkedin</a>)

##### References <!-- Add related links of interest, like: web pages, github repo, paper(s), linkedin pages -->
- GitHub Repo: <a href="https://github.com/alexpalms/DIAMBRA-Arena-MARL-TLeague" target="_blank">https://github.com/alexpalms/DIAMBRA-Arena-MARL-TLeague</a>
- Tencent AI Lab Reference Paper: <a href="https://arxiv.org/abs/2011.12895" target="_blank">TLeague: A Framework for Competitive Self-Play based Distributed Multi-Agent Reinforcement Learning</a>
- Paper Implementation GitHub Repo: <a href="https://github.com/tencent-ailab/TLeague" target="_blank">https://github.com/tencent-ailab/TLeague</a>

<!-- ##### Sponsors <!-- Add sponsors (if any), with optional links to their website, linkedin page, etc) -->

4 changes: 2 additions & 2 deletions content/projects/rlzTournament/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RLZ Tournament
weight: 10
weight: 20
math: true
---

Expand All @@ -24,7 +24,7 @@ Participants trained an AI algorithm to effectively play Dead Or Alive ++. The t

##### References <!-- Add related links of interest, like: web pages, github repo, paper(s), linkedin pages -->
- Tournament Website: <a href="https://diambra.gitlab.io/website/aitournament/" target="_blank">https://diambra.gitlab.io/website/aitournament/</a>
- RLZ Linkedin Page: <a href="https://www.linkedin.com/company/reinforcement-learning-zurich/" target="_blank">https://www.linkedin.com/company/reinforcement-learning-zurich/</a>
- RLZ Linkedin Page: <a href="https://www.linkedin.com/company/reinforcement-learning-zurich/" target="_blank">https://www.linkedin.com/company/reinforcement-learning-zurich/</a>
- RLZ Meetup Page: <a href="https://www.meetup.com/Reinforcement-Learning-Zurich" target="_blank">https://www.meetup.com/Reinforcement-Learning-Zurich</a>

<!-- ##### Sponsors <!-- Add sponsors (if any), with optional links to their website, linkedin page, etc) -->
Expand Down
Binary file added static/images/projects/marl.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading