Skip to content

Commit bc8f219

Browse files
Updating the barracuda 1.4.0 (#5291) (#5294)
1 parent 5767791 commit bc8f219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ produces two `Match3Sensor`s (unless there are no special types). Previously tra
3030
sizes and will need to be retrained. (#5181)
3131
- The `AbstractBoard` class for integration with Match-3 games was changed to make it easier to support boards with
3232
different sizes using the same model. For a summary of the interface changes, please see the Migration Guide. (##5189)
33-
- Updated the Barracuda package to version `1.3.3-preview`(#5236)
33+
- Updated the Barracuda package to version `1.4.0-preview`(#5236)
3434
- `GridSensor` has been refactored and moved to main package, with changes to both sensor interfaces and behaviors.
3535
Exsisting GridSensor created by extension package will not work in newer version. Previously trained models will
3636
need to be retrained. Please see the Migration Guide for more details. (#5256)

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unity": "2019.4",
66
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
77
"dependencies": {
8-
"com.unity.barracuda": "1.3.3-preview",
8+
"com.unity.barracuda": "1.4.0-preview",
99
"com.unity.modules.imageconversion": "1.0.0",
1010
"com.unity.modules.jsonserialize": "1.0.0"
1111
}

0 commit comments

Comments
 (0)