浏览代码

Bumping versions on master (#3614)

* Bumping versions on master

* Bumping package version

* Made the package version 0.15.0-preview

* Reverting the API version that was bumped by mistake
/bug-failed-api-check
GitHub 4 年前
当前提交
d9274b7e
共有 5 个文件被更改,包括 5 次插入5 次删除
  1. 2
      com.unity.ml-agents/Runtime/Academy.cs
  2. 2
      com.unity.ml-agents/package.json
  3. 2
      gym-unity/gym_unity/__init__.py
  4. 2
      ml-agents-envs/mlagents_envs/__init__.py
  5. 2
      ml-agents/mlagents/trainers/__init__.py

2
com.unity.ml-agents/Runtime/Academy.cs


/// 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 = "0.14.1-preview";
internal const string k_PackageVersion = "0.15.0-preview";
const int k_EditorTrainingPort = 5004;

2
com.unity.ml-agents/package.json


{
"name": "com.unity.ml-agents",
"displayName":"ML Agents",
"version": "0.14.1-preview",
"version": "0.15.0-preview",
"unity": "2018.4",
"description": "Add interactivity to your game with Machine Learning Agents trained using Deep Reinforcement Learning.",
"dependencies": {

2
gym-unity/gym_unity/__init__.py


__version__ = "0.15.0.dev0"
__version__ = "0.16.0.dev0"

2
ml-agents-envs/mlagents_envs/__init__.py


__version__ = "0.15.0.dev0"
__version__ = "0.16.0.dev0"

2
ml-agents/mlagents/trainers/__init__.py


__version__ = "0.15.0.dev0"
__version__ = "0.16.0.dev0"
正在加载...
取消
保存