From a404401dc65bdd37ad7cb03a9daff73d3e3cb2b5 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sun, 28 Oct 2018 15:28:08 -0700 Subject: [PATCH] Update agent.py to fix lint error --- python/ray/rllib/agents/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/rllib/agents/agent.py b/python/ray/rllib/agents/agent.py index 877c73230..ac7ef6dc8 100644 --- a/python/ray/rllib/agents/agent.py +++ b/python/ray/rllib/agents/agent.py @@ -87,7 +87,7 @@ COMMON_CONFIG = { "compress_observations": False, # Allocate a fraction of a GPU instead of one (e.g., 0.3 GPUs) "gpu_fraction": 1, - # Drop metric batches from unresponsive workers after this timeout (seconds) + # Drop metric batches from unresponsive workers after this many seconds "collect_metrics_timeout": 180, # === Multiagent ===