tf_agents.utils.common.deduped_network_variables

Stay organized with collections Save and categorize content based on your preferences.

Returns a list of variables in net1 that are not in any other nets.

network A Keras network.
*args other networks to check for duplicate variables.