Artificial-Intelligence-Big-Data-Lab / A-Multi-Layer-and-Multi-Ensembled-Stock-Trader-Using-Deep-Learning-and-Deep-Reinforcement-Learning

51 stars 25 forks source link

help, two datasets are the same #3

Open pouramini opened 2 years ago

pouramini commented 2 years ago

does anyone help me? as follow: 1- I found that the last fourth columns of the two datasets are the same(date, open, close, delta_next). But 1000 prediction columns are different. So the two datasets are for one symbol, not for two different symbols as mentioned in the paper. 2- the validation dataset not exists in the dataset folder. 3- delta_next column value is (close-open) for the next day (next row) in the dataset, but this value was used for reward in the current day (current row), I can't understand why next row used for current row.