Saving Lagrange multipliers with NN critic networks #9
Unanswered
jamesjingqili
asked this question in
Q&A
Replies: 1 comment
|
Hi @jamesjingqili , in our provided example scripts we only save the policy parameters. If you want to save the Lagrange multipliers along with the policy in the checkpoint, consider revising this checkpoint callback function. You can also override the policy's You can also access all these training metrics in the trainer here |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wonder if the Lagrange multipliers are saved automatically somewhere when we save the policy as .pt file? If so, how can I reload it? I plan to plot the combination of critic[0] - lambda * critic[1] . Thanks!
All reactions