Clear Filters
Clear Filters

Is my Reinforcement-Learning Agent learning the wrong policy due to delays in Simulink?

1 view (last 30 days)
Hi all,
I have some problems regarding a RL setup using Simulink for connecting the agent with the environment. Unfortunately I have to use a unit delay after the action ouput to break an agebraic loop including the agent. I'm also playing around with different sample times for the agent than for the environment. E.g. the simulation uses Ts=0.1 while the agent uses Ts=1 because I don't need frequent action updates. In that way the reward is delayed. If the agent block is executed at T=2, a new action is outputted at T=2 and the corresponding reward is not given to the agent block until e.g. T=2.1 or T=2.2.
  1. Is the algorithm then assigning the reward from the previous action to the current action and then learning the wrong policy?
  2. From my understanding, increasing the discount factor could stabilize this, but this should lead to a low sample efficiency, right?
  3. Is there the same problem when using Matlab Environments?
Thanks for any comments on this.
  1 Comment
Matteo D'Ambrosio
Matteo D'Ambrosio on 28 May 2023
Hello,
In my Simulink environment i resort to the same unit delay to avoid algebraic loops, but i can assure you my trainings converge on a complex model. The difference is that i use a continuous environment, with a discrete time agent, but in any case the agent is not learning the "wrong" policy.
The fact that "rewards are delayed" does not sound correct to me, since the reward computations follow the agent's sample time, so it should not have anything to do with the environment.

Sign in to comment.

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!