mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-15 19:31:27 +00:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
![]() |
---
|
||
|
title: Functional
|
||
|
---
|
||
|
|
||
|
# Functional Env
|
||
|
|
||
|
```{eval-rst}
|
||
|
.. autoclass:: gymnasium.functional.FuncEnv
|
||
|
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.transform
|
||
|
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.initial
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.initial_info
|
||
|
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.transition
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.observation
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.reward
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.terminal
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.transition_info
|
||
|
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.render_image
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.render_initialise
|
||
|
.. automethod:: gymnasium.functional.FuncEnv.render_close
|
||
|
```
|
||
|
|
||
|
## Converting Jax-based Functional environments to standard Env
|
||
|
|
||
|
```{eval-rst}
|
||
|
.. autoclass:: gymnasium.utils.functional_jax_env.FunctionalJaxEnv
|
||
|
|
||
|
.. automethod:: gymnasium.utils.functional_jax_env.FunctionalJaxEnv.reset
|
||
|
.. automethod:: gymnasium.utils.functional_jax_env.FunctionalJaxEnv.step
|
||
|
.. automethod:: gymnasium.utils.functional_jax_env.FunctionalJaxEnv.render
|
||
|
```
|