Skip to content

Hotfix 0.9.3 #2514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
new versions (#2504)
  • Loading branch information
Chris Elion authored Sep 6, 2019
commit fcd81dbc0974305c7b1714f7badb91f861f2ea24
4 changes: 2 additions & 2 deletions gym-unity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

setup(
name="gym_unity",
version="0.4.5",
version="0.4.6",
description="Unity Machine Learning Agents Gym Interface",
license="Apache License 2.0",
author="Unity Technologies",
author_email="[email protected]",
url="https://github.com/Unity-Technologies/ml-agents",
packages=find_packages(),
install_requires=["gym", "mlagents_envs==0.9.2"],
install_requires=["gym", "mlagents_envs==0.9.3"],
)
2 changes: 1 addition & 1 deletion ml-agents-envs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mlagents_envs",
version="0.9.2",
version="0.9.3",
description="Unity Machine Learning Agents Interface",
url="https://github.com/Unity-Technologies/ml-agents",
author="Unity Technologies",
Expand Down
4 changes: 2 additions & 2 deletions ml-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="mlagents",
version="0.9.2",
version="0.9.3",
description="Unity Machine Learning Agents",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -29,7 +29,7 @@
),
zip_safe=False,
install_requires=[
"mlagents_envs==0.9.2",
"mlagents_envs==0.9.3",
"tensorflow>=1.7,<1.8",
"Pillow>=4.2.1",
"matplotlib",
Expand Down