chore(utils): move benchmark and buffer to their respective modules (#2028)

This commit is contained in:
Steven Palma
2025-09-24 16:46:38 +02:00
committed by GitHub
parent 163df97c0c
commit af1760f175
5 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ import pytest
import torch
from lerobot.datasets.lerobot_dataset import LeRobotDataset
from lerobot.utils.buffer import BatchTransition, ReplayBuffer, random_crop_vectorized
from lerobot.rl.buffer import BatchTransition, ReplayBuffer, random_crop_vectorized
from tests.fixtures.constants import DUMMY_REPO_ID