Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to review and include in "Student Works" section #559

Merged
merged 5 commits into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions units/en/unitbonus3/student-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<figure>
<img src="https://github.com/user-attachments/assets/41e3bc10-2594-4c05-b48f-17666cc8fb1c" alt="DT for Trading"/>

<figcaption>

Source: <a href="https://www.youtube.com/watch?v=w4Bw8WYL8Ps"> Stanford CS25: V1 I Decision Transformer: Reinforcement Learning via Sequence Modeling</a> </figcaption>

</figure>

Check out the source here 👉 https://github.com/ra9hur/Decision-Transformers-For-Trading
Loading