From 2a20b363cc0625173216e7bcfbcac6f177d58185 Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka <38124174+btjanaka@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:00:32 -0800 Subject: [PATCH] Add scalable cma-mae tutorial to TOC (#443) ## Description Forgot to add to the TOC in #433 ## 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` - [x] I have added a one-line description of my change to the changelog in `HISTORY.md` - [x] This PR is ready to go --- HISTORY.md | 2 +- docs/tutorials.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6dfd9d00e..c3343be58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,7 +8,7 @@ Small release that adds the scalable CMA-MAE tutorial. #### Documentation -- Add tutorial on scalable CMA-MAE variants ({pr}`433`) +- Add tutorial on scalable CMA-MAE variants ({pr}`433`, {pr}`443`) ## 0.6.3 diff --git a/docs/tutorials.md b/docs/tutorials.md index e4b8bba43..c03bc055c 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -13,6 +13,7 @@ tutorial page has a link to open the tutorial in Google Colab. tutorials/lunar_lander tutorials/cma_mae tutorials/tom_cruise_dqd +tutorials/scalable_cma_mae ``` These tutorials demonstrate how to use the key algorithms in pyribs. We