浏览代码

Tick version numbers

/0.10.1
Ervin Teng 5 年前
当前提交
005f312e
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2
      gym-unity/setup.py
  2. 2
      ml-agents-envs/setup.py
  3. 4
      ml-agents/setup.py

2
gym-unity/setup.py


author_email="ML-Agents@unity3d.com",
url="https://github.com/Unity-Technologies/ml-agents",
packages=find_packages(),
install_requires=["gym", "mlagents_envs==0.10.0"],
install_requires=["gym", "mlagents_envs==0.10.1"],
)

2
ml-agents-envs/setup.py


setup(
name="mlagents_envs",
version="0.10.0",
version="0.10.1",
description="Unity Machine Learning Agents Interface",
url="https://github.com/Unity-Technologies/ml-agents",
author="Unity Technologies",

4
ml-agents/setup.py


setup(
name="mlagents",
version="0.10.0",
version="0.10.1",
description="Unity Machine Learning Agents",
long_description=long_description,
long_description_content_type="text/markdown",

"h5py>=2.9.0",
"jupyter",
"matplotlib",
"mlagents_envs==0.10.0",
"mlagents_envs==0.10.1",
"numpy>=1.13.3,<2.0",
"Pillow>=4.2.1",
"protobuf>=3.6",

正在加载...
取消
保存