From 68474b92978ac4c6f26a4e170d257c6d8de72025 Mon Sep 17 00:00:00 2001 From: Miguel Alonso Jr Date: Fri, 14 Jan 2022 12:18:20 -0500 Subject: [PATCH] README updated. --- README.md | 2 +- utils/make_readme_table.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9cd198aa..516fbd110b 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ under active development and may be unstable. A few helpful guidelines: | **Version** | **Release Date** | **Source** | **Documentation** | **Download** | **Python Package** | **Unity Package** | |:-------:|:------:|:-------------:|:-------:|:------------:|:------------:|:------------:| -| **Release 19** | **January 14, 2022** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_19)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_19_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_19.zip)** | **[0.28.0](https://pypi.org/project/mlagents/0.28.0/)** | **[2.2.0](https://docs.unity3d.com/Packages/com.unity.ml-agents@2.2/manual/index.html)** | | **main (unstable)** | -- | [source](https://github.com/Unity-Technologies/ml-agents/tree/main) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/main/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/main.zip) | -- | -- | +| **Release 19** | **January 14, 2022** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_19)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_19_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_19.zip)** | **[0.28.0](https://pypi.org/project/mlagents/0.28.0/)** | **[2.2.1](https://docs.unity3d.com/Packages/com.unity.ml-agents@2.2/manual/index.html)** | | **Verified Package 1.0.8** | **May 26, 2021** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/com.unity.ml-agents_1.0.8)** | **[docs](https://github.com/Unity-Technologies/ml-agents/blob/release_2_verified_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/com.unity.ml-agents_1.0.8.zip)** | **[0.16.1](https://pypi.org/project/mlagents/0.16.1/)** | **[1.0.8](https://docs.unity3d.com/Packages/com.unity.ml-agents@1.0/manual/index.html)** | If you are a researcher interested in a discussion of Unity as an AI platform, diff --git a/utils/make_readme_table.py b/utils/make_readme_table.py index b5bb0aabc1..c0aadbf8d8 100644 --- a/utils/make_readme_table.py +++ b/utils/make_readme_table.py @@ -136,7 +136,7 @@ def pypi_link(self): ReleaseInfo("release_16", "1.9.1", "0.25.1", "April 13, 2021"), ReleaseInfo("release_17", "2.0.0", "0.26.0", "April 22, 2021"), ReleaseInfo("release_18", "2.1.0", "0.27.0", "June 9, 2021"), - ReleaseInfo("release_19", "2.2.0", "0.28.0", "January 14, 2022"), + ReleaseInfo("release_19", "2.2.1", "0.28.0", "January 14, 2022"), # Verified releases ReleaseInfo("", "1.0.8", "0.16.1", "May 26, 2021", is_verified=True), ReleaseInfo("", "1.0.7", "0.16.1", "March 8, 2021", is_verified=True),