diff --git a/units/en/unitbonus3/student-works.mdx b/units/en/unitbonus3/student-works.mdx index 15a41531..6ab4148c 100644 --- a/units/en/unitbonus3/student-works.mdx +++ b/units/en/unitbonus3/student-works.mdx @@ -55,3 +55,18 @@ TBA Check out the source here 👉 https://github.com/e-dong/space-war-rl Check out his blog here 👉 https://dev.to/edong/space-war-rl-0-series-introduction-25dh + +## Decision Transformers for Trading + +In this project, student has explored training a Decision Transformer for stock trading. In phase-1, offline training has been implemented. He intends to incorporate online fine-tuning in the next version. + +
+DT for Trading + +
+ +Source: Stanford CS25: V1 I Decision Transformer: Reinforcement Learning via Sequence Modeling
+ +
+ +Check out the source here 👉 https://github.com/ra9hur/Decision-Transformers-For-Trading