IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.33k stars 461 forks source link

How to load a pretrained model (e.g. SAC) pb file to coach and continue to train ? #476

Open Currycurrycurry opened 3 years ago

Currycurrycurry commented 3 years ago

Now I have a mode.pb file and know its network architecture (which is trained by coach before) but I have no access to its original code. I want to load it by coach and write some code to continue to train this model. How can that be accomplished?

Currycurrycurry commented 3 years ago

SOS😭