浏览代码
Merge 0.11.0 to develop (#2825)
Merge 0.11.0 to develop (#2825)
* Update package and communicator versions to 0.11 * Remove pip cache fallback for CircleCI This change removes the caching fallback in the case where dependencies change, since it can cause CI failures when we have incompatible dependencies in the cache. * Limit Tensorflow version for tests to <2.0 * Use stable bokken image. (#2815) * build fixes for 2018+ (#2808) * rename CompressionType enum * fix standalone build test for 2018+ * Add more editor versions for testing. (#2809) * class variable for API verison, fix env tests (#2817) * fixed area prefab agents were pointing to the wrong laser gameObject./develop-newnormalization
GitHub
5 年前
当前提交
6ba6f08c
共有 22 个文件被更改,包括 180 次插入 和 148 次删除
-
2.circleci/config.yml
-
34.yamato/csharp-tests.yml
-
54.yamato/standalone-build-test.yml
-
4UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs
-
29UnitySDK/Assets/ML-Agents/Editor/Tests/StandaloneBuildTest.cs
-
23UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Prefabs/FoodCollectorArea.prefab
-
5UnitySDK/Assets/ML-Agents/Examples/FoodCollector/Scenes/FoodCollector.unity
-
2UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
-
12UnitySDK/Assets/ML-Agents/Scripts/Agent.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/Sensor/CameraSensor.cs
-
2UnitySDK/Assets/ML-Agents/Scripts/Sensor/CompressedObservation.cs
-
6UnitySDK/Assets/ML-Agents/Scripts/Sensor/ISensor.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/Sensor/RenderTextureSensor.cs
-
4UnitySDK/Assets/ML-Agents/Scripts/Sensor/SensorBase.cs
-
2gym-unity/setup.py
-
3ml-agents-envs/mlagents/envs/environment.py
-
6ml-agents-envs/mlagents/envs/mock_communicator.py
-
2ml-agents-envs/setup.py
-
2ml-agents/setup.py
-
55run-standalone-build-osx.sh
-
71run-tests-editmode-osx-editor.sh
-
2test_constraints_max_version.txt
|
|||
name: Mac Standalone Build Test |
|||
triggers: |
|||
branches: |
|||
only: |
|||
- "/develop-.*/" |
|||
targets: |
|||
only: |
|||
- "develop" |
|||
pull_requests: |
|||
- targets: |
|||
only: |
|||
- "master" |
|||
- "/release-.*/" |
|||
- "/hotfix-.*/" |
|||
|
|||
agent: |
|||
type: Unity::VM::osx |
|||
image: ml-agents/ml-agents-bokken-mac:stable |
|||
flavor: i1.small |
|||
|
|||
variables: |
|||
LC_ALL: "en_US.UTF-8" |
|||
commands: |
|||
- ./run-standalone-build-osx.sh |
|||
test_editors: |
|||
- version: 2017.4 |
|||
- version: 2018.4 |
|||
- version: 2019.3 |
|||
--- |
|||
{% for editor in test_editors %} |
|||
test_mac_standalone_{{ editor.version }}: |
|||
name: Test Mac Standalone {{ editor.version }} |
|||
agent: |
|||
type: Unity::VM::osx |
|||
image: ml-agents/ml-agents-bokken-mac:stable |
|||
flavor: i1.small |
|||
variables: |
|||
UNITY_VERSION: {{ editor.version }} |
|||
commands: |
|||
- ./run-standalone-build-osx.sh |
|||
triggers: |
|||
branches: |
|||
only: |
|||
- "/develop-.*/" |
|||
targets: |
|||
only: |
|||
- "develop" |
|||
pull_requests: |
|||
- targets: |
|||
only: |
|||
- "master" |
|||
- "/release-.*/" |
|||
- "/hotfix-.*/" |
|||
{% endfor %} |
撰写
预览
正在加载...
取消
保存
Reference in new issue