Files
VLA/wall_x/serving/policy/__init__.py
T
Lufang Chen 722335e428 Enable inference serving && fix train stability (#59)
* enable serving

* lint

* update

* update
2025-10-26 16:02:34 +08:00

4 lines
66 B
Python

from .wall_x_policy import WallXPolicy
__all__ = ["WallXPolicy"]