From 73767661f5f945cbff2a03027a109494d0f832d8 Mon Sep 17 00:00:00 2001 From: Lucas Alegre Date: Mon, 19 Feb 2024 16:36:39 -0300 Subject: [PATCH] Update citations --- CITATION.bib | 10 +++++----- README.md | 10 +++++----- docs/citing/citing.md | 11 +++++++++++ docs/examples/publications.md | 7 +++++++ 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index acdab6f3..85bae8e6 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,6 +1,6 @@ -@inproceedings{Alegre+2022bnaic, - author = {Lucas N. Alegre and Florian Felten and El-Ghazali Talbi and Gr{\'e}goire Danoy and Ann Now{\'e} and Ana L. C. Bazzan and Bruno C. da Silva}, - title = {{MO-Gym}: A Library of Multi-Objective Reinforcement Learning Environments}, - booktitle = {Proceedings of the 34th Benelux Conference on Artificial Intelligence BNAIC/Benelearn 2022}, - year = {2022} +@inproceedings{felten_toolkit_2023, + author = {Felten, Florian and Alegre, Lucas N. and Now{\'e}, Ann and Bazzan, Ana L. C. and Talbi, El Ghazali and Danoy, Gr{\'e}goire and Silva, Bruno C. {\relax da}}, + title = {A Toolkit for Reliable Benchmarking and Research in Multi-Objective Reinforcement Learning}, + booktitle = {Proceedings of the 37th Conference on Neural Information Processing Systems ({NeurIPS} 2023)}, + year = {2023} } diff --git a/README.md b/README.md index aaf999e4..fb5f7885 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ Maintenance for this project is also contributed by the broader Farama team: [fa If you use this repository in your research, please cite: ```bibtex -@inproceedings{Alegre+2022bnaic, - author = {Lucas N. Alegre and Florian Felten and El-Ghazali Talbi and Gr{\'e}goire Danoy and Ann Now{\'e} and Ana L. C. Bazzan and Bruno C. da Silva}, - title = {{MO-Gym}: A Library of Multi-Objective Reinforcement Learning Environments}, - booktitle = {Proceedings of the 34th Benelux Conference on Artificial Intelligence BNAIC/Benelearn 2022}, - year = {2022} +@inproceedings{felten_toolkit_2023, + author = {Felten, Florian and Alegre, Lucas N. and Now{\'e}, Ann and Bazzan, Ana L. C. and Talbi, El Ghazali and Danoy, Gr{\'e}goire and Silva, Bruno C. {\relax da}}, + title = {A Toolkit for Reliable Benchmarking and Research in Multi-Objective Reinforcement Learning}, + booktitle = {Proceedings of the 37th Conference on Neural Information Processing Systems ({NeurIPS} 2023)}, + year = {2023} } ``` diff --git a/docs/citing/citing.md b/docs/citing/citing.md index b90bd5d1..64b21646 100644 --- a/docs/citing/citing.md +++ b/docs/citing/citing.md @@ -7,6 +7,17 @@ title: "Citing" :end-before: ``` +MO-Gymnasium (formerly MO-Gym) appeared first in the following workshop publication: + +```bibtex +@inproceedings{Alegre+2022bnaic, + author = {Lucas N. Alegre and Florian Felten and El-Ghazali Talbi and Gr{\'e}goire Danoy and Ann Now{\'e} and Ana L. C. Bazzan and Bruno C. {\relax da} Silva}, + title = {{MO-Gym}: A Library of Multi-Objective Reinforcement Learning Environments}, + booktitle = {Proceedings of the 34th Benelux Conference on Artificial Intelligence BNAIC/Benelearn 2022}, + year = {2022} +} +``` + ```{toctree} :hidden: :glob: diff --git a/docs/examples/publications.md b/docs/examples/publications.md index c2739d12..23176746 100644 --- a/docs/examples/publications.md +++ b/docs/examples/publications.md @@ -10,7 +10,14 @@ MO-Gymnasium (formerly MO-Gym) was first published in: List of publications & submissions using MO-Gymnasium (please open a pull request to add missing entries): + - [Sample-Efficient Multi-Objective Learning via Generalized Policy Improvement Prioritization](https://arxiv.org/abs/2301.07784) (Alegre et al., AAMAS 2023) - [Hyperparameter Optimization for Multi-Objective Reinforcement Learning](https://arxiv.org/abs/2310.16487v1) (Felten et al., MODeM Workshop 2023) - [Multi-Step Generalized Policy Improvement by Leveraging Approximate Models](https://openreview.net/forum?id=KFj0Q1EXvU) (Alegre et al., NeurIPS 2023) - [A Toolkit for Reliable Benchmarking and Research in Multi-Objective Reinforcement Learning](https://openreview.net/forum?id=jfwRLudQyj) (Felten et al., NeurIPS 2023) +- [Distributional Pareto-Optimal Multi-Objective Reinforcement Learning](https://proceedings.neurips.cc/paper_files/paper/2023/hash/32285dd184dbfc33cb2d1f0db53c23c5-Abstract-Conference.html) (Cai et al., NeurIPS 2023) +- [Welfare and Fairness in Multi-objective Reinforcement Learning](https://arxiv.org/abs/2212.01382) (Fan et al., AAMAS 2023) +- [Personalized Reinforcement Learning with a Budget of Policies](https://arxiv.org/abs/2401.06514) (Ivanov et al., 2024) +- [Multi-Objective Reinforcement Learning Based on Decomposition: A Taxonomy and Framework](https://arxiv.org/abs/2311.12495) (Felten et al., 2024) +- [Multi-objective reinforcement learning for guaranteeing alignment with multiple values](https://alaworkshop2023.github.io/papers/ALA2023_paper_15.pdf) (Rodriguez-Soto et al., 2023) +- [MOFL/D: A Federated Multi-objective Learning Framework with Decomposition](https://neurips.cc/virtual/2023/79018) (Hartmann et al., 2023)