OfflineRL-Lib icon indicating copy to clipboard operation
OfflineRL-Lib copied to clipboard

[Feature Request]: ResetLinear which natively support the Reset mechanism

Open typoverflow opened this issue 2 years ago • 0 comments

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.

As a template, we can refer to the implementation of EnsembleLinear or NoisyLinear, which is located at https://github.com/typoverflow/OfflineRL-Lib/blob/master/offlinerllib/module/net/basic.py .

typoverflow avatar Nov 08 '23 05:11 typoverflow