From 700eef416402dc82c300f1afe43ce3f62d9511fd Mon Sep 17 00:00:00 2001 From: Yuchen Fang Date: Thu, 28 Jan 2021 14:29:31 +0800 Subject: [PATCH] README --- examples/trade/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/trade/README.md diff --git a/examples/trade/README.md b/examples/trade/README.md new file mode 100644 index 000000000..72311cd69 --- /dev/null +++ b/examples/trade/README.md @@ -0,0 +1,2 @@ +# Universal Trading for Order Execution with Oracle Policy Distillation +This is the experiment code for our AAAI 2021 paper "[Universal Trading for Order Execution with Oracle Policy Distillation](https://seqml.github.io/opd/paper.pdf)", including the implementation of all compared method in the paper and a general reinforcement learning framework for order execution. \ No newline at end of file