From 71b121ca7ae3da493110aa7b652230cd2c3cb219 Mon Sep 17 00:00:00 2001 From: Maryam Honari Date: Tue, 18 Jan 2022 14:58:59 -0800 Subject: [PATCH] upgrade gym to 0.21.0 (#5639) --- gym-unity/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, )