浏览代码
Update version for release 4 (release branch) (#4210)
Update version for release 4 (release branch) (#4210)
* Update versions for release 4 * Link validation file should ignore itself * Remove 'unreleased' section from changelog * Change to 0.18.0 for python versions * also update extensions package version Co-authored-by: Chris Elion <chris.elion@unity3d.com>/release_4_branch
GitHub
4 年前
当前提交
e7e4b2c6
共有 18 个文件被更改,包括 68 次插入 和 61 次删除
-
6README.md
-
16com.unity.ml-agents.extensions/package.json
-
12com.unity.ml-agents/CHANGELOG.md
-
2com.unity.ml-agents/Documentation~/com.unity.ml-agents.md
-
6com.unity.ml-agents/Runtime/Academy.cs
-
26com.unity.ml-agents/Runtime/Agent.cs
-
2com.unity.ml-agents/Runtime/Demonstrations/DemonstrationRecorder.cs
-
2com.unity.ml-agents/Runtime/DiscreteActionMasker.cs
-
2com.unity.ml-agents/package.json
-
4docs/Installation-Anaconda-Windows.md
-
6docs/Installation.md
-
2docs/Training-on-Amazon-Web-Service.md
-
4gym-unity/gym_unity/__init__.py
-
4ml-agents-envs/mlagents_envs/__init__.py
-
4ml-agents/mlagents/trainers/__init__.py
-
1utils/make_readme_table.py
-
8utils/validate_release_links.py
-
22utils/validate_versions.py
|
|||
{ |
|||
"name": "com.unity.ml-agents.extensions", |
|||
"displayName":"ML Agents Extensions", |
|||
"version": "0.0.1-preview", |
|||
"unity": "2018.4", |
|||
"description": "A source-only package for new features based on ML-Agents", |
|||
"dependencies": { |
|||
"com.unity.ml-agents": "1.1.0-preview" |
|||
} |
|||
"name": "com.unity.ml-agents.extensions", |
|||
"displayName": "ML Agents Extensions", |
|||
"version": "0.0.1-preview", |
|||
"unity": "2018.4", |
|||
"description": "A source-only package for new features based on ML-Agents", |
|||
"dependencies": { |
|||
"com.unity.ml-agents": "1.2.0-preview" |
|||
} |
|||
} |
|
|||
# Version of the library that will be used to upload to pypi |
|||
__version__ = "0.18.0.dev0" |
|||
__version__ = "0.18.0" |
|||
__release_tag__ = None |
|||
__release_tag__ = "release_4" |
|
|||
# Version of the library that will be used to upload to pypi |
|||
__version__ = "0.18.0.dev0" |
|||
__version__ = "0.18.0" |
|||
__release_tag__ = None |
|||
__release_tag__ = "release_4" |
|
|||
# Version of the library that will be used to upload to pypi |
|||
__version__ = "0.18.0.dev0" |
|||
__version__ = "0.18.0" |
|||
__release_tag__ = None |
|||
__release_tag__ = "release_4" |
撰写
预览
正在加载...
取消
保存
Reference in new issue