DDPG - Noise Model - sample time step - definition

13 ビュー (過去 30 日間)
Niklas Reinisch
Niklas Reinisch 2019 年 8 月 2 日
Hello!
At the moment i am tuning the Parameters of my DDPG Algorithm and i don´t fully understand the Updating process of the Ornstein-Uhlenbeck Noise Model.
The Matlab Documentation describes the Process of Updating the Noise Model of a DDPG-algorithm, consisting of a Formula, which is used in every "sample time step".
But how is the "sample time step" defined? Does this correlate with the episode or step count of the RL trainingprocess?
Thanks
Niklas

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2019 年 8 月 2 日
Hi Niklas,
This post should be helpful. By "sample time step" the documentation refers to the "step count of the RL trainingprocess", i.e. each episode consists of a number of time steps, and noise is applied to the selected action at the begining of each time step. See this link for a description of DDPG (and specifically step #1). The time step value can be specified in the agent options here.
  2 件のコメント
Niklas Reinisch
Niklas Reinisch 2019 年 8 月 5 日
Hello Emmanouil,
Thank you for your fast answer! It was helpful to understand the noise generation process.
But I got a consequential question, because the NoiseDecay(-Rate) is not explaned in the Link you mentioned. Am i right when saying:
?
I hope you can help me with that one as well.
Thanks
Niklas
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2019 年 8 月 5 日
Correct. This is why you want to keep the decay rate small or zero if you want to promote exploration.

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

その他の回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by