View source on GitHub |
Generates various summaries of tensor
such as histogram, max, min, etc.
tf_agents.utils.common.generate_tensor_summaries(
tag, tensor, step
)
Args | |
---|---|
tag
|
A namescope tag for the summaries. |
tensor
|
The tensor to generate summaries of. |
step
|
Variable to use for summaries. |