mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 23:12:46 +00:00
* removed all calls to reset * passing tests * fix off-by-one error * revert * merge master into branch * add OrderEnforcing Wrapper * add orderenforcing to the docs * add option for disabling * add argument to EnvSpec
Table of Contents
-
Environments lists Gym environments to run your algorithms against.
-
Creating your own Environments how to create your own Gym environments.
-
Wrappers list of general purpose wrappers for environments. These can perform pre/postprocessing on the data that is exchanged between the agent and the environment.
-
Agents contains a listing of agents compatible with Gym environments. Agents facilitate the running of an algorithm against an environment.
-
Miscellaneous is a collection of other value-add tools and utilities. These could be anything from a small convenience lib to a collection of video tutorials or a new language binding.