mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix impala stress test (#5491)
This commit is contained in:
parent
f2b3c273db
commit
e065f55998
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue