Files
VLA/wall_x/serving/__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
122 B
Python

from .websocket_policy_server import WebsocketPolicyServer, BasePolicy
__all__ = ["WebsocketPolicyServer", "BasePolicy"]