diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index bc3c743bcf..740f4d9cd0 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -12,20 +12,6 @@ and this project adheres to #### com.unity.ml-agents (C#) #### ml-agents / ml-agents-envs / gym-unity (Python) -### Minor Changes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - -### Bug Fixes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - -## [1.3.0-preview] - 2020-08-12 - -### Major Changes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - ### Minor Changes #### com.unity.ml-agents (C#) - Update Barracuda to 1.0.2. @@ -34,6 +20,7 @@ and this project adheres to ### Bug Fixes #### com.unity.ml-agents (C#) +- The package dependencies were updated to include the built-in packages that are used also. (#4384) #### ml-agents / ml-agents-envs / gym-unity (Python) ## [1.3.0-preview] - 2020-08-12 diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index 83adf2ccfb..b0b295d9d4 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -5,6 +5,10 @@ "unity": "2018.4", "description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).", "dependencies": { - "com.unity.barracuda": "1.0.2" + "com.unity.barracuda": "1.0.2", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0" } }