Tejas Amol Hande

Results 7 comments of Tejas Amol Hande

Certainly! You can dock multiple ligands (proteins B, C, D, E, etc.) to a fixed receptor (protein A) using molecular docking software that supports docking multiple ligands simultaneously in a...

import dataclasses from tensordict.tensordict import TensorDict import torch import copy from torchrl.envs import step_mdp @dataclasses.dataclass class Test: a: int dataclass = Test(1) # Deep copy the dataclass before passing it...

Absolutely, I appreciate the heads up! It's great to hear that non-tensor data will be supported in the next release. This feature will certainly enhance the flexibility and usability of...

Any update?

Hi team! Just checking in to see if there’s anything I can improve or clarify in this PR. Happy to make updates if needed. Thanks!