Closed
Description
📚 Documentation
As stated in the documentation, for using a Custom Policy Network for off-policy algorithms #425 is linked which shows an example of how to do this.
At the end register_policy("CustomTD3Policy", CustomTD3Policy)
is used to use the Custom Policy e.g. for TD3/DDPG.
Since it looks like, that in the commit 254bb10 the register_policy
-function was deleted/replaced, how can this be handled with the current version of SB3?
Checklist
- I have checked that there is no similar issue in the repo
- I have read the documentation