Files
Gymnasium/docs/api/registry.md

709 B

title
title
Registry

Registry

Gymnasium allows users to automatically load environments, pre-wrapped with several important wrappers. Environments can also be created through python imports.

Make

.. autofunction:: gymnasium.make

Register

.. autofunction:: gymnasium.register

All registered environments

To find all the registered Gymnasium environments, use the gymnasium.pprint_registry(). This will not include environments registered only in OpenAI Gym however can be loaded by gymnasium.make.

Spec

.. autofunction:: gymnasium.spec

Pretty print registry

.. autofunction:: gymnasium.pprint_registry