Metadata-Version: 2.1
Name: gym
Version: 0.26.2
Summary: Gym: A universal API for reinforcement learning environments
Home-page: https://www.gymlibrary.dev/
Author: Gym Community
Author-email: jkterry@umd.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.18.0
Requires-Dist: cloudpickle>=1.2.0
Requires-Dist: gym-notices>=0.0.4
Requires-Dist: importlib-metadata>=4.8.0; python_version < "3.10"
Requires-Dist: dataclasses==0.8; python_version == "3.6"
Provides-Extra: accept-rom-license
Requires-Dist: autorom[accept-rom-license]~=0.4.2; extra == "accept-rom-license"
Provides-Extra: all
Requires-Dist: lz4>=3.1.0; extra == "all"
Requires-Dist: pygame==2.1.0; extra == "all"
Requires-Dist: mujoco==2.2; extra == "all"
Requires-Dist: moviepy>=1.0.0; extra == "all"
Requires-Dist: ale-py~=0.8.0; extra == "all"
Requires-Dist: swig==4.*; extra == "all"
Requires-Dist: pytest==7.0.1; extra == "all"
Requires-Dist: box2d-py==2.3.5; extra == "all"
Requires-Dist: imageio>=2.14.1; extra == "all"
Requires-Dist: matplotlib>=3.0; extra == "all"
Requires-Dist: opencv-python>=3.0; extra == "all"
Requires-Dist: mujoco-py<2.2,>=2.1; extra == "all"
Provides-Extra: atari
Requires-Dist: ale-py~=0.8.0; extra == "atari"
Provides-Extra: box2d
Requires-Dist: box2d-py==2.3.5; extra == "box2d"
Requires-Dist: pygame==2.1.0; extra == "box2d"
Requires-Dist: swig==4.*; extra == "box2d"
Provides-Extra: classic_control
Requires-Dist: pygame==2.1.0; extra == "classic-control"
Provides-Extra: mujoco
Requires-Dist: mujoco==2.2; extra == "mujoco"
Requires-Dist: imageio>=2.14.1; extra == "mujoco"
Provides-Extra: mujoco_py
Requires-Dist: mujoco-py<2.2,>=2.1; extra == "mujoco-py"
Provides-Extra: other
Requires-Dist: lz4>=3.1.0; extra == "other"
Requires-Dist: opencv-python>=3.0; extra == "other"
Requires-Dist: matplotlib>=3.0; extra == "other"
Requires-Dist: moviepy>=1.0.0; extra == "other"
Provides-Extra: testing
Requires-Dist: lz4>=3.1.0; extra == "testing"
Requires-Dist: pygame==2.1.0; extra == "testing"
Requires-Dist: mujoco==2.2; extra == "testing"
Requires-Dist: moviepy>=1.0.0; extra == "testing"
Requires-Dist: swig==4.*; extra == "testing"
Requires-Dist: box2d-py==2.3.5; extra == "testing"
Requires-Dist: imageio>=2.14.1; extra == "testing"
Requires-Dist: matplotlib>=3.0; extra == "testing"
Requires-Dist: opencv-python>=3.0; extra == "testing"
Requires-Dist: mujoco-py<2.2,>=2.1; extra == "testing"
Requires-Dist: pytest==7.0.1; extra == "testing"
Provides-Extra: toy_text
Requires-Dist: pygame==2.1.0; extra == "toy-text"

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Important notice

