Update agent.py to fix lint error

This commit is contained in:
Eric Liang
2018-10-28 15:28:08 -07:00
committed by GitHub
parent d6bf890648
commit a404401dc6
+1 -1
View File
@@ -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 ===