Skip to content

Commit

Permalink
Switch references of the MultiBinary and MultiDiscrete classes in doc…
Browse files Browse the repository at this point in the history
…umentation (openai#279)
  • Loading branch information
Matyasch authored Jan 20, 2023
1 parent 8fc9844 commit 57819c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Gymnasium has a number of fundamental spaces that are used as building boxes for
* :py:class:`Box` - Supports continuous (and discrete) vectors or matrices, used for vector observations, images, etc
* :py:class:`Discrete` - Supports a single discrete number of values with an optional start for the values
* :py:class:`MultiDiscrete` - Supports single or matrices of binary values, used for holding down a button or if an agent has an object
* :py:class:`MultiBinary` - Supports multiple discrete values with multiple axes, used for controller actions
* :py:class:`MultiBinary` - Supports single or matrices of binary values, used for holding down a button or if an agent has an object
* :py:class:`MultiDiscrete` - Supports multiple discrete values with multiple axes, used for controller actions
* :py:class:`Text` - Supports strings, used for passing agent messages, mission details, etc
```

Expand Down

0 comments on commit 57819c4

Please sign in to comment.