-
-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the documentation for v0.28 (#405)
- Loading branch information
1 parent
3d5c218
commit cab0fbb
Showing
27 changed files
with
115 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
--- | ||
title: Vector Utility functions | ||
title: Vector Utility | ||
--- | ||
|
||
# Utility functions for vectorisation | ||
|
||
## Spaces utility functions | ||
|
||
```{eval-rst} | ||
.. autofunction:: gymnasium.experimental.vector.utils.batch_space | ||
.. autofunction:: gymnasium.experimental.vector.utils.concatenate | ||
.. autofunction:: gymnasium.experimental.vector.utils.iterate | ||
.. autofunction:: gymnasium.experimental.vector.utils.create_empty_array | ||
``` | ||
|
||
## Shared memory functions | ||
|
||
```{eval-rst} | ||
.. autofunction:: gymnasium.experimental.vector.utils.create_shared_memory | ||
.. autofunction:: gymnasium.experimental.vector.utils.read_from_shared_memory | ||
.. autofunction:: gymnasium.experimental.vector.utils.write_to_shared_memory | ||
``` | ||
|
||
## Miscellaneous | ||
|
||
```{eval-rst} | ||
.. autofunction:: gymnasium.experimental.vector.utils.CloudpickleWrapper | ||
.. autofunction:: gymnasium.experimental.vector.utils.clear_mpi_env_vars | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Wrappers | ||
--- | ||
|
||
# Wrappers | ||
|
||
## Observation Wrappers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: "contents" | ||
title: Gym Release Notes | ||
--- | ||
|
||
# Gym Release Notes | ||
|
||
```{eval-rst} | ||
.. changelog:: | ||
:github: https://github.com/openai/gym/releases | ||
:pypi: https://pypi.org/project/gym/ | ||
:changelog-url: | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: "contents" | ||
title: Gymnasium Release Notes | ||
--- | ||
|
||
# Gymnasium Release Notes | ||
|
||
```{eval-rst} | ||
.. changelog:: | ||
:github: https://github.com/Farama-Foundation/Gymnasium/releases | ||
:pypi: https://pypi.org/project/gymnasium/ | ||
:changelog-url: | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters