View source on GitHub |
QBanditNetworkResult(q_value_logits, log_variance)
tf_agents.bandits.networks.heteroscedastic_q_network.QBanditNetworkResult(
q_value_logits, log_variance
)
Attributes | |
---|---|
q_value_logits
|
A namedtuple alias for field number 0
|
log_variance
|
A namedtuple alias for field number 1
|