com.unity.ml-agents 1.0.7

com.unity.ml-agents

Notes: processedReleased March 8, 2021

Browse versions

PreviousNext

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)
  • com.unity.modules.unityanalytics (1.0.0)

🔧 Bug Fixes

  • #### com.unity.ml-agents (C#)
  • Removed unnecessary memory allocations in `SensorShapeValidator.ValidateSensors()` (#4915)
  • Removed unnecessary memory allocations in `SideChannelManager.GetSideChannelMessage()` (#4915)
  • Removed several memory allocations that happened during inference. On a test scene, this
  • reduced the amount of memory allocated by approximately 25%. (#4916)