We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d48cf8 commit a084f8fCopy full SHA for a084f8f
com.unity.ml-agents/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to
11
### Bug Fixes
12
#### com.unity.ml-agents (C#)
13
- Add analytics package dependency to the package manifest. (#4794)
14
+#### ml-agents / ml-agents-envs / gym-unity (Python)
15
+- Fixed the docker build process. (#4791)
16
17
## [1.7.0-preview] - 2020-12-21
18
### Major Changes
com.unity.ml-agents/package.json
@@ -9,6 +9,7 @@
9
"com.unity.modules.imageconversion": "1.0.0",
10
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0",
- "com.unity.modules.physics2d": "1.0.0"
+ "com.unity.modules.physics2d": "1.0.0",
+ "com.unity.analytics": "1.0.0"
}
0 commit comments