1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 08:16:54 +08:00

Resolve RL FIXMES (#1503)

* Solve several small FIXMEs left in RL

* Add TODO in example

* Minor bugfix

* black
This commit is contained in:
Huoran Li
2023-05-17 16:57:08 +08:00
committed by GitHub
parent 7234308651
commit 8d60a6a02b
6 changed files with 15 additions and 4 deletions

View File

@@ -100,6 +100,7 @@ def get_backtest_config_fromfile(path: str) -> dict:
"multiplier": 1.0,
"output_dir": "outputs_backtest/",
"generate_report": False,
"data_granularity": "1min",
}
backtest_config = merge_a_into_b(a=backtest_config, b=backtest_config_default)