File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "gym_unity" ,
7
- version = "0.4.3a " ,
7
+ version = "0.4.4 " ,
8
8
description = "Unity Machine Learning Agents Gym Interface" ,
9
9
license = "Apache License 2.0" ,
10
10
author = "Unity Technologies" ,
11
11
12
12
url = "https://github.com/Unity-Technologies/ml-agents" ,
13
13
packages = find_packages (),
14
- install_requires = ["gym" , "mlagents_envs==0.9.0a " ],
14
+ install_requires = ["gym" , "mlagents_envs==0.9.1 " ],
15
15
)
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "mlagents_envs" ,
8
- version = "0.9.0a " ,
8
+ version = "0.9.1 " ,
9
9
description = "Unity Machine Learning Agents Interface" ,
10
10
url = "https://github.com/Unity-Technologies/ml-agents" ,
11
11
author = "Unity Technologies" ,
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "mlagents" ,
13
- version = "0.9.0a " ,
13
+ version = "0.9.1 " ,
14
14
description = "Unity Machine Learning Agents" ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
29
29
),
30
30
zip_safe = False ,
31
31
install_requires = [
32
- "mlagents_envs==0.9.0a " ,
32
+ "mlagents_envs==0.9.1 " ,
33
33
"tensorflow>=1.7,<1.8" ,
34
34
"Pillow>=4.2.1" ,
35
35
"matplotlib" ,
You can’t perform that action at this time.
0 commit comments