pskrunner14 / trading-bot

Stock Trading Bot using Deep Q-Learning
MIT License
979 stars 341 forks source link

NameError: name 'clone_model' is not defined #3

Closed krisztianodor closed 4 years ago

krisztianodor commented 4 years ago

https://github.com/pskrunner14/trading-bot/blob/50371e7527fa03086e49b72e73a1867cd07a6e1d/trading_bot/agent.py#L64

This is missing from the top of the agent file:

from keras.models import clone_model

pskrunner14 commented 4 years ago

@krisztianodor thanks for pointing that out. I've added it.