mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-30 21:19:40 +00:00
refactor(types): change module name (#4232)
* refactor(types): change module name Co-authored-by: saiteja6006 <saiteja6006@gmail.com> * chore(test): remove package import test * chore: remove ruff exception --------- Co-authored-by: saiteja6006 <saiteja6006@gmail.com>
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
import torch
|
||||
|
||||
from lerobot.lerobot_types import TransitionKey
|
||||
from lerobot.processor import DataProcessorPipeline
|
||||
from lerobot.processor.converters import batch_to_transition, transition_to_batch
|
||||
from lerobot.types import TransitionKey
|
||||
from lerobot.utils.constants import ACTION, DONE, OBS_IMAGE, OBS_PREFIX, OBS_STATE, REWARD, TRUNCATED
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user