cumulative reward in RL AGENT block.
조회 수: 9 (최근 30일)
이전 댓글 표시
I understand cumulative reward means total reward of one episode.
I set my reward like below,
reward : psi>40 ------- -1
psi<10 ------- +10
blus line is psi, yellow line is total reward,
but,
In yellow line
I got 10 reward 3time and one time - 21reward and then 2time 10reward and then -21reward
why does this happen?
Isn't it cumulative reward means total reward?

댓글 수: 0
답변 (1개)
Emmanouil Tzorakoleftherakis
2023년 1월 24일
It's not very clear what you are asking, but the cumulative reward changes during each episode. It also depends on the sample time of the agent (every time the agent takes an action, the cumulative reward gets updated). All things considered, the graph you are showing could make sense (although the values on the y axis are not shown). I would suggest looking at the episode manager plots instead, or you can log and plot the individual rewards throughout an episode
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environments에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!