File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10101111 url = 'https://github.com/Unity-Technologies/ml-agents' ,
1212 packages = find_packages (),
13- install_requires = ['gym' , 'mlagents_envs==0.8.0 ' ]
13+ install_requires = ['gym' , 'mlagents_envs==0.8.1 ' ]
1414 )
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'mlagents_envs' ,
8- version = '0.8.0 ' ,
8+ version = '0.8.1 ' ,
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.0 ' ,
13+ version = '0.8.1 ' ,
1414 description = 'Unity Machine Learning Agents' ,
1515 long_description = long_description ,
1616 long_description_content_type = 'text/markdown' ,
2929 zip_safe = False ,
3030
3131 install_requires = [
32- 'mlagents_envs==0.8.0 ' ,
32+ 'mlagents_envs==0.8.1 ' ,
3333 'tensorflow>=1.7,<1.8' ,
3434 'Pillow>=4.2.1' ,
3535 'matplotlib' ,
You can’t perform that action at this time.
0 commit comments