trading-bot icon indicating copy to clipboard operation
trading-bot copied to clipboard

Insatlling

Open Anub12 opened this issue 2 years ago • 1 comments

Hey, I am at second as per written in the readme file but I am getting this error, Can you tell what is this and why is it? How can I resolve it?

versions of my libraries are all up to date as per requirements, I can't understand why it is not working??? altair 4.1.0 coloredlogs 15.0.1 docopt 0.6.2 keras 2.6.0 jupyterlab 3.1.13 numpy 1.19.5 pandas 1.3.2t seaborn 0.11.2 tensorflow 2.6.0 tqdm 4.62.2

When I try to write python train.py data/GOOG.csv data/GOOG_2018.csv --strategy t-dqn on terminal it shows this error Look at these Images.... image_1

image_2

Anub12 avatar Sep 26 '21 12:09 Anub12

hi there,

import it this way from tensorflow.keras.optimizers import Adam

max1mn avatar Sep 27 '21 06:09 max1mn