Skip to content

Commit

Permalink
Add scalable cma-mae tutorial to TOC (#443)
Browse files Browse the repository at this point in the history
## Description

<!-- Provide a brief description of the PR's purpose here. -->

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
  • Loading branch information
btjanaka authored Dec 17, 2023
1 parent 17c3ed4 commit 1c2c831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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

Expand Down
1 change: 1 addition & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2c831

Please sign in to comment.