com.unity.ml-agents 1.4.0-preview

com.unity.ml-agents

Notes: processedReleased September 21, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

  • com.unity.barracuda (1.1.1-preview)
  • 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#)
  • Previously, `com.unity.ml-agents` was not declaring built-in packages as
  • dependencies in its package.json. The relevant dependencies are now listed. (#4384)
  • #### ml-agents / ml-agents-envs / gym-unity (Python)
  • Fixed the sample code in the custom SideChannel example. (#4466)
  • A bug in the observation normalizer that would cause rewards to decrease
  • when using `--resume` was fixed. (#4463)