com.unity.ml-agents 1.0.6
Notes: processedReleased November 13, 2020
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
- com.unity.barracuda (1.0.4)
- 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)
🔧 Bug Fixes
- #### com.unity.ml-agents (C#)
- Fixed a bug with visual observations using .onnx model files and newer versions of Barracuda (1.1.0 or later). (#4533)
- `Agent.CollectObservations()`, `Agent.EndEpisode()`, and `Academy.EnvironmentStep()` will now throw an exception
- if they are called recursively (for example, if they call `Agent.EndEpisode()`).
- Previously, this would result in an infinite loop and cause the editor to hang. (#4638)
- Fixed a bug where accessing the Academy outside of play mode would cause the Academy to get stepped multiple times when in play mode. (#4637)
