ray.tune.Trainable.log_result# Trainable.log_result(result: Dict)[source]# Subclasses can optionally override this to customize logging. The logging here is done on the worker process rather than the driver. Added in version 0.8.7. Parameters: result – Training result returned by step().