View source on GitHub |
Separates shared variables from the given collections.
tf_agents.utils.common.extract_shared_variables(
variables_1, variables_2
)
Args | |
---|---|
variables_1
|
An iterable of Variables |
variables_2
|
An iterable of Variables |
Returns | |
---|---|
A Tuple of ObjectIdentitySets described by the set operations
|