Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Apr 23, 2024
1 parent ba346e1 commit 33448f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 120 deletions.
115 changes: 0 additions & 115 deletions docs/_static/img/favicon.svg

This file was deleted.

8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
html_title = "Metaworld Documentation"
html_baseurl = "https://metaworld.farama.org"
html_copy_source = False
html_favicon = "_static/img/metaworld-favicon.svg"
html_favicon = "img/metaworld-favicon.svg"
html_theme_options = {
"light_logo": "_static/img/metaworld_black.svg",
"dark_logo": "_static/img/metaworld_white.svg",
"light_logo": "img/metaworld-black.svg",
"dark_logo": "img/metaworld-white.svg",
"description": (
"Collections of robotics environments geared towards "
"benchmarking multi-task and meta reinforcement learning"
),
"image": "_static/img/metaworld_black-github.png",
"image": "img/metaworld_black-github.png",
"versioning": True,
"source_repository": "https://github.com/Farama-Foundation/Metaworld/",
"source_branch": "docs_work",
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Metaworld
pip install -e .
```

For users attempting to reproduce results found in the Meta-World paper please use this command:
For users attempting to reproduce results found in the [Meta-World paper](https://arxiv.org/abs/1910.10897) please use this command:
```
pip install git+https://github.com/Farama-Foundation/Metaworld.git@04be337a12305e393c0caf0cbf5ec7755c7c8feb
```

0 comments on commit 33448f5

Please sign in to comment.