stable_gym

Entry_point that register the Stable Gym gymnasium environments.

Subpackages

Submodules

Package Contents

Classes

MaxEpisodeStepsInjectionWrapper

A gymnasium wrapper that injects the max_episode_steps attribute of the

Attributes

__version__

__version_tuple__

ENVS

class stable_gym.MaxEpisodeStepsInjectionWrapper(env)[source]

Bases: gymnasium.Wrapper

A gymnasium wrapper that injects the max_episode_steps attribute of the TimeLimit wrapper into the base environment as the _time_limit_max_episode_steps attribute. If the environment is not wrapped in a TimeLimit wrapper, then the _time_limit_max_episode_steps attribute is set to None.

Wrap a gymnasium environment. :param env: The gymnasium environment. :type env: gym.Env

stable_gym.__version__ = '0.20.7'[source]
stable_gym.__version_tuple__[source]
stable_gym.ENVS[source]