mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
Update rdagent/app/qlib_rd_loop/RDAgent.py
This commit is contained in:
@@ -12,6 +12,7 @@ from rdagent.core.scenario import Scenario
|
||||
from rdagent.core.utils import import_class
|
||||
from rdagent.log import rdagent_logger as logger
|
||||
|
||||
# TODO: we can design a workflow that can automatically save session and traceback in the future
|
||||
class Model_RD_Agent:
|
||||
def __init__(self):
|
||||
self.scen: Scenario = import_class(PROP_SETTING.model_scen)()
|
||||
|
||||
Reference in New Issue
Block a user