Skip to content

Commit

Permalink
upgrade gym to 0.21.0 (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamhonari committed Jan 18, 2022
1 parent d2bb03c commit 71b121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym-unity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def run(self):
author_email="[email protected]",
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},
)

0 comments on commit 71b121c

Please sign in to comment.