We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9864c5 commit 0fc85d4Copy full SHA for 0fc85d4
python/setup.py
@@ -7,13 +7,13 @@
7
required = f.read().splitlines()
8
9
setup(name='unityagents',
10
- version='0.2.0',
+ version='0.3.0',
11
description='Unity Machine Learning Agents',
12
license='Apache License 2.0',
13
author='Unity Technologies',
14
author_email='[email protected]',
15
url='https://github.com/Unity-Technologies/ml-agents',
16
- packages=find_packages(exclude = ['ppo']),
+ packages=find_packages(),
17
install_requires = required,
18
long_description= ("Unity Machine Learning Agents allows researchers and developers "
19
"to transform games and simulations created using the Unity Editor into environments "
0 commit comments