seungeunrho / minimalRL

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal way to save / replay trained model?

HanClinto opened this issue · comments

I'm somewhat new to the field of reinforcement learning, and I find these simplistic examples to be extremely helpful -- thank you!

Would you be able to help me with understanding a minimal way to save / replace these trained models?