Skip to content

Commit 195efa9

Browse files
author
Chris Elion
authored
update barracuda to 0.7.1 (#3977)
1 parent 13278d0 commit 195efa9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to
1111
#### com.unity.ml-agents (C#)
1212
- A bug that would cause the editor to go into a loop when a prefab was selected was fixed. (#3949)
1313
- BrainParameters.ToProto() no longer throws an exception if none of the fields have been set. (#3930)
14+
- The Barracuda dependency was upgraded to 0.7.0-preview. (#3977)
1415
#### ml-agents / ml-agents-envs / gym-unity (Python)
1516
- An issue was fixed where using `--initialize-from` would resume from the past step count. (#3962)
1617
- The gym wrapper error for the wrong number of agents now fires more consistently, and more details

com.unity.ml-agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
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": "0.7.0-preview"
8+
"com.unity.barracuda": "0.7.1-preview"
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)