From e09f08510ccb9e93e2a0c8d60d59128e1ec02265 Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Mon, 1 Feb 2021 10:25:15 -0800 Subject: [PATCH 1/2] barracuda@1.3.0 --- com.unity.ml-agents/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index 0ad0154ddf..630a2d2632 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -5,7 +5,7 @@ "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.2.1-preview", + "com.unity.barracuda": "1.3.0-preview", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.physics": "1.0.0", From 90b6ebe346bead80621218080ae7fc7d672ec58b Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Mon, 1 Feb 2021 10:49:47 -0800 Subject: [PATCH 2/2] changelog --- com.unity.ml-agents/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index a11c60694e..30709b28cc 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -30,6 +30,7 @@ removed when training with a player. The Editor still requires it to be clamped additional memory allocations. (#4887) - Added `ObservationWriter.AddList()` and deprecated `ObservationWriter.AddRange()`. `AddList()` is recommended, as it does not generate any additional memory allocations. (#4887) +- The Barracuda dependency was upgraded to 1.3.0. (#4898) #### ml-agents / ml-agents-envs / gym-unity (Python) - Added a `--torch-device` commandline option to `mlagents-learn`, which sets the default