mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Fix impala stress test (#5491)
This commit is contained in:
@@ -88,7 +88,7 @@ test_impala(){
|
||||
sleep 1 &&
|
||||
ray --logging-level=DEBUG exec "$CLUSTER" "rllib || true" &&
|
||||
ray --logging-level=DEBUG exec "$CLUSTER" "
|
||||
rllib train -f tuned_examples/atari-impala-large.yaml --redis-address='localhost:6379' --queue-trials" &&
|
||||
rllib train -f tuned_examples/atari-impala-large.yaml --ray-address='localhost:6379' --queue-trials" &&
|
||||
echo "PASS: IMPALA Test for" "$PYTHON_VERSION" >> "$RESULT_FILE"
|
||||
} || echo "FAIL: IMPALA Test for" "$PYTHON_VERSION" >> "$RESULT_FILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user