mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-19 16:02:11 +00:00
remove unused type alias
This commit is contained in:
@@ -15,12 +15,10 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
from typing import Any
|
|
||||||
|
|
||||||
|
from lerobot.rl.algorithms.base import BatchType
|
||||||
from lerobot.rl.buffer import ReplayBuffer, concatenate_batch_transitions
|
from lerobot.rl.buffer import ReplayBuffer, concatenate_batch_transitions
|
||||||
|
|
||||||
BatchType = dict[str, Any]
|
|
||||||
|
|
||||||
|
|
||||||
class DataMixer(abc.ABC):
|
class DataMixer(abc.ABC):
|
||||||
"""Abstract interface for all data mixing strategies.
|
"""Abstract interface for all data mixing strategies.
|
||||||
|
|||||||
Reference in New Issue
Block a user