Metadata-Version: 2.0
Name: gym
Version: 0.14.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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Provides-Extra: all
Provides-Extra: atari
Provides-Extra: classic_control
Provides-Extra: box2d
Provides-Extra: robotics
Provides-Extra: mujoco
Requires-Dist: cloudpickle (~=1.2.0)
Requires-Dist: numpy (>=1.10.4)
Requires-Dist: pyglet (<=1.3.2,>=1.2.0)
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: enum34 (~=1.1.6); python_version < "3.4"
Provides-Extra: all
Requires-Dist: Pillow; extra == 'all'
Requires-Dist: atari-py (~=0.2.0); extra == 'all'
Requires-Dist: box2d-py (~=2.3.5); extra == 'all'
Requires-Dist: imageio; extra == 'all'
Requires-Dist: imageio; extra == 'all'
Requires-Dist: mujoco-py (<2.1,>=1.50); extra == 'all'
Requires-Dist: mujoco-py (<2.1,>=1.50); extra == 'all'
Requires-Dist: opencv-python; extra == 'all'
Provides-Extra: atari
Requires-Dist: Pillow; extra == 'atari'
Requires-Dist: atari-py (~=0.2.0); extra == 'atari'
Requires-Dist: opencv-python; extra == 'atari'
Provides-Extra: box2d
Requires-Dist: box2d-py (~=2.3.5); extra == 'box2d'
Provides-Extra: classic_control
Provides-Extra: mujoco
Requires-Dist: imageio; extra == 'mujoco'
Requires-Dist: mujoco-py (<2.1,>=1.50); extra == 'mujoco'
Provides-Extra: robotics
Requires-Dist: imageio; extra == 'robotics'
Requires-Dist: mujoco-py (<2.1,>=1.50); extra == 'robotics'

UNKNOWN


