Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MO-Gymnasium logo to docs #64

Merged
merged 3 commits into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading