We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350fa1d commit 6e38458Copy full SHA for 6e38458
torchrl/data/datasets/minari_data.py
@@ -350,7 +350,7 @@ def _download_and_preproc(self):
350
# Add a "done" entry
351
if self.split_trajs:
352
with td_data.unlock_():
353
- from torchrl.objectives.utils import split_trajectories
+ from torchrl.collectors.utils import split_trajectories
354
355
td_data = split_trajectories(td_data).memmap_(self.data_path)
356
with open(self.metadata_path, "w") as metadata_file:
0 commit comments