File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : GoogleCloudPlatform/ github-actions/setup-gcloud@master
13+ - uses : google- github-actions/setup-gcloud@v0
1414 with :
1515 version : ' 270.0.0'
1616 service_account_email : ${{ secrets.GCP_STG_EMAIL }}
2828 run : |
2929 docker push gcr.io/unity-ai-ml-agents-stg/ml-agents:${GITHUB_SHA}
3030 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
3232 with :
3333 version : ' 270.0.0'
3434 service_account_email : ${{ secrets.GCP_PRD_EMAIL }}
Original file line number Diff line number Diff line change 11
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 %}
44 {% capture csharp_backcompat_version %}1.0.0{% endcapture %}
55 # This test has to run on mac because it requires the custom build of tensorflow without AVX
66 # 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/)
66and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
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+
920## [ 2.2.1-exp.1] - 2022-01-14
1021### Major Changes
1122
You can’t perform that action at this time.
0 commit comments