Skip to content

Commit

Permalink
Adding missing wrappers to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiLogy committed Jan 16, 2024
1 parent 16415d8 commit bf65c88
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 bf65c88

Please sign in to comment.