bcnichols

Results 3 comments of bcnichols

I've encountered the identical issue apparently confined to the call to model.fit() in the replay() function in file agent.py at https://github.com/DeepNeuralAI/RL-DeepQLearning-Trading/blob/master/src/. replay() is called from line 80 in methods.py in...

Updated to add: now satisfied that the "issue" I encountered is not a bug, especially not a leak, but a documented feature: https://www.tensorflow.org/api_docs/python/tf/keras/backend/clear_session For large jobs where only the weights...

Thanks for your observation--I wasn't aware that the "leak" was associated with the Huber loss function and sadly don't know why this should be, but will make a note to...