mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
Adds wrappers for jax environments converting to numpy and pytorch (#168)
Co-authored-by: Justin Deutsch <djustin8@vt.edu> Co-authored-by: Gianluca De Cola <42657588+gianlucadecola@users.noreply.github.com>
This commit is contained in:
@@ -175,21 +175,21 @@ Gymnasium already contains a large collection of wrappers, but we believe that t
|
||||
* - :class:`wrappers.EnvCompatibility`
|
||||
- Moved to `shimmy <https://github.com/Farama-Foundation/Shimmy/blob/main/shimmy/openai_gym_compatibility.py>`_
|
||||
- Not Implemented
|
||||
* - :class:`RecordEpisodeStatistics`
|
||||
* - :class:`wrappers.RecordEpisodeStatistics`
|
||||
- RecordEpisodeStatistics
|
||||
- VectorRecordEpisodeStatistics
|
||||
* - :class:`RenderCollection`
|
||||
* - :class:`wrappers.RenderCollection`
|
||||
- RenderCollection
|
||||
- VectorRenderCollection
|
||||
* - :class:`HumanRendering`
|
||||
* - :class:`wrappers.HumanRendering`
|
||||
- HumanRendering
|
||||
- Not Implemented
|
||||
* - Not Implemented
|
||||
- JaxToNumpy
|
||||
- VectorJaxToNumpy
|
||||
- :class:`experimental.wrappers.JaxToNumpy`
|
||||
- VectorJaxToNumpy (*)
|
||||
* - Not Implemented
|
||||
- JaxToTorch
|
||||
- VectorJaxToTorch
|
||||
- :class:`experimental.wrappers.JaxToTorch`
|
||||
- VectorJaxToTorch (*)
|
||||
```
|
||||
|
||||
### Vector Only Wrappers
|
||||
|
Reference in New Issue
Block a user