trading-bot
trading-bot copied to clipboard
Stock Trading Bot using Deep Q-Learning
Hello, I found this comment in the code. "Faster computation on CPU (if using tensorflow-gpu)." Why is this the case? Are there ways to get the advantages of a GPU?...
check _model(self) function, I have tried it and saw improvements when trained with double DQN approach i.e. Dueling Double DQN
Anytime I run the python3 eval.py data/GOOG_2019.csv --model-name model_GOOG_50 --debug , it shows No file or directory found at models/model
Is this project updated? If it isn't, do you guys know any alternatives?
Currently only the Adj Close price is used. The price files that I use already contains extra features like RSI and MA and MACD. The get_stock_data() method currently only returns...
My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates. I was afraid that my savings would be eaten...