mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[rllib] Restore TF soft placement config to fix multi-GPU optimizer (#2395)
This commit is contained in:
parent
d6af50785e
commit
62f84d2f07
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ COMMON_CONFIG = {
|
|||
"gpu_options": {
|
||||
"allow_growth": True,
|
||||
},
|
||||
"allow_soft_placement": True, # required by PPO multi-gpu
|
||||
},
|
||||
# Whether to LZ4 compress observations
|
||||
"compress_observations": False,
|
||||
|
|
Loading…
Add table
Reference in a new issue