Reinforcement Learning trained Agent has same output every time
Show older comments
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 Comments
Emmanouil Tzorakoleftherakis
on 9 Jun 2021
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
on 9 Jun 2021
Answers (0)
Categories
Find more on Reinforcement Learning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!