Release 2.3.0 exp.1 (#13)
* upgrade package to 2.3.0-exp.1 * rebase on develop branch * update changelog
This commit is contained in:
Родитель
5f28846b66
Коммит
679fce7e28
|
@ -8,7 +8,7 @@ publish:
|
|||
UPMCI_ENABLE_PACKAGE_SIGNING: 1
|
||||
commands:
|
||||
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
|
||||
- upm-ci package publish
|
||||
- upm-ci package publish
|
||||
triggers:
|
||||
cancel_old_ci: true
|
||||
# tags:
|
||||
|
|
|
@ -103,4 +103,4 @@ all_validation_tests:
|
|||
{% for platform in test_platforms -%}
|
||||
- .yamato/com.unity.ml-agents-test.yml#validate_{{platform.name}}_{{editor.version}}
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -10,6 +10,22 @@ and this project adheres to
|
|||
### Major Changes
|
||||
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
|
||||
#### ml-agents / ml-agents-envs
|
||||
|
||||
|
||||
### Minor Changes
|
||||
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
|
||||
|
||||
#### ml-agents / ml-agents-envs
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
|
||||
#### ml-agents / ml-agents-envs
|
||||
|
||||
## [2.3.0-exp.1] - 2022-03-18
|
||||
### Major Changes
|
||||
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
|
||||
#### ml-agents / ml-agents-envs
|
||||
- Refactored to support the new ML-Agents Pro package.
|
||||
- The minimum supported Python version for ml-agents-envs was changed to 3.7.2 (#5)
|
||||
- Added support for the PettingZoo multi-agent API (#6)
|
||||
|
|
|
@ -107,7 +107,7 @@ namespace Unity.MLAgents
|
|||
/// Unity package version of com.unity.ml-agents.
|
||||
/// This must match the version string in package.json and is checked in a unit test.
|
||||
/// </summary>
|
||||
internal const string k_PackageVersion = "2.2.1-exp.1";
|
||||
internal const string k_PackageVersion = "2.3.0-exp.1";
|
||||
|
||||
const int k_EditorTrainingPort = 5004;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "com.unity.ml-agents",
|
||||
"displayName": "ML Agents",
|
||||
"version": "2.2.1-exp.1",
|
||||
"version": "2.3.0-exp.1",
|
||||
"unity": "2020.3",
|
||||
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
|
||||
"dependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче