tf_deep_rl_trader icon indicating copy to clipboard operation
tf_deep_rl_trader copied to clipboard

why do you add 4 states in the environement?

Open greg2paris opened this issue 5 years ago • 0 comments

I went deeper in the code but their is something i cant understand. In the file TFTraderEnv.py I found this line inside the OhlcvEnv() class: self.shape = (self.window_size, self.n_features+4)

I cant find those 4 features you add just before the training. Where are they in the code? Thank you for your awesome work. greg

greg2paris avatar Apr 05 '19 04:04 greg2paris