forked from tangger/lerobot
5 lines
115 B
Python
5 lines
115 B
Python
from .configuration_act import ACTConfig
|
|
from .modeling_act import ACTPolicy
|
|
|
|
__all__ = ["ACTConfig", "ACTPolicy"]
|