In SImulink, during DDPG training to regulate the CO2 concentration the environment is not simulating. I can see only the variables specified in function is updating.
1 view (last 30 days)
Show older comments
Konguvel Rajeswari Subramaniam
on 11 Jul 2023
Commented: Konguvel Rajeswari Subramaniam
on 17 Jul 2023
When ever I am training the DDPG RL agent, I can see that only reference value andd number of occupants is being updated. As its been defined in coding. Apart from that the environemnt (Vehicle HVAC system and Cabin) is not simulating. I can see that temperature, pressure, and other parameters remains constant.
0 Comments
Answers (1)
Emmanouil Tzorakoleftherakis
on 17 Jul 2023
Hello,
I would start by taking a look at the output of the agent. If the agent output does not make sense, the environment will not transition to a new state etc.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!