浏览代码

Update setup

/hotfix-v0.9.2a
Arthur Juliani 6 年前
当前提交
ed370a88
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      gym-unity/setup.py

8
gym-unity/setup.py


#!/usr/bin/env python
from setuptools import setup, Command, find_packages
from setuptools import setup, find_packages
version='0.1.0',
version='0.1.1',
description='Unity Machine Learning Agents Gym Interface',
license='Apache License 2.0',
author='Unity Technologies',

install_requires = ['gym', 'mlagents']
)
install_requires=['gym', 'mlagents']
)
正在加载...
取消
保存