[rllib, tune] TrainingResult -> Dict, Removes C408 from flake8 (#2565)

This commit is contained in:
Richard Liaw
2018-08-07 12:17:44 -07:00
committed by GitHub
parent a3202f581c
commit bb44456f6f
43 changed files with 252 additions and 301 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ def RunnerHandler(runner):
def trial_info(self, trial):
if trial.last_result:
result = trial.last_result._asdict()
result = trial.last_result.copy()
else:
result = None
info_dict = {