Is there a way to load a QLearningDiscreteDense Object after saving it?

I trained a QLearningDiscreteDense object on a set of data and saved it. After calling .getNeuralNet().save(networkName) on that object I had a zip file for my Network. Is there a way to load that network again and train it on a new set of data?

Thanks in advance.