Replies: 3 comments
-
I am following this example. Did my first stab on this: with trade data with unequal start and end dates for assets I got as far as here: DRLAgent.train_model(model, episodes=5) And getting:
With traceback:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
My second attempt setting missing price data to zero get all the way training, but looks like the portfolio goes to zero and
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Same result trying to fill missing data with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing out DRL for DEX cryptocurrency trading.
The trading universe is open-ended. New tokens are added in and removed out very frequently due to the short life cycle of memecoins and such.
What's the best way to deal with such open-ended trading pair data when training DRL models, and then in trading itself?
For those interested, you can find more about our memecoin data here - I am setting up a script that allows import all this to FinRL.
Beta Was this translation helpful? Give feedback.
All reactions