Skip to content

Commit 71b121c

Browse files
authored
upgrade gym to 0.21.0 (#5639)
1 parent d2bb03c commit 71b121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gym-unity/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def run(self):
3838
author_email="[email protected]",
3939
url="https://github.com/Unity-Technologies/ml-agents",
4040
packages=find_packages(),
41-
install_requires=["gym==0.20.0", f"mlagents_envs=={VERSION}"],
41+
install_requires=["gym==0.21.0", f"mlagents_envs=={VERSION}"],
4242
cmdclass={"verify": VerifyVersionCommand},
4343
)

0 commit comments

Comments
 (0)