Skip to content

Commit 414b97e

Browse files
author
Jonathan Harper
authored
Update examples project to 2018.4.18f1 (#3618)
From 2018.4.14f1. An internal package dependency was updated as a side effect.
1 parent a7c2e2c commit 414b97e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Project/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.ads": "2.0.8",
4-
"com.unity.analytics": "3.2.2",
4+
"com.unity.analytics": "3.2.3",
55
"com.unity.collab-proxy": "1.2.15",
66
"com.unity.ml-agents": "file:../../com.unity.ml-agents",
77
"com.unity.package-manager-ui": "2.0.8",
@@ -39,7 +39,7 @@
3939
"com.unity.modules.wind": "1.0.0",
4040
"com.unity.modules.xr": "1.0.0"
4141
},
42-
"testables" : [
42+
"testables": [
4343
"com.unity.ml-agents"
4444
]
4545
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.4.14f1
1+
m_EditorVersion: 2018.4.18f1

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5353
- Fixed an issue when using GAIL with less than `batch_size` number of demonstrations. (#3591)
5454
- The interfaces to the `SideChannel` classes (on C# and python) have changed to use new `IncomingMessage` and `OutgoingMessage` classes. These should make reading and writing data to the channel easier. (#3596)
5555
- Updated the ExpertPyramid.demo example demonstration file (#3613)
56+
- Updated project version for example environments to 2018.4.18f1 (#3618)
5657

5758
## [0.14.1-preview] - 2020-02-25
5859

0 commit comments

Comments
 (0)