High Episode Reward for rlTD3 agent

1 次查看(过去 30 天)
MD SHAHED
MD SHAHED 2022-7-7
回答: Jaynik 2023-12-27
The episode manager shows a high episode reward. Is it for the reward function? I am using the LQG criterion.for the reward function.

回答(1 个)

Jaynik
Jaynik 2023-12-27
Hi,
I understand that you are using LQG control technique for the reward function and the episode manager shows a high episode reward.
The high episode reward shown in the episode manager is indeed for the reward function. In reinforcement learning, the episode reward is a measure of how well the agent performed during a particular episode, as determined by the reward function you have defined.
In the context of LQG, the reward function might be formulated as the negative of the LQG cost, since in reinforcement learning, we typically maximize rewards, whereas in control theory, we minimize costs. The high episode reward you're observing would then correspond to a low LQG cost, suggesting that the agent's policy is effectively controlling the system with minimal error and control effort, in line with the LQG objective.
If you're using the LQG criterion for the reward function, ensure that:
  1. The reward function correctly reflects the LQG objectives, considering both the state and control input.
  2. The system dynamics are appropriate for LQG control, which assumes linearity and Gaussian noise.
  3. The agent's policy and learning algorithm are suitable for the problem and are effectively using the reward signal to learn.
A high reward suggests that the agent's decisions, as evaluated by your LQG-based reward function, are effectively leading to the desired outcomes. However, it is also important to evaluate the agent's performance over multiple episodes and possibly under different initial conditions to ensure consistent and robust behavior and not just a single high-reward episode.
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Environments 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by