mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
fix DelayTrainerRM
This commit is contained in:
@@ -350,7 +350,8 @@ class TrainerRM(Trainer):
|
|||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
tm.wait(query=query)
|
if not self.is_delay():
|
||||||
|
tm.wait(query=query)
|
||||||
|
|
||||||
recs = []
|
recs = []
|
||||||
for _id in _id_list:
|
for _id in _id_list:
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ class OnlineManager(Serializable):
|
|||||||
"""
|
"""
|
||||||
Get the instance of `Collector <../advanced/task_management.html#Task Collecting>`_ to collect results from every strategy.
|
Get the instance of `Collector <../advanced/task_management.html#Task Collecting>`_ to collect results from every strategy.
|
||||||
This collector can be a basis as the signals preparation.
|
This collector can be a basis as the signals preparation.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
**kwargs: the params for get_collector.
|
**kwargs: the params for get_collector.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user