File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : GoogleCloudPlatform/ github-actions/setup-gcloud@master
13
+ - uses : google- github-actions/setup-gcloud@v0
14
14
with :
15
15
version : ' 270.0.0'
16
16
service_account_email : ${{ secrets.GCP_STG_EMAIL }}
28
28
run : |
29
29
docker push gcr.io/unity-ai-ml-agents-stg/ml-agents:${GITHUB_SHA}
30
30
docker push gcr.io/unity-ai-ml-agents-stg/ml-agents:latest
31
- - uses : GoogleCloudPlatform/ github-actions/setup-gcloud@master
31
+ - uses : google- github-actions/setup-gcloud@v0
32
32
with :
33
33
version : ' 270.0.0'
34
34
service_account_email : ${{ secrets.GCP_PRD_EMAIL }}
Original file line number Diff line number Diff line change 1
1
2
- test_mac_backcompat_2020.3 :
3
- {% capture editor_version %}2020.3 {% endcapture %}
2
+ test_mac_backcompat_2019.4 :
3
+ {% capture editor_version %}2019.4 {% endcapture %}
4
4
{% capture csharp_backcompat_version %}1.0.0{% endcapture %}
5
5
# This test has to run on mac because it requires the custom build of tensorflow without AVX
6
6
# Test against 2020.1 because 2020.2 has to run against package version 1.2.0
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ Unreleased]
10
+ ### Major Changes
11
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
13
+ ### Minor Changes
14
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
15
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
16
+ ### Bug Fixes
17
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
18
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
19
+
9
20
## [ 2.2.1-exp.1] - 2022-01-14
10
21
### Major Changes
11
22
You can’t perform that action at this time.
0 commit comments