Skip to content

Commit df9ecde

Browse files
authored
Update barracuda to 1.3.2-preview. (#5084)
1 parent 65d1983 commit df9ecde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to
1515

1616
### Minor Changes
1717
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
18+
- Updated com.unity.barracuda to 1.3.2-preview. (#5084)
1819
#### ml-agents / ml-agents-envs / gym-unity (Python)
1920
- The `encoding_size` setting for RewardSignals has been deprecated. Please use `network_settings` instead. (#4982)
2021
- Sensor names are now passed through to `ObservationSpec.name`. (#5036)

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": "2018.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.1-preview",
8+
"com.unity.barracuda": "1.3.2-preview",
99
"com.unity.modules.imageconversion": "1.0.0",
1010
"com.unity.modules.jsonserialize": "1.0.0",
1111
"com.unity.modules.physics": "1.0.0",

0 commit comments

Comments
 (0)