FinRL-Tutorials icon indicating copy to clipboard operation
FinRL-Tutorials copied to clipboard

Decision Transformer for trading

Open ra9hur opened this issue 1 year ago • 5 comments

Have tried training a Decision Transformer using trading data. FinRL packages and decision transformer related tutorial from Hugging Face were of great help in the process.

Please check and let me know for any suggestions.

https://github.com/ra9hur/Decision-Transformers-For-Trading

ra9hur avatar Aug 18 '24 14:08 ra9hur

Thanks for sharing, I will check. The Decision Transformers Vs Mean Variance Optimization Vs Dow Jones Index chart that you shared, is that on training or testing data?

ven7782 avatar Aug 18 '24 23:08 ven7782

Can you share the link for decision transformer related tutorial from Hugging Face? I will also check using google. Also how was your experience with FinRL? I am just starting to use it and checking their tutorials.

ven7782 avatar Aug 19 '24 00:08 ven7782

Thanks for sharing, I will check. The Decision Transformers Vs Mean Variance Optimization Vs Dow Jones Index chart that you shared, is that on training or testing data?

Sure. This is using test data.

ra9hur avatar Aug 19 '24 04:08 ra9hur

Can you share the link for decision transformer related tutorial from Hugging Face? I will also check using google. Also how was your experience with FinRL? I am just starting to use it and checking their tutorials.

https://huggingface.co/blog/train-decision-transformers

Found a lot of inconsistencies. Believe, they haven't been updating the repo frequently. However, with a few tweaks here or there, found it to be a lot helpful compared to working with gym-anytrading. Also pre-processing and results analysis code are already available, so we don't have to write code from the ground up ...

ra9hur avatar Aug 19 '24 04:08 ra9hur

Please check my paper as well directly using FinRL tutorial given RL agents and their sampled trajectories to train Decision Transformer initialized with GPT2 weights: https://arxiv.org/abs/2411.17900

syyunn avatar Dec 02 '24 16:12 syyunn