BeTomorrow / ReImproveJS

A framework using TensorFlow.js for Deep Reinforcement Learning
MIT License
123 stars 16 forks source link

How to save and load the model? #17

Open judomingo opened 4 years ago

judomingo commented 4 years ago

I tried saving the model using tensorflow's model.save().

But when I tried using it after loading, I got an error: "this.model.randomOutput is not a function"

Please guide on how we can save and load the model to continue training.

halfpastfouram commented 3 years ago

@Pravez Any chance you could answer this?