mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[rllib] [testing] make kill failure non fatal (#15771)
This commit is contained in:
parent
dce13d3a81
commit
82876ecc2a
2 changed files with 2 additions and 2 deletions
2
rllib/env/tests/test_local_inference.sh
vendored
2
rllib/env/tests/test_local_inference.sh
vendored
|
@ -21,4 +21,4 @@ done
|
|||
|
||||
sleep 2
|
||||
python $basedir/cartpole_client.py --stop-reward=150 --inference-mode=local
|
||||
kill $pid
|
||||
kill $pid || true
|
||||
|
|
2
rllib/env/tests/test_remote_inference.sh
vendored
2
rllib/env/tests/test_remote_inference.sh
vendored
|
@ -21,5 +21,5 @@ done
|
|||
|
||||
sleep 2
|
||||
python $basedir/cartpole_client.py --stop-reward=150 --inference-mode=remote
|
||||
kill $pid
|
||||
kill $pid || true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue