|
|
|
|
|
|
|
|
|
|
setup( |
|
|
|
name="gym_unity", |
|
|
|
version="0.4.5.dev0", |
|
|
|
version="0.4.5", |
|
|
|
description="Unity Machine Learning Agents Gym Interface", |
|
|
|
license="Apache License 2.0", |
|
|
|
author="Unity Technologies", |
|
|
|
|
|
|
install_requires=["gym", "mlagents_envs==0.10.0.dev0"], |
|
|
|
install_requires=["gym", "mlagents_envs==0.9.2"], |
|
|
|
) |