Skip to content

Commit

Permalink
Updated versions. (#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr authored Jan 13, 2022
1 parent 4c0c31a commit 704e1e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com.unity.ml-agents.extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"unity": "2020.3",
"description": "A source-only package for new features based on ML-Agents",
"dependencies": {
"com.unity.ml-agents": "2.2.0",
"com.unity.ml-agents": "2.2.0-exp.1",
"com.unity.modules.physics": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion com.unity.ml-agents/Runtime/Academy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class Academy : IDisposable
/// 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 = "2.2.0";
internal const string k_PackageVersion = "2.2.0-exp.1";

const int k_EditorTrainingPort = 5004;

Expand Down
2 changes: 1 addition & 1 deletion com.unity.ml-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "2.2.0",
"version": "2.2.0-exp.1",
"unity": "2020.3",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {
Expand Down

0 comments on commit 704e1e1

Please sign in to comment.