You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to implement another Linear module, ResetLinear, which natively supports the Reset mechanism. It can accept parameters like reset_interval, which designates the step interval to reset the whole parameters of the linear. Should also implement ResetMLP class and support instantiating using the miniblock API, as well as the actors and critics.
Request to implement another Linear module,
ResetLinear
, which natively supports the Reset mechanism. It can accept parameters likereset_interval
, which designates the step interval to reset the whole parameters of the linear. Should also implementResetMLP
class and support instantiating using theminiblock
API, as well as the actors and critics.As a template, we can refer to the implementation of
EnsembleLinear
orNoisyLinear
, which is located at https://github.com/typoverflow/OfflineRL-Lib/blob/master/offlinerllib/module/net/basic.py .The text was updated successfully, but these errors were encountered: