Custom Policy Network - Off-Policy Algorithm - Advanced Customization
See original GitHub issue📚 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 https://github.com/DLR-RM/stable-baselines3/commit/254bb10c42e8f892e43af9da25aefc7c604c317c 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
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Custom Policy Network - Stable Baselines3 - Read the Docs
Stable Baselines3 provides policy networks for images (CnnPolicies), other type of input ... For advanced customization of off-policy algorithms policies, ...
Read more >Too many errors when customizing policy, a full example for ...
To answer your original request, giving an advanced customization example for any off-policy algorithm is not really possible as each algorithm ...
Read more >Customization of RL policies using StableBaselines3 - Medium
We can customize the RL algorithm by writing our own custom policy which can be utilized to train the RL agent. stablebaselines3 provides...
Read more >How To Customize Policies — Ray 2.2.0
In the above section you saw how to compose a simple policy gradient algorithm with RLlib. In this example, we'll dive into how...
Read more >How to customize crypto policies in RHEL 8.2 - Red Hat
To modify existing crypto policies, use policy modifier modules. These are text files that include policy instructions to the update-crypto- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, if you want the same feature as the register policy, the actual syntax is:
I’ll update the issue
Thank you for reporting. We will update the documentation.
Use the following syntax: