mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-12 20:41:58 +00:00
fix(annotate): add frame_provider field to AdvantageModule dataclass
This commit is contained in:
@@ -53,6 +53,7 @@ class AdvantageModule:
|
||||
"""
|
||||
|
||||
config: AdvantageConfig
|
||||
frame_provider: Any = None
|
||||
_model: Any = field(default=None, init=False, repr=False)
|
||||
_preprocessor: Any = field(default=None, init=False, repr=False)
|
||||
_threshold: float | None = field(default=None, init=False, repr=False)
|
||||
|
||||
Reference in New Issue
Block a user