diff --git a/qlib/rl/order_execution/__init__.py b/qlib/rl/order_execution/__init__.py index 318c77423..b985c1331 100644 --- a/qlib/rl/order_execution/__init__.py +++ b/qlib/rl/order_execution/__init__.py @@ -16,8 +16,8 @@ from .network import Recurrent from .policy import AllOne, PPO from .reward import PAPenaltyReward from .simulator_simple import SingleAssetOrderExecutionSimple -from .state import SAOEStateAdapter, SAOEMetrics, SAOEState -from .strategy import SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy +from .state import SAOEMetrics, SAOEState +from .strategy import SAOEStateAdapter, SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy __all__ = [ "FullHistoryStateInterpreter",