Incorporate Time into Reinforcement Learning Environment

1 回表示 (過去 30 日間)
Huzaifah Shamim
Huzaifah Shamim 2020 年 7 月 10 日
コメント済み: Huzaifah Shamim 2020 年 7 月 13 日
I am creating my own custom environemnt on MATLAB using the rlFunctionEnv function. I wanted to know whether I could somehow incorporate time into my envirnment when training it using a DQN as my environment needs to know the time at each time step. Is there a way to do this?

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2020 年 7 月 13 日
編集済み: Emmanouil Tzorakoleftherakis 2020 年 7 月 13 日
Time would be another parameter of your environment. Interactions between the agent and environment happen at discrete time steps, so you can create a variable and increase it by an amount equal to your agent's sample time. If you step function also includes numerical integration you could use the integration times as well.
  1 件のコメント
Huzaifah Shamim
Huzaifah Shamim 2020 年 7 月 13 日
Oh ok that makes sense! Thank You!
Can you please take a look at this questions that I had:

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by