tf_agents.utils.common.join_scope

Joins a parent and child scope using /, checking for empty/none.

parent_scope (string) parent/prefix scope.
child_scope (string) child/suffix scope.

joined scope: (string) parent and child scopes joined by /.