and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2020-07-07
## [1.0.4] - 2020-08-19
### Minor Changes
#### com.unity.ml-agents (C#)
- Update Barracuda to 1.0.2. (#4385)
/// Unity package version of com.unity.ml-agents.
/// This must match the version string in package.json and is checked in a unit test.
/// </summary>
internal const string k_PackageVersion = "1.0.3";
internal const string k_PackageVersion = "1.0.4";
const int k_EditorTrainingPort = 5004;
{
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "1.0.3",
"version": "1.0.4",
"unity": "2018.4",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {