Multiple RL Agent Simulink Model Keeps Compiling Before Training Starts
이전 댓글 표시
Hi,
I'm trying to implement a multiple RL agent model similar to the examples shown in the MATLAB documentation links:
- https://uk.mathworks.com/help/reinforcement-learning/ug/train-2-agents-to-collaborate.html
- https://uk.mathworks.com/help/reinforcement-learning/ug/train-agents-for-path-following.html
I'm trying to control a dynamic system with two agents that use two control signals to control the environment (4 signals total). I've implemented an RL algorithm that uses a single agent and outputs 4 control signals simulataneously (using MATLAB 2020b).
The problem I'm running into is when I run the training algorithm to build the agents' actor and critic networks (just like in the above examples) it repeatedly starts compiling and resetting and cannot begin training. I've tried investigating the reset function using some displays to see if it is running and it is repeatedly running the reset function instead of begining an episode for training. I never encountered this issue of repeatedly compiling for the single RL agent Simulink model.
Any help or advice with how to resolve this issue would help me greatly.
Thanks,
Julian
댓글 수: 1
Shahriar
2022년 7월 7일
Hi! How did you solve this problem? I have a similar situation.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!