Reinforcement Learning trained Agent has same output every time
显示 更早的评论
I trained an TD3-Agend and the results were verry good, I watched the scope during the training so I know it does what it should, but unfortunately the simulation does literarlly nothing.
The Output of the Agend doesnt change, its just the same every time, unless the observations change...
Does anyone know how this can happen? Or what I can do diffrent?
2 个评论
Emmanouil Tzorakoleftherakis
2021-6-9
I am not sure how to interpret "The Output of the Agend doesnt change, its just the same every time, unless the observations change". If the observation input is the same, the output will also be the same with TD3 since it's deterministic. Can you clarify?
Jannick Rowedder
2021-6-9
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Reinforcement Learning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!