- modify the "LearnRate" to change the rate at which the the model is converged.
- modify the "L2RegularizationFactor" to avoid overfitting.
Modify weights update rule of DDPG traning
2 ビュー (過去 30 日間)
古いコメントを表示
Currently, i have studied DDPG algorithm for my control project. I want to modify a bit in the weight update rule (gradient descent) to reduce the steady state error of system. How can i do this?
0 件のコメント
回答 (1 件)
Shubham
2024 年 9 月 22 日
Hey Vu,
In order to make modifications in your gradient descent function, you can make changes in "rlOptimizerOptions" object as mentioned in the documentation for DDPG agent: https://www.mathworks.com/help/releases/R2023b/reinforcement-learning/ug/ddpg-agents.html
In order to make changes in the weight update rule,
Have a look at the "rlOptimizerOptions" for more details:
Happy coding!
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!