Skip to content

Commit 501ba88

Browse files
committedOct 5, 2024·
Updated readme table and make_readme_table.py
1 parent 24485ed commit 501ba88

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎docs/Readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See our [ML-Agents Overview](ML-Agents-Overview.md) page for detailed
4444
descriptions of all these features. Or go straight to our [web docs](https://unity-technologies.github.io/ml-agents/).
4545
## Releases & Documentation
4646

47-
**Our latest, stable release is `Release 21`. Click
47+
**Our latest, stable release is `Release 22`. Click
4848
[here](Getting-Started.md)
4949
to get started with the latest release of ML-Agents.**
5050

@@ -67,8 +67,9 @@ under active development and may be unstable. A few helpful guidelines:
6767

6868
| **Version** | **Release Date** | **Source** | **Documentation** | **Download** | **Python Package** | **Unity Package** |
6969
|:--------------------------:|:------:|:-------------:|:-------:|:------------:|:------------:|:------------:|
70+
| **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)** |
7071
| **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) | -- | -- |
71-
| **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)** |
72+
7273

7374

7475
If you are a researcher interested in a discussion of Unity as an AI platform,

‎utils/make_readme_table.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def pypi_link(self):
140140
ReleaseInfo("release_18", "2.1.0", "0.27.0", "June 9, 2021"),
141141
ReleaseInfo("release_19", "2.2.1", "0.28.0", "January 14, 2022"),
142142
ReleaseInfo("release_20", "2.3.0", "0.30.0", "November 21, 2022"),
143-
ReleaseInfo("release_21", "3.0.0", "1.0.0", "October 9, 2023"),
143+
ReleaseInfo("release_21", "3.0.0-exp.1", "1.0.0", "October 9, 2023"),
144+
ReleaseInfo("release_22", "3.0.0", "1.1.0", "October 5, 2024"),
144145
# Verified releases
145146
# ReleaseInfo("", "1.0.8", "0.16.1", "May 26, 2021", is_verified=True),
146147
# ReleaseInfo("", "1.0.7", "0.16.1", "March 8, 2021", is_verified=True),

0 commit comments

Comments
 (0)
Please sign in to comment.