mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 22:20:52 +08:00
[rllib] Restore TF soft placement config to fix multi-GPU optimizer (#2395)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user