Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugFix,Feature] Allow non-tensor data in envs #1944

Merged
merged 11 commits into from
Jun 19, 2024
Prev Previous commit
Next Next commit
lint
  • Loading branch information
vmoens committed Jun 11, 2024
commit b0c57886a37251c82d4e82766a05408c8122e436
2 changes: 0 additions & 2 deletions torchrl/envs/batched_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
from tensordict import (
is_tensor_collection,
LazyStackedTensorDict,
NonTensorData,
TensorDict,
TensorDictBase,
)
from tensordict._tensordict import unravel_key
from tensordict.tensorclass import NonTensorStack
from torch import multiprocessing as mp
from torchrl._utils import (
_check_for_faulty_process,
Expand Down
Loading