problem on state representaion Finrl StockTradingEnv #90
Unanswered
aleeOstovar
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
Uh oh!
There was an error while loading. Please reload this page.
-
i'm trying to adjust and apply my own trading strategies on Finrl meta environment and ensmeble agent method. in this process i decide to add some new features which are produced by a neuran network to capture unseen temporal dynamics in the dataset. after applying default feature engineering suggested by finrl itself and my new features my dataset have these columns:
so my state space size is 514. but when i add my features, in the environment the _initialize_state function make states with shape of 442 instead of 514. after this i got the error that said "could not broadcast input array from shape (442,) into shape (514,)".
here is the _initialize_state function that i adjust but i cant understand why its not working:
i'll be grateful if you can guide me on this problem...
Beta Was this translation helpful? Give feedback.
All reactions