From 910eaa9ff74c4cbbed08c5b5276f2bec49d24769 Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka <38124174+btjanaka@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:37:38 -0800 Subject: [PATCH] Update scalable CMA-MAE citation (#449) ## Description Update citation for scalable CMA-MAE, which was published in RA-L. ## Status - [x] I have read the guidelines in [CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md) - [x] I have formatted my code using `yapf` - [x] I have tested my code by running `pytest` - [x] I have linted my code with `pylint` - [N/A] I have added a one-line description of my change to the changelog in `HISTORY.md` - [x] This PR is ready to go --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec2ae73d3..511939c6f 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,8 @@ for the public GitHub repositories which depend on pyribs. ## Citing Algorithms in pyribs -If you use the following algorithms, please also cite their relevant papers: +If you use the following algorithms, please consider citing their relevant +papers: - **CMA-ME:** [Fontaine 2020](https://dl.acm.org/doi/10.1145/3377930.3390232) ``` @@ -332,13 +333,16 @@ If you use the following algorithms, please also cite their relevant papers: ``` - **Scalable CMA-MAE:** [Tjanaka 2022](https://arxiv.org/abs/2210.02622) ``` - @misc{scalablecmamae, - title={Training Diverse High-Dimensional Controllers by Scaling Covariance Matrix Adaptation MAP-Annealing}, - author={Bryon Tjanaka and Matthew C. Fontaine and Aniruddha Kalkar and Stefanos Nikolaidis}, - year={2022}, - eprint={2210.02622}, - archivePrefix={arXiv}, - primaryClass={cs.RO} + @ARTICLE{10243102, + author={Tjanaka, Bryon and Fontaine, Matthew C. and Lee, David H. and Kalkar, Aniruddha and Nikolaidis, Stefanos}, + journal={IEEE Robotics and Automation Letters}, + title={Training Diverse High-Dimensional Controllers by Scaling Covariance Matrix Adaptation MAP-Annealing}, + year={2023}, + volume={8}, + number={10}, + pages={6771-6778}, + keywords={Covariance matrices;Training;Neural networks;Legged locomotion;Reinforcement learning;Evolutionary robotics;Evolutionary robotics;reinforcement learning}, + doi={10.1109/LRA.2023.3313012} } ```