miroblog / deep_rl_trader

Trading Environment(OpenAI Gym) + DDQN (Keras-RL)
403 stars 92 forks source link

How to use this model in real trade env? #64

Open colongj opened 1 year ago

colongj commented 1 year ago

The project implements train and test function. If it is used in actual trading envirionment, how to use this model to predict action when every K bar is close? The DQNAgent has not predict function, use model.predict() or some function else?