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 44
55setup (
66 name = "gym_unity" ,
7- version = "0.4.1 " ,
7+ version = "0.4.2 " ,
88 description = "Unity Machine Learning Agents Gym Interface" ,
99 license = "Apache License 2.0" ,
1010 author = "Unity Technologies" ,
11111212 url = "https://github.com/Unity-Technologies/ml-agents" ,
1313 packages = find_packages (),
14- install_requires = ["gym" , "mlagents_envs==0.8.1 " ],
14+ install_requires = ["gym" , "mlagents_envs==0.8.2 " ],
1515)
Original file line number Diff line number Diff line change 55
66setup (
77 name = "mlagents_envs" ,
8- version = "0.8.1 " ,
8+ version = "0.8.2 " ,
99 description = "Unity Machine Learning Agents Interface" ,
1010 url = "https://github.com/Unity-Technologies/ml-agents" ,
1111 author = "Unity Technologies" ,
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "mlagents" ,
13- version = "0.8.1 " ,
13+ version = "0.8.2 " ,
1414 description = "Unity Machine Learning Agents" ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
2626 packages = ["mlagents.trainers" ], # Required
2727 zip_safe = False ,
2828 install_requires = [
29- "mlagents_envs==0.8.1 " ,
29+ "mlagents_envs==0.8.2 " ,
3030 "tensorflow>=1.7,<1.8" ,
3131 "Pillow>=4.2.1" ,
3232 "matplotlib" ,
You can’t perform that action at this time.
0 commit comments