-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement OPD policy #1461
base: main
Are you sure you want to change the base?
Implement OPD policy #1461
Conversation
return order | ||
|
||
|
||
def train_and_test( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can't opdt reuse this example?
https://github.com/microsoft/qlib/blob/main/examples/rl_order_execution/README.md#training
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And user can try the model simply by running
python -m qlib.rl.contrib.train_onpolicy --config_path exp_configs/XXXX.yml --run_backtest
Besides, please check the error in the CI. |
Implementation of OPD in this paper.
How Has This Been Tested?
pytest qlib/tests/test_all_pipeline.py
under upper directory ofqlib
.Types of changes