Metadata-Version: 2.4
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: importlib_metadata>=4.8.0; python_version < "3.10"
Requires-Dist: gym_notices>=0.0.4
Requires-Dist: dataclasses==0.8; python_version == "3.6"
Provides-Extra: atari
Requires-Dist: ale-py~=0.8.0; extra == "atari"
Provides-Extra: accept-rom-license
Requires-Dist: autorom[accept-rom-license]~=0.4.2; extra == "accept-rom-license"
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-py
Requires-Dist: mujoco_py<2.2,>=2.1; extra == "mujoco-py"
Provides-Extra: mujoco
Requires-Dist: mujoco==2.2; extra == "mujoco"
Requires-Dist: imageio>=2.14.1; extra == "mujoco"
Provides-Extra: toy-text
Requires-Dist: pygame==2.1.0; extra == "toy-text"
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: imageio>=2.14.1; extra == "testing"
Requires-Dist: matplotlib>=3.0; extra == "testing"
Requires-Dist: lz4>=3.1.0; extra == "testing"
Requires-Dist: mujoco==2.2; extra == "testing"
Requires-Dist: box2d-py==2.3.5; extra == "testing"
Requires-Dist: moviepy>=1.0.0; extra == "testing"
Requires-Dist: mujoco_py<2.2,>=2.1; extra == "testing"
Requires-Dist: opencv-python>=3.0; extra == "testing"
Requires-Dist: swig==4.*; extra == "testing"
Requires-Dist: pygame==2.1.0; extra == "testing"
Requires-Dist: pytest==7.0.1; extra == "testing"
Provides-Extra: all
Requires-Dist: imageio>=2.14.1; extra == "all"
Requires-Dist: ale-py~=0.8.0; extra == "all"
Requires-Dist: matplotlib>=3.0; extra == "all"
Requires-Dist: lz4>=3.1.0; extra == "all"
Requires-Dist: mujoco==2.2; extra == "all"
Requires-Dist: box2d-py==2.3.5; extra == "all"
Requires-Dist: moviepy>=1.0.0; extra == "all"
Requires-Dist: pytest==7.0.1; extra == "all"
Requires-Dist: mujoco_py<2.2,>=2.1; extra == "all"
Requires-Dist: opencv-python>=3.0; extra == "all"
Requires-Dist: swig==4.*; extra == "all"
Requires-Dist: pygame==2.1.0; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![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

