Skip to content

Commit

Permalink
Merge branch 'master' of github.com:quality-diversity/quality-diversi…
Browse files Browse the repository at this point in the history
…ty.github.io
  • Loading branch information
Aneoshun committed Jul 24, 2023
2 parents 91a3bce + 3336ff1 commit cdefe4f
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions _data/paperlist.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
papers:

- title: "Covariance Matrix Adaptation MAP-Annealing"
authors:
- Matthew C. Fontaine
- Stefanos Nikolaidis
year: 2023
pdfurl: "https://dl.acm.org/doi/pdf/10.1145/3583131.3590389"
abstract: "Single-objective optimization algorithms search for the single highest-quality solution with respect to an objective. Quality diversity (QD) optimization algorithms, such as Covariance Matrix Adaptation MAP-Elites (CMA-ME), search for a collection of solutions that are both high-quality with respect to an objective and diverse with respect to specified measure functions. However, CMA-ME suffers from three major limitations highlighted by the QD community: prematurely abandoning the objective in favor of exploration, struggling to explore flat objectives, and having poor performance for low-resolution archives. We propose a new quality diversity algorithm, Covariance Matrix Adaptation MAP-Annealing (CMA-MAE), that addresses all three limitations. We provide theoretical justifications for the new algorithm with respect to each limitation. Our theory informs our experiments, which support the theory and show that CMA-MAE achieves state-of-the-art performance and robustness."
bibtex: |
"@inproceedings{10.1145/3583131.3590389,
author = {Fontaine, Matthew and Nikolaidis, Stefanos},
title = {Covariance Matrix Adaptation MAP-Annealing},
year = {2023},
isbn = {9798400701191},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3583131.3590389},
doi = {10.1145/3583131.3590389},
abstract = {Single-objective optimization algorithms search for the single highest-quality solution with respect to an objective. Quality diversity (QD) optimization algorithms, such as Covariance Matrix Adaptation MAP-Elites (CMA-ME), search for a collection of solutions that are both high-quality with respect to an objective and diverse with respect to specified measure functions. However, CMA-ME suffers from three major limitations highlighted by the QD community: prematurely abandoning the objective in favor of exploration, struggling to explore flat objectives, and having poor performance for low-resolution archives. We propose a new quality diversity algorithm, Covariance Matrix Adaptation MAP-Annealing (CMA-MAE), that addresses all three limitations. We provide theoretical justifications for the new algorithm with respect to each limitation. Our theory informs our experiments, which support the theory and show that CMA-MAE achieves state-of-the-art performance and robustness.},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference},
pages = {456–465},
numpages = {10},
location = {Lisbon, Portugal},
series = {GECCO '23}
}
"
- title: "pyribs: A Bare-Bones Python Library for Quality Diversity Optimization"
authors:
- Bryon Tjanaka
- Matthew C. Fontaine
- David H. Lee
- Yulun Zhang
- Nivedit Reddy Balam
- Nathaniel Dennler
- Sujay S. Garlanka
- Nikitas Dimitri Klapsis
- Stefanos Nikolaidis
year: 2023
pdfurl: "https://dl.acm.org/doi/pdf/10.1145/3583131.3590374"
abstract: "Recent years have seen a rise in the popularity of quality diversity (QD) optimization, a branch of optimization that seeks to find a collection of diverse, high-performing solutions to a given problem. To grow further, we believe the QD community faces two challenges: developing a framework to represent the field's growing array of algorithms, and implementing that framework in software that supports a range of researchers and practitioners. To address these challenges, we have developed pyribs, a library built on a highly modular conceptual QD framework. By replacing components in the conceptual framework, and hence in pyribs, users can compose algorithms from across the QD literature; equally important, they can identify unexplored algorithm variations. Furthermore, pyribs makes this framework simple, flexible, and accessible, with a user-friendly API supported by extensive documentation and tutorials. This paper overviews the creation of pyribs, focusing on the conceptual framework that it implements and the design principles that have guided the library's development. Pyribs is available at https://pyribs.org"
bibtex: |
"@inproceedings{10.1145/3583131.3590374,
author = {Tjanaka, Bryon and Fontaine, Matthew C and Lee, David H and Zhang, Yulun and Balam, Nivedit Reddy and Dennler, Nathaniel and Garlanka, Sujay S and Klapsis, Nikitas Dimitri and Nikolaidis, Stefanos},
title = {Pyribs: A Bare-Bones Python Library for Quality Diversity Optimization},
year = {2023},
isbn = {9798400701191},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3583131.3590374},
doi = {10.1145/3583131.3590374},
abstract = {Recent years have seen a rise in the popularity of quality diversity (QD) optimization, a branch of optimization that seeks to find a collection of diverse, high-performing solutions to a given problem. To grow further, we believe the QD community faces two challenges: developing a framework to represent the field's growing array of algorithms, and implementing that framework in software that supports a range of researchers and practitioners. To address these challenges, we have developed pyribs, a library built on a highly modular conceptual QD framework. By replacing components in the conceptual framework, and hence in pyribs, users can compose algorithms from across the QD literature; equally important, they can identify unexplored algorithm variations. Furthermore, pyribs makes this framework simple, flexible, and accessible, with a user-friendly API supported by extensive documentation and tutorials. This paper overviews the creation of pyribs, focusing on the conceptual framework that it implements and the design principles that have guided the library's development. Pyribs is available at https://pyribs.org},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference},
pages = {220–229},
numpages = {10},
keywords = {framework, software library, quality diversity},
location = {Lisbon, Portugal},
series = {GECCO '23}
}
"
- title: "Evolving Flying Machines in Minecraft Using Quality Diversity"
authors:
- Alejandro Medina
Expand Down

0 comments on commit cdefe4f

Please sign in to comment.