Skip to content

Commit

Permalink
Merge pull request #64 from mgoulao/main
Browse files Browse the repository at this point in the history
Add MO-Gymnasium logo to docs
  • Loading branch information
ffelten committed May 29, 2023
2 parents 62e26a3 + 8921684 commit 54a44aa
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


# MO-Gymnasium: Multi-Objective Reinforcement Learning Environments
<p align="center">
<img src="docs/_static/img/MO-Gymnasium-text.png" width="500px"/>
</p>

<!-- start elevator-pitch -->

Expand Down
Binary file added docs/_static/img/MO-Gymnasium-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/img/MO-Gymnasium-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions docs/_static/img/MO-Gymnasium-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions docs/_static/img/MO-Gymnasium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@
html_copy_source = False
html_favicon = "_static/img/favicon.png"
html_theme_options = {
# "light_logo": "img/Minari.svg",
# "dark_logo": "img/Minari_White.svg",
"light_logo": "img/MO-Gymnasium.svg",
"dark_logo": "img/MO-Gymnasium-white.svg",
"description": "MO-Gymnasium is a standardized API and a suite of environments for multi-objective reinforcement learning (MORL)",
"image": "img/MO-Gymnasium-github.png",
"versioning": True,
"source_repository": "https://github.com/Farama-Foundation/MO-Gymnasium/",
"source_branch": "main",
Expand Down
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ Donate <https://farama.org/donations>
```

# MO-Gymnasium is a standardized API and a suite of environments for multi-objective reinforcement learning (MORL)
```{project-logo} _static/img/MO-Gymnasium-text.png
:alt: MO-Gymnasium Logo
```

```{project-heading}
MO-Gymnasium is a standardized API and a suite of environments for multi-objective reinforcement learning (MORL)
```

```{figure} _static/mo_cheetah_rect.gif
:alt: MO-HalfCheetah gif
Expand Down

0 comments on commit 54a44aa

Please sign in to comment.