danaugrs / huskarl

Deep Reinforcement Learning Framework + Algorithms
https://medium.com/@tensorflow/introducing-huskarl-the-modular-deep-reinforcement-learning-framework-e47d4b228dd3
MIT License
415 stars 51 forks source link

load_weights to continue training #10

Open junhuang-ifast opened 5 years ago

junhuang-ifast commented 5 years ago

Hi, im not sure if i've missed it maybe, but is there any function to restore the saved weights to continue training or just to be able to run a test based on the saved weights so that we don't have to run train every time. Im thinking along the lines of the 'load_weights' function from tensorflow. Thanks !