Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources