mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 14:56:55 +08:00
Fix CI (#1347)
This commit is contained in:
@@ -16,8 +16,8 @@ from .network import Recurrent
|
|||||||
from .policy import AllOne, PPO
|
from .policy import AllOne, PPO
|
||||||
from .reward import PAPenaltyReward
|
from .reward import PAPenaltyReward
|
||||||
from .simulator_simple import SingleAssetOrderExecutionSimple
|
from .simulator_simple import SingleAssetOrderExecutionSimple
|
||||||
from .state import SAOEStateAdapter, SAOEMetrics, SAOEState
|
from .state import SAOEMetrics, SAOEState
|
||||||
from .strategy import SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy
|
from .strategy import SAOEStateAdapter, SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"FullHistoryStateInterpreter",
|
"FullHistoryStateInterpreter",
|
||||||
|
|||||||
Reference in New Issue
Block a user