ML-Agents Release 14
ML-Agents Release 14
Package Versions
NOTE: It is strongly recommended that you use packages from the same release together for the best experience.
Package | Version |
---|---|
com.unity.ml-agents (C#) | v1.8.1 |
com.unity.ml-agents.extensions (C#) | v0.2.0-preview |
ml-agents (Python) | v0.24.1 |
ml-agents-envs (Python) | v0.24.01 |
gym-unity (Python) | v0.24.1 |
Communicator (C#/Python) | v1.4.0 |
Minor Changes
ml-agents / ml-agents-envs / gym-unity (Python)
- The
cattrs
version dependency was updated to allow>=1.1.0
on Python 3.8 or higher. (#4821)
Bug Fixes
com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
- Fix an issue where queuing InputEvents overwrote data from previous events in the same frame.