mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 04:59:47 +00:00
missing imports processor wallx
This commit is contained in:
@@ -15,5 +15,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from .configuration_wall_x import WallXConfig
|
from .configuration_wall_x import WallXConfig
|
||||||
|
from .modeling_wall_x import WallXPolicy
|
||||||
|
from .processor_wall_x import make_wall_x_pre_post_processors
|
||||||
|
|
||||||
__all__ = ["WallXConfig"]
|
__all__ = ["WallXConfig", "WallXPolicy", "make_wall_x_pre_post_processors"]
|
||||||
|
|||||||
Reference in New Issue
Block a user