The simulation time set by reinforcement learning is inconsistent with the training time

조회 수: 4 (최근 30일)
The simulation time set by reinforcement learning is inconsistent with the training time。

채택된 답변

Subhajyoti
Subhajyoti 2024년 7월 19일
Hello Lin,
The inconsistency between the simulation time set by reinforcement learning and the training time is expected due to the different and independent nature of these parameters. Here's an explanation to clarify the difference:
- Simulation Time is the time required to run the simulation, where each episode represents an interaction between the Reinforcement Learning Agent and the Environment.
- Training Time is the time taken to for the model parameters to converge to the optimal parameters.
The simulation time and training time are governed by different parameters and are inherently independent of each other. The simulation time depends on the number of episodes and the duration of each episode, whereas the training time depends on the number of epochs and the computation time required to update the model parameters.
Refer to the following MathWorks Documentation to understand more about Training RL Agents and training options.
Hope the above information is helpful.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Reinforcement Learning에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by