refactor(types): change module name

Co-authored-by: saiteja6006 <saiteja6006@gmail.com>
This commit is contained in:
Steven Palma
2026-07-30 14:46:54 +02:00
parent 40a5e70352
commit fbe1474c9c
107 changed files with 150 additions and 106 deletions
+1 -1
View File
@@ -18,13 +18,13 @@ import numpy as np
import pytest
import torch
from lerobot.lerobot_types import TransitionKey
from lerobot.processor.converters import (
batch_to_transition,
create_transition,
to_tensor,
transition_to_batch,
)
from lerobot.types import TransitionKey
from lerobot.utils.constants import ACTION, DONE, OBS_STATE, OBS_STR, REWARD