Replies: 1 comment
-
Hey, thanks for trying RLMatrix :) Agent types have built in method for saving and loading PPO has .SaveModel that accepts path to dir as argument DQN has .SaveModel method that accepts path and bool to also save replay buffer I didn't test these methods in a long time (I made a bunch of changes since) so let me know if things break. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm playing with the RLMatrix and thinking whether it's possible to save the state of the model and then reload it later?
Beta Was this translation helpful? Give feedback.
All reactions