1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Fix RL command Error (#1382)

This commit is contained in:
you-n-g
2022-12-05 09:39:26 +08:00
committed by GitHub
parent 5b73b80293
commit d44175e425

View File

@@ -41,7 +41,7 @@ data
Run:
```
python -m qlib.rl.contrib.train_onpolicy.py --config_path ./experiment_config/training/config.yml
python -m qlib.rl.contrib.train_onpolicy --config_path ./experiment_config/training/config.yml
```
After training, checkpoints will be stored under `checkpoints/`.
@@ -49,7 +49,7 @@ After training, checkpoints will be stored under `checkpoints/`.
## Run backtest
```
python -m qlib.rl.contrib.backtest.py --config_path ./experiment_config/backtest/config.yml
python -m qlib.rl.contrib.backtest --config_path ./experiment_config/backtest/config.yml
```
The backtest workflow will use the trained model in `checkpoints/`. The backtest summary can be found in `outputs/`.