mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-27 00:37:19 +00:00
Co-authored-by: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Co-authored-by: Jet <38184875+jjshoots@users.noreply.github.com> Co-authored-by: Omar Younis <42100908+younik@users.noreply.github.com>
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
|
|
```
|