View source on GitHub |
Exports the metrics and loss information to logging.info.
tf_agents.metrics.export_utils.export_metrics(
step, metrics, loss_info=None
)
Args | |
---|---|
step
|
Integer denoting the round at which we log the metrics. |
metrics
|
List of TF metrics to log.
|
loss_info
|
An optional instance of LossInfo whose value is logged.
|