フィルターのクリア

How the generated parameters of agent are related PI/PID controller in reinforcement learning algorithm

4 ビュー (過去 30 日間)
Respected all,
The following example shows the PI controller design using TD3 reinforcement learning algorithm. How the agent parameters are related to PI controller gains for the following example.

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 1 月 24 日
This example uses an actor network that works as a PI controller. This is possible because we are using a customer layer called fullyConnectedPILayer.
After training, the weights of the fullyConnectedPILayer are effectively the weights of the tuned PI controller.
Hope that helps
  2 件のコメント
Kurnam Gnaneshwar
Kurnam Gnaneshwar 2023 年 2 月 19 日
Dear sir,
I agree to the answer. However, it is not understandable to the reader.
Can you please provide editable actor model which is designed uisng fullyConnectedPILayer. Then, we can modify according to the our needs.
Thank You
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 2 月 19 日
Not sure I fully understand. The actor model in the example is fully editable

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by