torchgfn icon indicating copy to clipboard operation
torchgfn copied to clipboard

Add helper methods `policy_parameters()` and `logz_parameters()` helper functions.

Open josephdviviano opened this issue 1 year ago • 0 comments

module.parameters() will by default return both of these as a single list / dict, but it is common to give a unique learning rate to the logZ parameter (for example).

So we should provide the user with policy_parameters() and logz_parameters() (at least).

josephdviviano avatar Aug 01 '23 21:08 josephdviviano