[tune] Fully deprecate raw function literals in Tune (#3788)

Related: https://github.com/ray-project/ray/issues/3785
This commit is contained in:
Eric Liang
2019-01-19 17:09:36 -08:00
committed by Richard Liaw
parent 16f7ca45e4
commit aad48ee5a5
4 changed files with 17 additions and 18 deletions
-2
View File
@@ -23,8 +23,6 @@ DEFAULT_CONFIG = with_base_config(impala.DEFAULT_CONFIG, {
# == PPO surrogate loss options ==
"clip_param": 0.4,
"kl_coeff": 0.2,
"kl_target": 0.01,
# == IMPALA optimizer params (see documentation in impala.py) ==
"sample_batch_size": 50,