We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bb03c commit 71b121cCopy full SHA for 71b121c
gym-unity/setup.py
@@ -38,6 +38,6 @@ def run(self):
38
author_email="[email protected]",
39
url="https://github.com/Unity-Technologies/ml-agents",
40
packages=find_packages(),
41
- install_requires=["gym==0.20.0", f"mlagents_envs=={VERSION}"],
+ install_requires=["gym==0.21.0", f"mlagents_envs=={VERSION}"],
42
cmdclass={"verify": VerifyVersionCommand},
43
)
0 commit comments