[rllib] Add more regression tests and autogenerate (#2324)

This commit is contained in:
Richard Liaw
2018-07-02 08:20:53 -07:00
committed by GitHub
parent 8aa56c12e6
commit f0ed1c1674
10 changed files with 55 additions and 49 deletions
+1
View File
@@ -22,6 +22,7 @@ asv machine --machine jenkins
mkdir $RLLIB_RESULTS_DIR || true
aws s3 cp s3://$BUCKET_NAME/RLLIB_RESULTS/benchmarks.json $RLLIB_RESULTS_DIR/benchmarks.json || true
./tuned_examples/generate_regression_tests.py
asv run --show-stderr --python=same --force-record-commit=$COMMIT
aws s3 cp $RLLIB_RESULTS_DIR/benchmarks.json s3://$BUCKET_NAME/RLLIB_RESULTS/benchmarks_$COMMIT.json