File size: 3,323 Bytes
122d3ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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: [email protected]
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: opencv-python >=3.0 ; extra == 'all'
Requires-Dist: pytest ==7.0.1 ; extra == 'all'
Requires-Dist: swig ==4.* ; extra == 'all'
Requires-Dist: lz4 >=3.1.0 ; extra == 'all'
Requires-Dist: moviepy >=1.0.0 ; extra == 'all'
Requires-Dist: matplotlib >=3.0 ; extra == 'all'
Requires-Dist: pygame ==2.1.0 ; extra == 'all'
Requires-Dist: mujoco ==2.2 ; extra == 'all'
Requires-Dist: ale-py ~=0.8.0 ; extra == 'all'
Requires-Dist: box2d-py ==2.3.5 ; extra == 'all'
Requires-Dist: imageio >=2.14.1 ; 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: opencv-python >=3.0 ; extra == 'testing'
Requires-Dist: swig ==4.* ; extra == 'testing'
Requires-Dist: lz4 >=3.1.0 ; extra == 'testing'
Requires-Dist: moviepy >=1.0.0 ; extra == 'testing'
Requires-Dist: matplotlib >=3.0 ; extra == 'testing'
Requires-Dist: pygame ==2.1.0 ; extra == 'testing'
Requires-Dist: mujoco ==2.2 ; extra == 'testing'
Requires-Dist: box2d-py ==2.3.5 ; extra == 'testing'
Requires-Dist: mujoco-py <2.2,>=2.1 ; extra == 'testing'
Requires-Dist: imageio >=2.14.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