ray/doc/source/rllib/package_ref/env/vector_env.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
563 B
ReStructuredText
Raw Normal View History

.. _vector-env-reference-docs:
VectorEnv API
=============
rllib.env.vector_env.VectorEnv
------------------------------
.. autoclass:: ray.rllib.env.vector_env.VectorEnv
:special-members: __init__
:members:
Gym.Env to VectorEnv
--------------------
Internally, RLlib uses the following wrapper class to convert your provided ``gym.Env`` class into
a ``VectorEnv`` first. After that, RLlib will convert the resulting objects into a ``BaseEnv``.
.. autoclass:: ray.rllib.env.vector_env._VectorizedGymEnv
:special-members: __init__
:members: