Skip to content

Commit

Permalink
Updated readme table and make_readme_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 5, 2024
1 parent 24485ed commit 501ba88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand All @@ -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/[email protected]/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/[email protected]/manual/index.html)** |



If you are a researcher interested in a discussion of Unity as an AI platform,
Expand Down
3 changes: 2 additions & 1 deletion utils/make_readme_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 501ba88

Please sign in to comment.