diff --git a/docs/Readme.md b/docs/Readme.md index 4b77ef9db8..0c5c6fa53b 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -44,7 +44,7 @@ See our [ML-Agents Overview](ML-Agents-Overview.md) page for detailed descriptions of all these features. Or go straight to our [web docs](https://unity-technologies.github.io/ml-agents/). ## Releases & Documentation -**Our latest, stable release is `Release 21`. Click +**Our latest, stable release is `Release 22`. Click [here](Getting-Started.md) to get started with the latest release of ML-Agents.** @@ -67,8 +67,9 @@ under active development and may be unstable. A few helpful guidelines: | **Version** | **Release Date** | **Source** | **Documentation** | **Download** | **Python Package** | **Unity Package** | |:--------------------------:|:------:|:-------------:|:-------:|:------------:|:------------:|:------------:| +| **Release 22** | **October 5, 2024** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_22)** | **[docs](https://unity-technologies.github.io/ml-agents/)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_22.zip)** | **[1.1.0](https://pypi.org/project/mlagents/1.1.0/)** | **[3.0.0](https://docs.unity3d.com/Packages/com.unity.ml-agents@3.0/manual/index.html)** | | **develop (unstable)** | -- | [source](https://github.com/Unity-Technologies/ml-agents/tree/develop) | [docs](https://unity-technologies.github.io/ml-agents/) | [download](https://github.com/Unity-Technologies/ml-agents/archive/develop.zip) | -- | -- | -| **Release 21** | **October 9, 2023** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_22)** | **[docs](https://unity-technologies.github.io/ml-agents/)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_22.zip)** | **[1.0.0](https://pypi.org/project/mlagents/1.0.0/)** | **[3.0.0](https://docs.unity3d.com/Packages/com.unity.ml-agents@3.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 12056f31c2..bf467fd731 100644 --- a/utils/make_readme_table.py +++ b/utils/make_readme_table.py @@ -140,7 +140,8 @@ def pypi_link(self): ReleaseInfo("release_18", "2.1.0", "0.27.0", "June 9, 2021"), ReleaseInfo("release_19", "2.2.1", "0.28.0", "January 14, 2022"), ReleaseInfo("release_20", "2.3.0", "0.30.0", "November 21, 2022"), - ReleaseInfo("release_21", "3.0.0", "1.0.0", "October 9, 2023"), + ReleaseInfo("release_21", "3.0.0-exp.1", "1.0.0", "October 9, 2023"), + ReleaseInfo("release_22", "3.0.0", "1.1.0", "October 5, 2024"), # 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),