-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
268e547
commit a993251
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# MultiAgent and QualityDiversity ReinforcementLearning | ||
This repository contains all the main informations about the university and thesis project on Multi Agent Reinforcemnt Learning and Quality Diversity. | ||
The project is supervised by Giovanni Iacca and Andrea Ferigo from University of Trento and follows their current researches. | ||
|
||
## Papers and References | ||
In [references](/references) there is a comprehensive list of references of the studied papers to complete the project. | ||
|
||
## Source codes | ||
In [src](/src) are stored all the scripts developed during the project. The produce code works only if linked to the code developed in the following papers by Giovanni Iacca, Marco Crespi, Andrea Ferigo, Leonardo Lucio Custode: | ||
In [src](/src) are stored all the scripts developed during the project. The produced scripts work only if linked to the code developed in the following papers by Giovanni Iacca, Marco Crespi, Andrea Ferigo, Leonardo Lucio Custode: | ||
- [A Population-Based Approach for Multi-Agent Interpretable Reinforcement Learning](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4467882) | ||
- [Quality Diversity Evolutionary Learning of Decision Trees](https://arxiv.org/abs/2208.12758) |