Skip to content

Commit

Permalink
Initial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Feb 16, 2024
1 parent cccb033 commit 9445f3b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
Empty file.
Empty file.
Empty file.
23 changes: 23 additions & 0 deletions docs/environments/mujoco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Mujoco"
---

# Mujoco

Multi-objective versions of Mujoco environments.

| Env | Obs/Action spaces | Objectives | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|---------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [`mo-reacher-v4`](https://mo-gymnasium.farama.org/environments/mo-reacher/) <br><img src="https://raw.githubusercontent.com/Farama-Foundation/MO-Gymnasium/main/docs/_static/videos/mo-reacher.gif" width="200px"> | Continuous / Discrete | `[target_1, target_2, target_3, target_4]` | Mujoco version of `mo-reacher-v0`, based on `Reacher-v4` [environment](https://gymnasium.farama.org/environments/mujoco/reacher/). |
| [`mo-hopper-v4`](https://mo-gymnasium.farama.org/environments/mo-hopper/) <br><img src="https://raw.githubusercontent.com/Farama-Foundation/MO-Gymnasium/main/docs/_static/videos/mo-hopper.gif" width="200px"> | Continuous / Continuous | `[velocity, height, energy]` | Multi-objective version of [Hopper-v4](https://gymnasium.farama.org/environments/mujoco/hopper/) env. |
| [`mo-halfcheetah-v4`](https://mo-gymnasium.farama.org/environments/mo-halfcheetah/) <br><img src="https://raw.githubusercontent.com/Farama-Foundation/MO-Gymnasium/main/docs/_static/videos/mo-halfcheetah.gif" width="200px"> | Continuous / Continuous | `[velocity, energy]` | Multi-objective version of [HalfCheetah-v4](https://gymnasium.farama.org/environments/mujoco/half_cheetah/) env. Similar to [Xu et al. 2020](https://github.com/mit-gfx/PGMORL). |


```{toctree}
:hidden:
:glob:
:caption: MO-Gymnasium Environments
./mujoco/*
```
12 changes: 11 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@ lastpage:
introduction/install
introduction/api
environments/all-environments
wrappers/wrappers
examples/morl_baselines
```

```{toctree}
:hidden:
:caption: Environments
environments/discrete-state
environments/continuous-state
environments/image-state
environments/mujoco
```


```{toctree}
:hidden:
:caption: Tutorials
Expand Down

0 comments on commit 9445f3b

Please sign in to comment.