check_no_exclusive_keys¶
- class torchrl.data.check_no_exclusive_keys(spec: TensorSpec, recurse: bool = True)[source]¶
Given a TensorSpec, returns true if there are no exclusive keys.
- Parameters:
spec (TensorSpec) – the spec to check
recurse (bool) – if True, check recursively in nested specs. Default is True.