Skip to content

Commit

Permalink
Merge branch 'Farama-Foundation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 authored Jan 27, 2024
2 parents 387bb2d + f3869eb commit 55cc330
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/api/wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ lastpage:
.. autoclass:: minigrid.wrappers.FullyObsWrapper
```

# Image Observation
```{eval-rst}
.. autoclass:: minigrid.wrappers.ImgObsWrapper
```

# No Death

```{eval-rst}
Expand Down Expand Up @@ -64,12 +69,22 @@ lastpage:
.. autoclass:: minigrid.wrappers.RGBImgObsWrapper
```

# RGB Partial Img Obs
```{eval-rst}
.. autoclass:: minigrid.wrappers.RGBImgPartialObsWrapper
```

# Position Bonus

```{eval-rst}
.. autoclass:: minigrid.wrappers.PositionBonus
```

# Stochastic Action
```{eval-rst}
.. autoclass:: minigrid.wrappers.StochasticActionWrapper
```

# Symbolic Obs

```{eval-rst}
Expand Down

0 comments on commit 55cc330

Please sign in to comment.