1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

Merge branch 'nested_decision_exe' of https://github.com/microsoft/qlib into rl-dummy

This commit is contained in:
Yuge Zhang
2021-06-01 17:51:39 +08:00
35 changed files with 668 additions and 800 deletions

View File

@@ -9,6 +9,7 @@ from .backtest import collect_data as data_generator
from .order import Order
from .utils import CommonInfrastructure
from .order import Order
from ..strategy.base import BaseStrategy
from ..utils import init_instance_by_config
from ..log import get_module_logger