mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 10:01:19 +08:00
Fix CI (#1347)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user