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"],
)
setup(
name="mlagents_envs",
version="0.10.0",
version="0.10.1",
description="Unity Machine Learning Agents Interface",
author="Unity Technologies",
name="mlagents",
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",