[rllib] [testing] make kill failure non fatal (#15771)

This commit is contained in:
Ian Rodney 2021-05-13 12:24:49 -07:00 committed by GitHub
parent dce13d3a81
commit 82876ecc2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ done
sleep 2
python $basedir/cartpole_client.py --stop-reward=150 --inference-mode=local
kill $pid
kill $pid || true

View file

@ -21,5 +21,5 @@ done
sleep 2
python $basedir/cartpole_client.py --stop-reward=150 --inference-mode=remote
kill $pid
kill $pid || true