필터 지우기
필터 지우기

I want to know how to understand the sampling time ts of the agent in reinforcement learning, and how its value will affect the training and results?

조회 수: 1 (최근 30일)
I want to know how to understand the sampling time ts of the agent in reinforcement learning, and how its value will affect the training and results?

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023년 11월 8일
Think of it as how often you need the agent to make decisions. Sometimes you need to make decisions very frequently (e.g. if your system dynamics are fast) and sometimes not. Could be viewed as the equivalent of a controller rate.
The smaller ts is, the more frequently the agent will make decisions, but that will make training much slower. On the other hand, if ts is large, training may progress faster, but depending on your system it may not converge.
Hope this helps
  댓글 수: 3
嘻嘻
嘻嘻 2023년 11월 9일
My controlled system is a nonlinear coupled system with three inputs and three outputs, I want to use three PID controllers to control these three channels respectively, can I use only one agent, the nine action values of the agent are nine control parameters, the observation is the error and output value of each channel, the reward function is the error weighted sum of each channel. I'm not sure if this plan is reasonable, and I'd like your advice. Thank you very much.
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023년 11월 9일
You should be able to use a single agent for this application. However, since you already have a model of the system, I would first try with a model-based controller like MPC.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by