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 ad72190 commit 5ac6da7Copy full SHA for 5ac6da7
gym-unity/setup.py
@@ -1,14 +1,14 @@
1
#!/usr/bin/env python
2
3
-from setuptools import setup, Command, find_packages
+from setuptools import setup, find_packages
4
5
setup(name='gym_unity',
6
- version='0.1.0',
+ version='0.1.1',
7
description='Unity Machine Learning Agents Gym Interface',
8
license='Apache License 2.0',
9
author='Unity Technologies',
10
author_email='[email protected]',
11
url='https://github.com/Unity-Technologies/ml-agents',
12
packages=find_packages(),
13
- install_requires = ['gym', 'mlagents']
14
- )
+ install_requires=['gym', 'mlagents']
+ )
0 commit comments