Skip to content

Commit

Permalink
Fix RL command Error (microsoft#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g authored Dec 5, 2022
1 parent 5b73b80 commit d44175e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ 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/`.

## 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/`.

0 comments on commit d44175e

Please sign in to comment.