Skip to content

Commit 08ae5ae

Browse files
author
Chris Elion
committed
update package version
1 parent 6106277 commit 08ae5ae

File tree

9 files changed

+21
-22
lines changed

9 files changed

+21
-22
lines changed

.yamato/com.unity.ml-agents-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pack:
77
commands:
88
- |
99
python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
10-
unity-downloader-cli -u 2018.4 -c editor --wait --fast
10+
unity-downloader-cli -u 2019.4 -c editor --wait --fast
1111
./.Editor/Unity -projectPath Project -batchMode -executeMethod Unity.MLAgents.SampleExporter.ExportCuratedSamples -logFile -
1212
npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1313
upm-ci project pack --project-path Project

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
test_editors:
2-
- version: 2018.4
3-
# 2018.4 doesn't support code-coverage
4-
enableCodeCoverage: !!bool false
5-
# We want some scene tests to run in the DevProject, but packages there only support 2019+
6-
testProject: Project
7-
enableNoDefaultPackages: !!bool false
82
- version: 2019.4
93
enableCodeCoverage: !!bool true
10-
testProject: DevProject
4+
# We want some scene tests to run in the DevProject, but packages there only support 2019+
5+
testProject: Project
116
enableNoDefaultPackages: !!bool true
127
- version: 2020.2
138
enableCodeCoverage: !!bool true

.yamato/test_versions.metafile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# For each "other" test, we only run it against a single version of the
44
# editor to reduce the number of yamato jobs
55
test_editors:
6-
- version: 2018.4
7-
extra_test: llapi
86
- version: 2019.4
97
extra_test: gym
10-
- version: 2020.2
8+
- version: 2020.3
119
extra_test: sensor
10+
# TODO change to 2021.1 soon
11+
- version: 2020.2
12+
extra_test: llapi

com.unity.ml-agents.extensions/Documentation~/com.unity.ml-agents.extensions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ may take several minutes to resolve the packages the first time that you add it.
5454

5555
## Requirements
5656

57-
This version of the Unity ML-Agents Extensions package is compatible with the
58-
following versions of the Unity Editor:
57+
This version of the Unity ML-Agents package is compatible with the following
58+
versions of the Unity Editor:
5959

60-
- If using the `InputActuatorComponent`
61-
- 2019.4 or later
62-
- install the `com.unity.inputsystem` package version `1.1.0-preview.3` or later.
63-
- Else 2018.4 and later
60+
- 2019.4 and later
61+
62+
If using the `InputActuatorComponent`
63+
- install the `com.unity.inputsystem` package version `1.1.0-preview.3` or later.
6464

6565
## Known Limitations
6666
- For the `InputActuatorComponent`

com.unity.ml-agents.extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.ml-agents.extensions",
33
"displayName": "ML Agents Extensions",
44
"version": "0.3.0-preview",
5-
"unity": "2018.4",
5+
"unity": "2019.4",
66
"description": "A source-only package for new features based on ML-Agents",
77
"dependencies": {
88
"com.unity.ml-agents": "2.0.0-exp.1"

com.unity.ml-agents/Documentation~/com.unity.ml-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install the companion Python package to enable training behaviors, follow the
5858
This version of the Unity ML-Agents package is compatible with the following
5959
versions of the Unity Editor:
6060

61-
- 2018.4 and later
61+
- 2019.4 and later
6262

6363
## Known Limitations
6464

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.ml-agents",
33
"displayName": "ML Agents",
44
"version": "2.0.0-exp.1",
5-
"unity": "2018.4",
5+
"unity": "2019.4",
66
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
77
"dependencies": {
88
"com.unity.barracuda": "1.3.2-preview",

docs/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The ML-Agents Toolkit contains several components:
2626

2727
Consequently, to install and use the ML-Agents Toolkit you will need to:
2828

29-
- Install Unity (2018.4 or later)
29+
- Install Unity (2019.4 or later)
3030
- Install Python (3.6.1 or higher)
3131
- Clone this repository (Optional)
3232
- __Note:__ If you do not clone the repository, then you will not be
@@ -38,7 +38,7 @@ Consequently, to install and use the ML-Agents Toolkit you will need to:
3838
- Install the `com.unity.ml-agents.extensions` Unity package (Optional)
3939
- Install the `mlagents` Python package
4040

41-
### Install **Unity 2018.4** or Later
41+
### Install **Unity 2019.4** or Later
4242

4343
[Download](https://unity3d.com/get-unity/download) and install Unity. We
4444
strongly recommend that you install Unity through the Unity Hub as it will

docs/Migrating.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ double-check that the versions are in the same. The versions can be found in
1515

1616
# Migrating
1717
## Migrating the package to version 2.0
18+
- The official version of Unity ML-Agents supports is now 2019.4 LTS. If you run
19+
into issues, please consider deleting your project's Library folder and reponening your
20+
project.
1821
- If you used any of the APIs that were deprecated before version 2.0, you need to use their replacement. These deprecated APIs have been removed. See the migration steps bellow for specific API replacements.
1922
### IDiscreteActionMask changes
2023
- The interface for disabling specific discrete actions has changed. `IDiscreteActionMask.WriteMask()` was removed,

0 commit comments

Comments
 (0)