diff --git a/gym-unity/setup.py b/gym-unity/setup.py index 0ff8cda429..6a3463c258 100755 --- a/gym-unity/setup.py +++ b/gym-unity/setup.py @@ -38,6 +38,6 @@ def run(self): author_email="ML-Agents@unity3d.com", url="https://github.com/Unity-Technologies/ml-agents", packages=find_packages(), - install_requires=["gym==0.20.0", f"mlagents_envs=={VERSION}"], + install_requires=["gym==0.21.0", f"mlagents_envs=={VERSION}"], cmdclass={"verify": VerifyVersionCommand}, )