Skip to content

Commit ffa2e81

Browse files
Upgraded to pytorch 2.1.1, fixed some windows related test issues. Upgrade to Sentis 1.3.0-pre.2 (#6013)
* Upgraded to pytorch 2.1.1, fixed some windows related test issues. * Upgraded to Sentis 1.3.0-pre.2 * Updated changelog.
1 parent 98338f2 commit ffa2e81

File tree

16 files changed

+78
-23
lines changed

16 files changed

+78
-23
lines changed

DevProject/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
1111
},
1212
"com.unity.burst": {
13-
"version": "1.8.7",
13+
"version": "1.8.10",
1414
"depth": 2,
1515
"source": "registry",
1616
"dependencies": {
@@ -55,7 +55,7 @@
5555
"depth": 0,
5656
"source": "local",
5757
"dependencies": {
58-
"com.unity.sentis": "1.2.0-exp.2",
58+
"com.unity.sentis": "1.3.0-pre.1",
5959
"com.unity.modules.imageconversion": "1.0.0",
6060
"com.unity.modules.jsonserialize": "1.0.0",
6161
"com.unity.modules.physics": "1.0.0"
@@ -105,11 +105,11 @@
105105
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
106106
},
107107
"com.unity.sentis": {
108-
"version": "1.2.0-exp.2",
108+
"version": "1.3.0-pre.1",
109109
"depth": 1,
110110
"source": "registry",
111111
"dependencies": {
112-
"com.unity.burst": "1.8.4",
112+
"com.unity.burst": "1.8.10",
113113
"com.unity.modules.jsonserialize": "1.0.0",
114114
"com.unity.modules.imageconversion": "1.0.0"
115115
},

DevProject/ProjectSettings/EditorBuildSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ EditorBuildSettings:
99
path: Assets/ML-Agents/Scripts/Tests/Runtime/AcademyTest/AcademyStepperTestScene.unity
1010
guid: 9bafc50b1e55b43b2b1ae9620f1f8311
1111
m_configObjects:
12-
com.unity.ml-agents.settings: {fileID: 11400000, guid: e4ad406c716274fdfb58baafffa12dcd,
12+
com.unity.ml-agents.settings: {fileID: 11400000, guid: 87b8aebb5aefd4643821361876570855,
1313
type: 2}

Project/Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://packages.unity.com"
1818
},
1919
"com.unity.burst": {
20-
"version": "1.8.7",
20+
"version": "1.8.10",
2121
"depth": 2,
2222
"source": "registry",
2323
"dependencies": {
@@ -72,7 +72,7 @@
7272
"depth": 0,
7373
"source": "local",
7474
"dependencies": {
75-
"com.unity.sentis": "1.2.0-exp.2",
75+
"com.unity.sentis": "1.3.0-pre.1",
7676
"com.unity.modules.imageconversion": "1.0.0",
7777
"com.unity.modules.jsonserialize": "1.0.0",
7878
"com.unity.modules.physics": "1.0.0"
@@ -104,11 +104,11 @@
104104
"url": "https://packages.unity.com"
105105
},
106106
"com.unity.sentis": {
107-
"version": "1.2.0-exp.2",
107+
"version": "1.3.0-pre.1",
108108
"depth": 1,
109109
"source": "registry",
110110
"dependencies": {
111-
"com.unity.burst": "1.8.4",
111+
"com.unity.burst": "1.8.10",
112112
"com.unity.modules.jsonserialize": "1.0.0",
113113
"com.unity.modules.imageconversion": "1.0.0"
114114
},

com.unity.ml-agents/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ and this project adheres to
99
## [Unreleased]
1010
### Major Changes
1111
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12+
- Upgraded to Sentis 1.3.0-exp.2 (#6013)
1213

1314
#### ml-agents / ml-agents-envs
15+
- Upgraded to PyTorch 2.1.1 (#6013)
1416

1517
### Minor Changes
1618
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
19+
- Added no-graphics-monitor (#6014)
1720

1821
#### ml-agents / ml-agents-envs
1922

2023
### Bug Fixes
2124
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
2225

2326
#### ml-agents / ml-agents-envs
24-
- Bumped numpy version to >=1.21.2,<1.24.0 (#)
27+
- Bumped numpy version to >=1.21.2,<1.24.0 (#5997)
2528

2629
## [3.0.0-exp.1] - 2023-10-09
2730
### Major Changes
Binary file not shown.

com.unity.ml-agents/Plugins/Google.Protobuf_Packed.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

com.unity.ml-agents/Plugins/Google.Protobuf_Packed.pdb.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.unity.ml-agents/Runtime/Timer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public long CurrentTicks
7979
public double TotalSeconds
8080
{
8181
get { return CurrentTicks * s_TicksToSeconds; }
82-
set { } // Serialization needs this, but unused.
82+
set { } // Serialization needs this, but unused.
8383
}
8484

8585
/// <summary>
@@ -102,7 +102,7 @@ public double SelfSeconds
102102
var selfTicks = Mathf.Max(0, CurrentTicks - totalChildTicks);
103103
return selfTicks * s_TicksToSeconds;
104104
}
105-
set { } // Serialization needs this, but unused.
105+
set { } // Serialization needs this, but unused.
106106
}
107107

108108
public IReadOnlyDictionary<string, TimerNode> Children

com.unity.ml-agents/Runtime/Unity.ML-Agents.asmdef

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"includePlatforms": [],
1010
"excludePlatforms": [],
1111
"allowUnsafeCode": false,
12-
"overrideReferences": false,
12+
"overrideReferences": true,
1313
"precompiledReferences": [
1414
"System.IO.Abstractions.dll",
15-
"Google.Protobuf.dll",
16-
"Grpc.Core.dll"
15+
"Grpc.Core.dll",
16+
"Google.Protobuf_Packed.dll"
1717
],
1818
"autoReferenced": true,
1919
"defineConstraints": [],

0 commit comments

Comments
 (0)