mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:49:16 +08:00
[rllib] Document auto-concat in a3c (#2533)
* docs * update hyperparm docs
This commit is contained in:
@@ -30,7 +30,8 @@ DEFAULT_CONFIG = with_common_config({
|
||||
"use_gpu_for_workers": False,
|
||||
# Whether to emit extra summary stats
|
||||
"summarize": False,
|
||||
# Workers sample async
|
||||
# Workers sample async. Note that this increases the effective
|
||||
# sample_batch_size by up to 5x due to async buffering of batches.
|
||||
"sample_async": True,
|
||||
# Model and preprocessor options
|
||||
"model": {
|
||||
|
||||
Reference in New Issue
Block a user