parse_tensor_dict_string
- class tensordict.parse_tensor_dict_string(s: str)
Parse a TensorDict repr to a TensorDict.
Note
This functions is intended to be used for debugging, to reproduce a tensordict given its printed version, and should not be used in real applications.