|
|
|
|
|
|
|
|
|
|
setup( |
|
|
|
name='mlagents', |
|
|
|
version='0.8.0', |
|
|
|
version='0.8.1', |
|
|
|
description='Unity Machine Learning Agents', |
|
|
|
long_description=long_description, |
|
|
|
long_description_content_type='text/markdown', |
|
|
|
|
|
|
'Programming Language :: Python :: 3.6' |
|
|
|
], |
|
|
|
|
|
|
|
packages=['mlagents.trainers'], # Required |
|
|
|
packages=['mlagents.trainers', 'mlagents.trainers.bc', 'mlagents.trainers.ppo'], # Required |
|
|
|
'mlagents_envs==0.8.0', |
|
|
|
'mlagents_envs==0.8.1', |
|
|
|
'tensorflow>=1.7,<1.8', |
|
|
|
'Pillow>=4.2.1', |
|
|
|
'matplotlib', |
|
|
|