tf_agents.utils.common.convert_q_logits_to_values

Converts a set of Q-value logits into Q-values using the provided support.

logits A Tensor representing the Q-value logits.
support The support of the underlying distribution.

A Tensor containing the expected Q-values.