Metadata-Version: 2.1
Name: gym
Version: 0.19.0
Summary: The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
Home-page: https://github.com/openai/gym
Author: OpenAI
Author-email: gym@openai.com
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Python: >=3.6
Requires-Dist: numpy (>=1.18.0)
Requires-Dist: cloudpickle (<1.7.0,>=1.2.0)
Provides-Extra: all
Requires-Dist: mujoco-py (<2.0,>=1.50) ; extra == 'all'
Requires-Dist: opencv-python (>=3.) ; extra == 'all'
Requires-Dist: scipy ; extra == 'all'
Requires-Dist: atari-py (==0.2.6) ; extra == 'all'
Requires-Dist: pyglet (>=1.4.0) ; extra == 'all'
Requires-Dist: imageio ; extra == 'all'
Requires-Dist: box2d-py (~=2.3.5) ; extra == 'all'
Provides-Extra: atari
Requires-Dist: atari-py (==0.2.6) ; extra == 'atari'
Requires-Dist: opencv-python (>=3.) ; extra == 'atari'
Provides-Extra: box2d
Requires-Dist: box2d-py (~=2.3.5) ; extra == 'box2d'
Requires-Dist: pyglet (>=1.4.0) ; extra == 'box2d'
Provides-Extra: classic_control
Requires-Dist: pyglet (>=1.4.0) ; extra == 'classic_control'
Provides-Extra: mujoco
Requires-Dist: mujoco-py (<2.0,>=1.50) ; extra == 'mujoco'
Requires-Dist: imageio ; extra == 'mujoco'
Provides-Extra: nomujoco
Requires-Dist: opencv-python (>=3.) ; extra == 'nomujoco'
Requires-Dist: scipy ; extra == 'nomujoco'
Requires-Dist: atari-py (==0.2.6) ; extra == 'nomujoco'
Requires-Dist: pyglet (>=1.4.0) ; extra == 'nomujoco'
Requires-Dist: box2d-py (~=2.3.5) ; extra == 'nomujoco'
Provides-Extra: robotics
Requires-Dist: mujoco-py (<2.0,>=1.50) ; extra == 'robotics'
Requires-Dist: imageio ; extra == 'robotics'
Provides-Extra: toy_text
Requires-Dist: scipy ; extra == 'toy_text'

UNKNOWN

