Add large scale regression test for RLlib (#6093)

This commit is contained in:
Eric Liang
2019-11-13 12:22:55 -08:00
committed by GitHub
parent f3f86385d6
commit b924299833
4 changed files with 210 additions and 37 deletions
+3 -1
View File
@@ -40,8 +40,10 @@ This document describes the process for creating new releases.
ray/ci/stress_tests/run_stress_tests.sh <release-version> <release-commit>
ray/ci/stress_tests/run_application_stress_tests.sh <release-version> <release-commit>
rllib train -f rllib/tuned_examples/compact-regression-test.yaml
and make sure they pass. If they pass, it will be obvious that they passed.
and make sure they pass. For the RLlib regression tests, see the comment on the
file for the pass criteria. For the rest, it will be obvious if they passed.
This will use the autoscaler to start a bunch of machines and run some tests.
**Caution!**: By default, the stress tests will require expensive GPU instances.