Closed krisztianodor closed 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
@krisztianodor thanks for pointing that out. I've added it.
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