mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
Small fixes to docs (#724)
This commit is contained in:
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
||||
- name: Install Gymnasium
|
||||
run: pip install .[box2d,mujoco]
|
||||
run: pip install .[box2d,mujoco,jax] torch
|
||||
|
||||
- name: Build Envs Docs
|
||||
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
|
||||
|
2
.github/workflows/docs-manual-versioning.yml
vendored
2
.github/workflows/docs-manual-versioning.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
||||
- name: Install Gymnasium
|
||||
run: pip install .[box2d,mujoco]
|
||||
run: pip install .[box2d,mujoco,jax] torch
|
||||
|
||||
- name: Build Envs Docs
|
||||
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
|
||||
|
2
.github/workflows/docs-versioning.yml
vendored
2
.github/workflows/docs-versioning.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
||||
- name: Install Gymnasium
|
||||
run: pip install .[box2d,mujoco]
|
||||
run: pip install .[box2d,mujoco,jax] torch
|
||||
|
||||
- name: Build Envs Docs
|
||||
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
|
||||
|
@@ -7,23 +7,23 @@ title: Functional
|
||||
## gymnasium.experimental.FuncEnv
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: gymnasium.experimental.FuncEnv
|
||||
.. autoclass:: gymnasium.experimental.functional.FuncEnv
|
||||
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.initial
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.transition
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.initial
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.transition
|
||||
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.observation
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.reward
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.terminal
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.observation
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.reward
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.terminal
|
||||
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.state_info
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.step_info
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.state_info
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.step_info
|
||||
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.transform
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.transform
|
||||
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.render_image
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.render_init
|
||||
.. autofunction:: gymnasium.experimental.FuncEnv.render_close
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.render_image
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.render_init
|
||||
.. autofunction:: gymnasium.experimental.functional.FuncEnv.render_close
|
||||
```
|
||||
|
||||
## gymnasium.experimental.func2env.FunctionalJaxCompatibilityEnv
|
||||
|
@@ -1,7 +1,7 @@
|
||||
sphinx
|
||||
sphinx-autobuild
|
||||
myst-parser
|
||||
git+https://github.com/sphinx-gallery/sphinx-gallery.git@4006662c8c1984453a247dc6d3df6260e5b00f4b#egg=sphinx_gallery
|
||||
sphinx-gallery==0.14.0
|
||||
git+https://github.com/Farama-Foundation/Celshast#egg=furo
|
||||
moviepy
|
||||
pygame
|
||||
|
Reference in New Issue
Block a user