mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Release tests] Disable A3C CI tests on torch for now. Also extend performance_test deadline to 3hrs. (#22426)
This commit is contained in:
parent
f2bbcf5adc
commit
04dd536987
3 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,10 @@ a3c-pongdeterministic-v4:
|
||||||
timesteps_total: 5000000
|
timesteps_total: 5000000
|
||||||
stop:
|
stop:
|
||||||
time_total_s: 3600
|
time_total_s: 3600
|
||||||
|
# TODO(sven, jungong): there seems to be a race condition between A3C
|
||||||
|
# and torch, causing matrix shape mismatch error.
|
||||||
|
# Fix and re-enable torch.
|
||||||
|
frameworks: ["tf"]
|
||||||
config:
|
config:
|
||||||
num_gpus: 0
|
num_gpus: 0
|
||||||
num_workers: 16
|
num_workers: 16
|
||||||
|
|
|
@ -138,7 +138,8 @@ sac-halfcheetahbulletenv-v0:
|
||||||
a3c-pongdeterministic-v4:
|
a3c-pongdeterministic-v4:
|
||||||
env: PongDeterministic-v4
|
env: PongDeterministic-v4
|
||||||
run: A3C
|
run: A3C
|
||||||
frameworks: [ "tf", "tf2", "torch" ]
|
# TODO(sven, jungong): fix A3C on torch and re-enable.
|
||||||
|
frameworks: [ "tf", "tf2" ]
|
||||||
stop:
|
stop:
|
||||||
time_total_s: 3600
|
time_total_s: 3600
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -99,5 +99,5 @@
|
||||||
compute_template: 12gpus_192cpus.yaml
|
compute_template: 12gpus_192cpus.yaml
|
||||||
|
|
||||||
run:
|
run:
|
||||||
timeout: 7200
|
timeout: 10800
|
||||||
script: python performance_tests/run.py
|
script: python performance_tests/run.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue