Data consistency #903
Unanswered
RichardKCook
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've gone thru the tutorials and have been playing around with the different models. I've got my paper trading env working by using an SB3 PPO and not rllib or ERL (Arguments class is missing from imported module on those). But now the get_state function is failing due to incorrect shape of the observation space. I'm thinking that I need to gather training data from Alpaca and not Yahoo to keep the data consistent--along with following the same steps in the paper trading env. Does anyone have any suggestions on the easiest way to keep data consistent so that training and paper trading remain compatible?
Beta Was this translation helpful? Give feedback.
All reactions