Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/com.unity.ml-agents-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_editors:
enableNoDefaultPackages: !!bool true

trunk_editor:
- version: trunk
- version: 6000.4
testProject: DevProject

test_platforms:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/test_versions.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test_editors:
extra_test: gym
- version: 6000.0
extra_test: sensor
- version: trunk
- version: 6000.3
extra_test: llapi
34 changes: 31 additions & 3 deletions DevProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"dependencies": {
"com.unity.ai.inference": {
"version": "2.2.1",
"version": "2.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.collections": "2.4.3",
"com.unity.modules.imageconversion": "1.0.0"
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.dt.app-ui": "1.3.1",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
Expand Down Expand Up @@ -51,6 +53,18 @@
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.dt.app-ui": {
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 1,
Expand Down Expand Up @@ -79,7 +93,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.ai.inference": "2.2.1",
"com.unity.ai.inference": "2.4.1",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
Expand Down Expand Up @@ -200,6 +214,12 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.androidjni": {
"version": "1.0.0",
"depth": 3,
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.hierarchycore": {
"version": "1.0.0",
"depth": 1,
Expand Down Expand Up @@ -236,6 +256,14 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.screencapture": {
"version": "1.0.0",
"depth": 3,
"source": "builtin",
"dependencies": {
"com.unity.modules.imageconversion": "1.0.0"
}
},
"com.unity.modules.ui": {
"version": "1.0.0",
"depth": 0,
Expand Down
20 changes: 17 additions & 3 deletions PerformanceProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"dependencies": {
"com.unity.ai.inference": {
"version": "2.2.1",
"version": "2.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.collections": "2.4.3",
"com.unity.modules.imageconversion": "1.0.0"
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.dt.app-ui": "1.3.1",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
Expand Down Expand Up @@ -40,6 +42,18 @@
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.dt.app-ui": {
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 1,
Expand Down Expand Up @@ -106,7 +120,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.ai.inference": "2.2.1",
"com.unity.ai.inference": "2.4.1",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
Expand Down
32 changes: 30 additions & 2 deletions Project/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"url": "https://packages.unity.com"
},
"com.unity.ai.inference": {
"version": "2.2.1",
"version": "2.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.dt.app-ui": "1.3.1",
"com.unity.collections": "2.4.3",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.imageconversion": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -58,6 +60,18 @@
},
"url": "https://packages.unity.com"
},
"com.unity.dt.app-ui": {
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 1,
Expand Down Expand Up @@ -105,7 +119,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.ai.inference": "2.2.1",
"com.unity.ai.inference": "2.4.1",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
Expand Down Expand Up @@ -218,6 +232,12 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.androidjni": {
"version": "1.0.0",
"depth": 3,
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.animation": {
"version": "1.0.0",
"depth": 2,
Expand Down Expand Up @@ -281,6 +301,14 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.screencapture": {
"version": "1.0.0",
"depth": 3,
"source": "builtin",
"dependencies": {
"com.unity.modules.imageconversion": "1.0.0"
}
},
"com.unity.modules.ui": {
"version": "1.0.0",
"depth": 1,
Expand Down
2 changes: 2 additions & 0 deletions com.unity.ml-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ and this project adheres to
## [Unreleased]
### Minor Changes
#### com.unity.ml-agents (C#)
- Upgraded to Inference Engine 2.4.1 (#6269)
- Fixed tensor indexing to use correct CHW layout (#6239)
- Updated the installation doc (#6242)

#### ml-agents / ml-agents-envs
- Set the Torch version constraint to 2.8 (#6251)
- Fixed CUDA/CPU mismatch in threaded training (#6245)
- Fixed HTTP Error when importing UnityToGymWrapper (#6269)

## [4.0.0] - 2025-08-28
### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion com.unity.ml-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"unity": "6000.0",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {
"com.unity.ai.inference": "2.2.1",
"com.unity.ai.inference": "2.4.1",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions ml-agents-envs/mlagents_envs/registry/unity_env_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def __iter__(self) -> Iterator[Any]:

default_registry = UnityEnvRegistry()
# TODO restore when a new registry is available.
default_registry.register_from_yaml(
"https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
) # noqa E501
# default_registry.register_from_yaml(
# "https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
# ) # noqa E501
Loading