My controlled object is a 7×7 state space expression with three inputs and three outputs. I want to use three parallel agents in reinforcement learning to control these three
조회 수: 1 (최근 30일)
이전 댓글 표시
My controlled object is a 7×7 state space expression with three inputs and three outputs, just like the following picture. I want to use three parallel agents in reinforcement learning to control these three channels respectively, but when training the agent, it always breaks down. The error code is as follows. Is there any effective way to solve this problem? I would be very grateful for your answer.
The error code: ''The derivative of the state in Simulink is not finite, the simulation will stop, and there may be a singularity in the solution.''
I will be very grateful for your answer.

댓글 수: 2
Emmanouil Tzorakoleftherakis
2023년 11월 3일
I would first make sure the simulation works without adding RL agent block. There seems to be a modeling error somewhere. Not sure what you mean by 7x7 state space either. Do you have 7 states?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!