diff --git a/README.md b/README.md index 6d69da26..bceeef97 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ [![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) +

+ +

+ MOMAland is an open source Python library for developing and comparing multi-objective multi-agent reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. Essentially, the environments follow the standard [PettingZoo APIs](https://github.com/Farama-Foundation/PettingZoo), but return vectorized rewards as numpy arrays instead of scalar values. diff --git a/docs/_static/img/favicon.png b/docs/_static/img/favicon.png new file mode 100644 index 00000000..6f4acd34 Binary files /dev/null and b/docs/_static/img/favicon.png differ diff --git a/docs/_static/img/momaland-github.png b/docs/_static/img/momaland-github.png new file mode 100644 index 00000000..8a5de9c0 Binary files /dev/null and b/docs/_static/img/momaland-github.png differ diff --git a/docs/_static/img/momaland-github.svg b/docs/_static/img/momaland-github.svg new file mode 100644 index 00000000..899caeb9 --- /dev/null +++ b/docs/_static/img/momaland-github.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + MOMAland + diff --git a/docs/_static/img/momaland-text.png b/docs/_static/img/momaland-text.png new file mode 100644 index 00000000..6191849b Binary files /dev/null and b/docs/_static/img/momaland-text.png differ diff --git a/docs/_static/img/momaland-text.svg b/docs/_static/img/momaland-text.svg new file mode 100644 index 00000000..fd330e03 --- /dev/null +++ b/docs/_static/img/momaland-text.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + MOMAland + diff --git a/docs/_static/img/momaland-white.svg b/docs/_static/img/momaland-white.svg new file mode 100644 index 00000000..8946fc3a --- /dev/null +++ b/docs/_static/img/momaland-white.svg @@ -0,0 +1,135 @@ + + + + + + + + + diff --git a/docs/_static/img/momaland.svg b/docs/_static/img/momaland.svg new file mode 100644 index 00000000..7258edae --- /dev/null +++ b/docs/_static/img/momaland.svg @@ -0,0 +1,142 @@ + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index ed187d3f..818eba6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,8 +73,8 @@ html_copy_source = False # html_favicon = "_static/img/favicon.png" html_theme_options = { - # "light_logo": "img/PettingZoo.svg", - # "dark_logo": "img/PettingZoo_White.svg", + "light_logo": "img/momaland.svg", + "dark_logo": "img/momaland-white.svg", # "gtag": "G-Q4EGMJ3R24", "versioning": True, "source_repository": "https://github.com/Farama-Foundation/momaland",