Skip to content

Commit d0061cc

Browse files
authored
add table in readme (#5816)
1 parent 6b3efd6 commit d0061cc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22
This changelog isn't used; please add to the `com.unity.ml-agents` changelog instead.
33

4-
## [Unreleased]
4+
## [0.6.1-preview]
55
* Initial version

docs/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ under active development and may be unstable. A few helpful guidelines:
6363

6464
| **Version** | **Release Date** | **Source** | **Documentation** | **Download** | **Python Package** | **Unity Package** |
6565
|:-------:|:------:|:-------------:|:-------:|:------------:|:------------:|:------------:|
66+
| **Release 20** | **November 21, 2022** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_20)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_20_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_20.zip)** | **[0.30.0](https://pypi.org/project/mlagents/0.30.0/)** | **[2.3.0](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)** |
6667
| **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) | -- | -- |
67-
| **Release 19** | **January 14, 2022** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_20)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_20_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_20.zip)** | **[0.28.0](https://pypi.org/project/mlagents/0.28.0/)** | **[2.2.1](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)** |
68-
| **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_20_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/[email protected]/manual/index.html)** |
68+
| **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/[email protected]/manual/index.html)** |
6969

7070
If you are a researcher interested in a discussion of Unity as an AI platform,
7171
see a pre-print of our

utils/make_readme_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def pypi_link(self):
137137
ReleaseInfo("release_17", "2.0.0", "0.26.0", "April 22, 2021"),
138138
ReleaseInfo("release_18", "2.1.0", "0.27.0", "June 9, 2021"),
139139
ReleaseInfo("release_19", "2.2.1", "0.28.0", "January 14, 2022"),
140+
ReleaseInfo("release_20", "2.3.0", "0.30.0", "November 21, 2022"),
140141
# Verified releases
141142
ReleaseInfo("", "1.0.8", "0.16.1", "May 26, 2021", is_verified=True),
142143
ReleaseInfo("", "1.0.7", "0.16.1", "March 8, 2021", is_verified=True),

0 commit comments

Comments
 (0)