|
|
|
|
|
|
# Backwards-compatibility tests. |
|
|
|
# If we make a breaking change to the communication protocol, these will need |
|
|
|
# to be disabled until the next release. |
|
|
|
# - python -u -m ml-agents.tests.yamato.training_int_tests --python=0.15.0 |
|
|
|
# - python -u -m ml-agents.tests.yamato.training_int_tests --csharp=0.15.0 |
|
|
|
- python -u -m ml-agents.tests.yamato.training_int_tests --python=0.16.0 |
|
|
|
- python -u -m ml-agents.tests.yamato.training_int_tests --csharp=1.0.0 |
|
|
|
dependencies: |
|
|
|
- .yamato/standalone-build-test.yml#test_mac_standalone_{{ editor.version }} |
|
|
|
triggers: |
|
|
|