diff --git a/com.unity.ml-agents.extensions/package.json b/com.unity.ml-agents.extensions/package.json index c000b330fd..b22a7d9649 100644 --- a/com.unity.ml-agents.extensions/package.json +++ b/com.unity.ml-agents.extensions/package.json @@ -1,11 +1,11 @@ { "name": "com.unity.ml-agents.extensions", "displayName": "ML Agents Extensions", - "version": "0.5.0-preview", + "version": "0.6.1-preview", "unity": "2019.4", "description": "A source-only package for new features based on ML-Agents", "dependencies": { - "com.unity.ml-agents": "2.1.0-exp.1", + "com.unity.ml-agents": "2.2.1-exp.1", "com.unity.modules.physics": "1.0.0" } } diff --git a/com.unity.ml-agents/Runtime/Academy.cs b/com.unity.ml-agents/Runtime/Academy.cs index 409ccb1dca..0198b75521 100644 --- a/com.unity.ml-agents/Runtime/Academy.cs +++ b/com.unity.ml-agents/Runtime/Academy.cs @@ -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. /// - internal const string k_PackageVersion = "2.1.0-exp.1"; + internal const string k_PackageVersion = "2.2.1-exp.1"; const int k_EditorTrainingPort = 5004; diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index fb3b4d2e98..734058bfaf 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.ml-agents", "displayName": "ML Agents", - "version": "2.1.0-exp.1", + "version": "2.2.1-exp.1", "unity": "2019.4", "description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).", "dependencies": { diff --git a/gym-unity/gym_unity/__init__.py b/gym-unity/gym_unity/__init__.py index 7902085efe..5d158f10d1 100644 --- a/gym-unity/gym_unity/__init__.py +++ b/gym-unity/gym_unity/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.28.0.dev0" +__version__ = "0.29.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents-envs/mlagents_envs/__init__.py b/ml-agents-envs/mlagents_envs/__init__.py index 7902085efe..5d158f10d1 100644 --- a/ml-agents-envs/mlagents_envs/__init__.py +++ b/ml-agents-envs/mlagents_envs/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.28.0.dev0" +__version__ = "0.29.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents/mlagents/trainers/__init__.py b/ml-agents/mlagents/trainers/__init__.py index 7902085efe..5d158f10d1 100644 --- a/ml-agents/mlagents/trainers/__init__.py +++ b/ml-agents/mlagents/trainers/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.28.0.dev0" +__version__ = "0.29.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None